View Single Post
  #2  
Old 07-28-2007, 10:11 PM
 
AgentBristow AgentBristow is offline
 

Advanced Member
  
Join Date: Jun 2007
Posts: 36
 

Default Re: Getting shipping price to display on product page?

I did a search through the old posts and found the answer. I thought I'd post it here for anyone else who was wondering:

find the file: customer/main/product.tpl

and add the following code where you want to display it:
" {$lng.lbl_shipping_freight} :  ${$product.shipping_freight} "
__________________
Xcart Version 4.1.9 [win]
Reply With Quote