Quote Originally Posted by bn17311 View Post
hi i got this to work with the zen_get_products_actual_price($products_id) i did have to use the substring to get rid of the zeros

not sure what way this would work with taxes etc but give it a try

PHP Code:
$price substr(zen_get_products_actual_price($products_id),0,-2); 
bn
Thanks bn17311

That worked.