View Single Post
  #13  
Old 11-22-2012, 02:06 PM
 
espresso espresso is offline
 

eXpert
  
Join Date: Apr 2007
Location: Ontario, Canada
Posts: 227
 

Default Re: Terms and Conditions/Privacy Statement

Quote:
Originally Posted by tapupartforpres

Here is what is there by default,

I accept the <a href="{{terms_url}}" onclick="javascript:popupOpen(this.href, '', {width:800,height:600}); return false;" target="_blank">"Terms &amp; Conditions"</a> and <a href="{{privacy_url}}" target="_blank" onclick="javascript:popupOpen(this.href, '', {width:800,height:600}); return false;">"Privacy Statement"</a>

I have tried 5 different ways of showing the path (absolute and relative) and I am either getting an error or no information is showing and the beach ball is just spinning.

Thanks ahead of time.

I can't believe there are so many threads about this silly fact. Yes, I can confirm in 4.5.3 this is still not solved. And I too had to search around, wasting time on how to solve this.

I created 2 static pages, but instead of modifying templates, I believe the correct way is as you attempted, to just replace the url in the language variable txt_terms_and_conditions_note.

For me, replacing "{{terms_url}}" with "pages.php?pageid=x" worked.
Same thing for the privacy url.

x being the page id of your static page.
__________________
Rene
End user - merchant
In the upgrade process 4.6.6 to 5.4.x


Mods I miss in 5.4.x:
xCMS, Create-A-Sale, On-Sale AC, Kit Builder AC, Manufacturer-A-Z BCSE, Product-Bundle BCSE, Pre-Order BCSE, Customer Quotes BCSE
Reply With Quote