Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

display other product price as well in product_info.php


zlack

Recommended Posts

Posted

Hello i want to display an other product price as well, next to the original.

Lets say i want to display the product with a value of 1000 en next to it i want to display 100, which is 1000/10.

 

I tried to do this:

<?php

echo $product_price / 100;

?>

 

But everything returns zero. Do i need to use an other variabele or?

 

Thanks, zlack

It's easier to remember, then to forget

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...