Hello,
I'm trying to find way to place terms checkboxes on onpage checkout right above checkout button. Please see image =)
What file mus I modify? =)
Thank you very much!
I would have expected the checkboxes to be next to the buttons and below the table with the base theme in Magento. These checkboxes are the checkout agreements block.
It is added to layout on this line https://github.com/OpenMage/magento-mirror/blob/magento-1.9/app/design/frontend/base/default/layout/...
And then we can see where it's normally positioned in the review/info.phtml template https://github.com/OpenMage/magento-mirror/blob/magento-1.9/app/design/frontend/base/default/templat...