Please can someone help, I'm Stuck!
Can you please tell me what to use in my template to display the product price
$products_price doesn't seem to work
I'm trying to display my prices like this:
12 x Panasonic AA batteries 4 batteries per card £0.46 £5.52
i've got most of it right but can't get it to calculate the end price (the £5.52) it just displays £0 so i'm obviously doing something wrong.
This is what i am using to calculate it
<?php
$sum_total = $products_quantity_order_min * $products_price ;
echo ($sum_total);
?>
Can someone please tell me where i am going wrong.
Thanks
Ryan


Reply With Quote
