Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Prices with tax in admin


Guest

Recommended Posts

Hi

Does anyone know how to get the prices to display with tax when the code is like this:

from specials in admin:

(isset($sInfo->products_price) ? $sInfo->products_price : '')

(isset($sInfo->specials_new_products_price) ? $sInfo->specials_new_products_price : '')

and from featured in admin

('products_price', $sInfo->products_price)

?

 

Hope someone can help me

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...