I’ve enabled it in system/configuration, and set one up under sales, but it’s not showing up during the checkout process. I’ve added debug echoes around <?php echo $this->getChildHtml('agreements') ?> but it doesn’t seem to want to show anything.
If enabled, I get the Javascript error that I need to tick the box, but it’s not there. Any help, please?
Go to Admin -> Sales -> Terms & Conditions and add whatever Conditions you want
Alternatively, there are just 2 databases tables that each need an entry.
Still not working for me, I give up. It’s enabled in System, there are T&Cs;in Sales, all the database tables are right, the layout.xml files reference agreements.phtml, but still nothing.
OK think i’ve found it, just disable the “one page checkout” (in system->configuration->sales->checkout) and it works like a charm
When I disable the “One Page Checkout” the ‘Proceed to Checkout’ buttons disappear from my Shopping Cart!
If I enable “One Page Checkout” and set up a new condition for ‘Terms and Conditions’ in the Sales menu the condition show up just fine at the end of the checkout process. (See my test pic attached.)
[I’m testing Magento ver. 1.1.2 on my production server. The ‘Terms and Conditions’ functionality is not part of Magento ver. 1.0.19870.4 which I have on a live server, currently in testing. For that I am using the “Terms and conditions for german shops” extension which is also good but unnecessary in Magento ver. 1.1.2.]
insert into checkout_agreement values (null, 'Terms and Conditions', 'Do you agree to our Terms and Conditions?', '', 'Yes/No', 1, 0); insert into checkout_agreement_store values (1,1);
This is just an update of what we have in the previous posts..
There are two things you need to do to see terms and conditions in the end of your checkout
1) Go to System -> Configuration -> Checkout ->Checkout options -> Enable Terms and Conditions (set it to YES)
2) Go to Sales -> Terms and Conditions and add your condition there.
This will work definitely. Hope this will help someone.
There are two things you need to do to see terms and conditions in the end of your checkout
1) Go to System -> Configuration -> Checkout ->Checkout options -> Enable Terms and Conditions (set it to YES)
2) Go to Sales -> Terms and Conditions and add your condition there.
This will work definitely. Hope this will help someone.
Is there a way to have terms and conditions specific to certain products? Much like how Magento’s website shows terms before the services can be added to the cart.
Is there a way to have terms and conditions specific to certain products? Much like how Magento’s website shows terms before the services can be added to the cart.