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

Arithmetic operators produce no result with variables

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 10-07-2003, 05:06 AM
 
e_gregious e_gregious is offline
 

Newbie
  
Join Date: Aug 2003
Location: Brisbane, Australia
Posts: 5
 

Default Arithmetic operators produce no result with variables

I am trying to re-format the invoice/order email and am using a html table to contrl the layout.
When I try to get a line total, however, I cannot get the product of the qty and price variables.
My code at the moment:
<td width=15%><font face="Arial" size=2>({$products[prod_num].price} * {$products[prod_num].amount})</font></td>

This produces a result like:
(14.95 * 10) instead of the desired result 149.50

I have tried many variations on the PHP syntax but can't get anything to work. Enclosing this formula with <? ... ?> only yields a blank.
What am I missing?
Would greatly appreciate some help.
Thanks
Greg
__________________
Always prompt, no matter how long it takes..
Greg at Willow-world
Reply With Quote
  #2  
Old 10-07-2003, 06:24 PM
 
Mad Mad is offline
 

Advanced Member
  
Join Date: Jul 2003
Location: Brooklyn, NY
Posts: 60
 

Default

<td width=15%><font face="Arial" size=2>({math equation="x * y" x=$products[prod_num].price y=$products[prod_num].amount format="%.2f"})</font></td>

That should do it. "format="%.2f"" simply keeps the decimel places to two, in case you were wondering.

So output should be 149.50.
Reply With Quote
  #3  
Old 10-08-2003, 12:27 AM
 
e_gregious e_gregious is offline
 

Newbie
  
Join Date: Aug 2003
Location: Brisbane, Australia
Posts: 5
 

Default

MAD, your blood's worth bottling!!!
Worked a treat - thanks heaps.
__________________
Always prompt, no matter how long it takes..
Greg at Willow-world
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 08:47 AM.

   

 
X-Cart forums © 2001-2020