View Single Post
  #4  
Old 03-28-2009, 10:55 AM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default Re: Linking pages from product pages

I also am not clear on what you are trying to do and why
<a href="testpage.html">
would not work if testpage is a static page or rewritten URL created within xcart.

I don't use 4.2, but on 4.1.x, you can use a smarty variable that indicates your cart location:
<a href="{$current_location}/testpage.html">
This works in XCART - so if you are making html pages outside xcart, there is more involved in using the smarty variables.
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold
(CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module)
Reply With Quote