X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Terms & Conditions on checkout page (https://forum.x-cart.com/showthread.php?t=59368)

Akhor 05-16-2011 12:36 PM

Terms & Conditions on checkout page
 
On the my checkout page (http://shop.highlandshoppe.ab.ca/cart.php?mode=checkout) when teh Terms & Conditions link is clicked, the popover just spins and never loads data. However the T&C page does exist.

http://shop.highlandshoppe.ab.ca/Ter...onditions.html

Where is the template that adds this approve T&C link?

cherie 05-16-2011 05:11 PM

Re: Terms & Conditions on checkout page
 
There is an issue with your slider. You can see it using the same T&C link on register.php and opening the Javascript Console in Firefox. :)

toddpatterson 06-07-2011 03:29 AM

Re: Terms & Conditions on checkout page
 
Our Terms & Conditions and the Privacy Statement both show blank screens as well. Any suggestions?

http://rivervalleydiscount.com/store

Thanks in advance :roll:

toddpatterson 06-07-2011 03:35 AM

Re: Terms & Conditions on checkout page
 
Is this something that needs to be edited in the language files??

Akhor 06-07-2011 06:05 AM

Re: Terms & Conditions on checkout page
 
After trying to come up with a solution for this not working (the JS was fine) I ended up taking the easy way out...

I simply changed the links to open in a new window instead of load into the page.

cherie 06-07-2011 06:32 AM

Re: Terms & Conditions on checkout page
 
A blank screen may be an error that could show up in the log or on screen if debug to screen is enabled in config.php.

JWait 06-07-2011 08:50 AM

Re: Terms & Conditions on checkout page
 
Quote:

Originally Posted by toddpatterson
Is this something that needs to be edited in the language files??


Yes, they "Terms" and "Privacy" are static files that can be edited. There are also option to "show link" (in the help section) and whether they are "active" or not.

Our "terms and conditions" and "privacy statement" are kind of big so we have the full text versions in the help section and smaller versions displayed at checkout in the popup.

toddpatterson 06-07-2011 07:56 PM

Re: Terms & Conditions on checkout page
 
Quote:

Originally Posted by JWait
Yes, they "Terms" and "Privacy" are static files that can be edited. There are also option to "show link" (in the help section) and whether they are "active" or not.

Our "terms and conditions" and "privacy statement" are kind of big so we have the full text versions in the help section and smaller versions displayed at checkout in the popup.


We also have ours displayed in the help section as well. However when a customer goes to checkout and has to click that they have read and agreed to the terms/privacy they have the option then to click on either document to read it. It is when they click on either document (during checkout) that nothing is happening.

cflsystems 06-08-2011 03:08 AM

Re: Terms & Conditions on checkout page
 
You may need to edit the template with these links and change them to link to pageid # - by default they link to alias= so if you have custom pages it won't work

toddpatterson 06-09-2011 11:28 AM

Re: Terms & Conditions on checkout page
 
Ok guys, this is a really stupid one. To fix this error that folks seem to be getting do the following.

Content --> Languages

In the apply filter box, search for terms_and_conditions.

Step 1.

In the terms_and_conditions_newbie_note change the line to something similar to this:

I accept the <a href="http://yourstorenamehere.com/store/Return_Policy.html" onclick="javascript:popupOpen(this.href, '', {width:800,height:600}); return false;" target="_blank">"Terms &amp; Conditions"</a>

In the above we changed it so that when a user clicks on the Terms & Conditions it opens the static page that we created as Return_Policy.html

Step 2.

In the terms_and_conditions_note change the line to something similar to this:

I accept the <a href="http://yourstorenamehere.com/store/Return_Policy.html" onclick="javascript:popupOpen(this.href, '', {width:800,height:600}); return false;" target="_blank">"Terms &amp; Conditions"</a> and <a href="http://yourstorenamehere.com/store/Privacy_Notice.html" target="_blank" onclick="javascript:popupOpen(this.href, '', {width:800,height:600}); return false;">"Privacy statement"</a>

In the above we changed it so that when a user clicks on the Terms & Conditions it opens the static page that we created as Return_Policy.html and then when they click on the Privacy Statement it opens up the static page Privacy_Notice.html


Hope that this helps someone else. Works great for us now :D/


All times are GMT -8. The time now is 09:29 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.