-
- redpen

-
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?
|
| |
-
- Posted: July 29 2008
-
| top
-
|
 |
 |
 |
|
|
-
- pastanislas

-
Total Posts: 20
Joined: 2008-07-29
|
Hi all,
I’m having the same issue.
Some help would be great!
Thanks
|
| |
-
- Posted: July 29 2008
-
| top
| # 1
-
|
 |
 |
 |
|
|
-
- redpen

-
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.
|
| |
-
- Posted: July 29 2008
-
| top
| # 2
-
|
 |
 |
 |
|
|
-
- blackadder

-
Total Posts: 3
Joined: 2008-07-27
|
Go to Admin -> Sales -> Terms & Conditions and add whatever Conditions you want
|
| |
-
- Posted: July 29 2008
-
| top
| # 3
-
|
 |
 |
 |
|
|
-
- redpen

-
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 
I have. The T&Cs;don’t show up in the Checkout.
|
| |
-
- Posted: July 29 2008
-
| top
| # 4
-
|
 |
 |
 |
|
|
-
- pastanislas

-
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”
|
| |
-
- Posted: July 31 2008
-
| top
| # 5
-
|
 |
 |
 |
|
|
-
- redpen

-
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.
|
| |
-
- Posted: July 31 2008
-
| top
| # 6
-
|
 |
 |
 |
|
|
-
- pastanislas

-
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
|
| |
-
- Posted: July 31 2008
-
| top
| # 7
-
|
 |
 |
 |
|
|
-
- enru

-
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 
Alternatively, there are just 2 databases tables that each need an entry.
mysql> insert into checkout_agreement values (null, 'Terms and Conditions', 'Do you agree to our Terms and Conditions?', '', 'Yes/No', 1); Query OK, 1 row affected (0.00 sec)
mysql> mysql> select * from checkout_agreement; +--------------+----------------------+-------------------------------------------+----------------+---------------+-----------+ | agreement_id | name | content | content_height | checkbox_text | is_active | +--------------+----------------------+-------------------------------------------+----------------+---------------+-----------+ | 1 | Terms and Conditions | Do you agree to our Terms and Conditions? | | Yes/No | 1 | +--------------+----------------------+-------------------------------------------+----------------+---------------+-----------+ 1 row in set (0.00 sec)
mysql> insert into checkout_agreement_store values (1,1); Query OK, 1 row affected (0.00 sec)
mysql>
|
| |
-
- Posted: July 31 2008
-
| top
| # 8
-
|
 |
 |
 |
|
|
-
- redpen

-
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 
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.
|
| |
-
- Posted: July 31 2008
-
| top
| # 9
-
|
 |
 |
 |
|
|
-
- Lol

-
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 
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
Click thumbnail to see full-size image
|
| |
|
 |
 |
 |
|
|