Call-back icon  Sales: Call 877.832.5289 (N America)|310.295.4144 (International)

Magento

eCommerce Software for Online Growth

Magento Forum

   
How do I use ‘Terms and conditions?’
 
redpen
Sr. Member
 
Total Posts:  221
Joined:  2008-01-23
 

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?

 
Magento Community Magento Community
Magento Community
Magento Community
 
pastanislas
Jr. Member
 
Total Posts:  20
Joined:  2008-07-29
 

Hi all,
I’m having the same issue.
Some help would be great!
Thanks

 
Magento Community Magento Community
Magento Community
Magento Community
 
redpen
Sr. Member
 
Total Posts:  221
Joined:  2008-01-23
 

There’s stuff for it in the default layout XML files for checkout.xml, but I think I’ve got all those across, still nothing.

 
Magento Community Magento Community
Magento Community
Magento Community
 
blackadder
Jr. Member
 
Total Posts:  3
Joined:  2008-07-27
 

Go to Admin -> Sales -> Terms & Conditions and add whatever Conditions you want wink

 
Magento Community Magento Community
Magento Community
Magento Community
 
redpen
Sr. Member
 
Total Posts:  221
Joined:  2008-01-23
 
blackadder - 29 July 2008 07:55 AM

Go to Admin -> Sales -> Terms & Conditions and add whatever Conditions you want wink

I have.  The T&Cs;don’t show up in the Checkout.

 
Magento Community Magento Community
Magento Community
Magento Community
 
pastanislas
Jr. Member
 
Total Posts:  20
Joined:  2008-07-29
 

up…
Use T&C;is checked in Sales -> Checkout -> Checkout options. But nothing happens, doesn’t see any field to “add whatevever you want”

 
Magento Community Magento Community
Magento Community
Magento Community
 
redpen
Sr. Member
 
Total Posts:  221
Joined:  2008-01-23
 
pastanislas - 31 July 2008 04:47 AM

up…
Use T&C;is checked in Sales -> Checkout -> Checkout options. But nothing happens, doesn’t see any field to “add whatevever you want”

Options are under the Sales menu.

Doesn’t show up on my checkout, though, I’ve had to disable them.

 
Magento Community Magento Community
Magento Community
Magento Community
 
pastanislas
Jr. Member
 
Total Posts:  20
Joined:  2008-07-29
 

OK think i’ve found it, just disable the “one page checkout” (in system->configuration->sales->checkout) and it works like a charm wink

 
Magento Community Magento Community
Magento Community
Magento Community
 
enru
Jr. Member
 
Total Posts:  8
Joined:  2008-06-16
 
blackadder - 29 July 2008 07:55 AM

Go to Admin -> Sales -> Terms & Conditions and add whatever Conditions you want wink

Alternatively, there are just 2 databases tables that each need an entry.

mysqlinsert into checkout_agreement values (null'Terms and Conditions''Do you agree to our Terms and Conditions?''''Yes/No'1);
Query OK1 row affected (0.00 sec)

mysql
mysqlselect from checkout_agreement;
+--------------+----------------------+-------------------------------------------+----------------+---------------+-----------+
agreement_id name                 content                                   content_height checkbox_text is_active |
+--------------+----------------------+-------------------------------------------+----------------+---------------+-----------+
|            
Terms and Conditions | Do you agree to our Terms and Conditions? |                | Yes/No        |         
+--------------+----------------------+-------------------------------------------+----------------+---------------+-----------+
1 row in set (0.00 sec)

mysqlinsert into checkout_agreement_store values (1,1);
Query OK1 row affected (0.00 sec)

mysql>

 
Magento Community Magento Community
Magento Community
Magento Community
 
redpen
Sr. Member
 
Total Posts:  221
Joined:  2008-01-23
 
enru - 31 July 2008 05:57 AM

blackadder - 29 July 2008 07:55 AM
Go to Admin -> Sales -> Terms & Conditions and add whatever Conditions you want wink

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.

 
Magento Community Magento Community
Magento Community
Magento Community
 
Lol
Member
 
Avatar
Total Posts:  44
Joined:  2008-06-26
Plymouth, UK
 
pastanislas - 31 July 2008 05:22 AM

OK think i’ve found it, just disable the “one page checkout” (in system->configuration->sales->checkout) and it works like a charm wink

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.]

Image Attachments
Picture 3.jpg
 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top
 
Sales: Call 877.832.5289 (North America) 310.295.4144 (International)
© Copyright 2008 Varien. Magento, eCommerce software, is a trademark of Irubin Consulting Inc. DBA Varien
Privacy Policy|Terms of Service
Magento Community Count
50099 users|436 users currently online|102231 forum posts