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

Calling a Product Price...

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 01-10-2008, 12:58 PM
 
crcool75 crcool75 is offline
 

Advanced Member
  
Join Date: Jan 2006
Posts: 87
 

Default Calling a Product Price...

Hello,

We use HTML code in our category descriptions. How would I call a particular product's price and have it displayed in this category description box somewhere? I could statically paste it there, but if the price is change on the product it won't reflect in the category description code.

It seems as though I need to somehow capture the information. I've noticed that only HTML code works in this category description box too.

Thanks
__________________
X-Cart Gold 4.4.0
Reply With Quote
  #2  
Old 01-11-2008, 09:03 AM
 
crcool75 crcool75 is offline
 

Advanced Member
  
Join Date: Jan 2006
Posts: 87
 

Default Re: Calling a Product Price...

Well, this must not be possible since nobody's replied.
__________________
X-Cart Gold 4.4.0
Reply With Quote
  #3  
Old 03-12-2008, 05:15 PM
  imexhouse's Avatar 
imexhouse imexhouse is offline
 

eXpert
  
Join Date: May 2006
Location: Canada
Posts: 377
 

Default Re: Calling a Product Price...

It is possible. First, in /skin1/customer/main/products.tpl, you have to modify
Quote:
$products[product].descr|truncate:300:"...":true
like this:
Quote:
{eval var=$products[product].descr|truncate:300:"...":true}

Than, you woud call it in the short description like this:
Quote:

{$products[product].price|string_format:"%.2f"}
and in full description like this:
Quote:
{$product.price|string_format:"%.2f"}
In /skin1/customer/main/product.tpl, you would use:
Quote:

{if $product.fulldescr ne ""}{eval var=$product.fulldescr}{else}{eval var=$product.descr}{/if}

I hope this helps.
__________________
Jack@AquasanaCA
X-CART GOLD 4.0.19 Live
DSEFU, AOM, ezCheckout, ezUpsell, ezRecommends, RememberMe, RememberAnonCarts
AquasanaCanada.com - Aquasana╝ - #1 Rated Water Filters in America!
X-CART GOLD 4.4.5 Live
CDSEO Pro v. 1.8.4
AquasanaMontreal.com
Aquasana╝ & Rhino Water Filtration Systems
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 06:05 AM.

   

 
X-Cart forums © 2001-2020