Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

getting specific links to appear on product pages

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 04-13-2006, 01:20 PM
 
gravel gravel is offline
 

Senior Member
  
Join Date: Mar 2004
Posts: 156
 

Default getting specific links to appear on product pages

I want to have a link to a unique, corresponding product sheet appear underneath the thumbnail, for some products, on the product page.

I created an extra field, pdfsheet, that doesn't show, with nothing as a default value. In one product, I made the value for pdfsheet = the full URL to the product sheet.

Then in skin1/customer/main/product.tpl, beneath the code for the thumbnail, I added:




{if $pdfsheet.field_value}
<a href="{$product.pdfsheet}">Product

Information

Sheet</a>
{/if}

So far, nothing happens. OK, so I'm totally guessing here. Anybody got a suggestion?

Thanks,
Dan
__________________
X-Cart version 4.0.17
X-Cart version 4.0.18
Web servers = Apache
OS = Linux
Reply With Quote
  #2  
Old 04-13-2006, 01:32 PM
 
gravel gravel is offline
 

Senior Member
  
Join Date: Mar 2004
Posts: 156
 

Default

I also tried without success:

{if $extra_field[0].field_value}
<a href="{$product.pdfsheet}">Product

Information

Sheet</a>
{/if}
__________________
X-Cart version 4.0.17
X-Cart version 4.0.18
Web servers = Apache
OS = Linux
Reply With Quote
  #3  
Old 04-24-2006, 01:36 PM
 
gravel gravel is offline
 

Senior Member
  
Join Date: Mar 2004
Posts: 156
 

Default In case anyone has this question, here's the answer:

{if $extra_fields[0].field_value}
<A href="{$extra_fields[0].field_value}">Product

Information

Sheet</A>
{/if}
__________________
X-Cart version 4.0.17
X-Cart version 4.0.18
Web servers = Apache
OS = Linux
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 05:06 AM.

   

 
X-Cart forums © 2001-2020