There are just static HTML pages. This is also the the terms and conditions at checkout, sorry forgot tot mention that.
I pull up the
txt_terms_and_conditions_note.
There I should just be able to edit the URL?
I accept the <a href="{{terms_url}}" onclick="javascript
:popupOpen(this.href, '', {width:800,height:600}); return false;" target="_blank">"Terms & Conditions"</a> and <a href="{{privacy_url}}" target="_blank" onclick="javascript
:popupOpen(this.href, '', {width:800,height:600}); return false;">"Privacy Statement"</a>
Here are the 2 paths to the static URL.
http://www.grays-sportswear.com/skin/common_files/pages/en/privacy_statement-new.html
http://www.grays-sportswear.com/skin/common_files/pages/en/terms_and_conditions.html
If you go to the checkout here,
http://www.grays-sportswear.com/cart.php?mode=checkout, you can see right now the privacy statement URL is pulling up the customer service static page?I got a straight static file to open but it is not formatted like the customer service page is now.
Thanks