Products with 0 price or Products with 0 in stock

ThemeBurn SupportForumsOpenCart ThemesKiddos OpenCart ThemeProducts with 0 price or Products with 0 in stock

This topic has been marked as not resolved.

Hi,

When I choose button “Hide price” in “Products with 0 price” place in categories page the price is hiden, byt if I go to this product, I see price “0″. Is it possible hide price in product too?
“01-price-hide.png”
“02-unhide.png”

BUT this post is more important for me for this reason …
Is it possible do something like this when product is 0 in stock? At this moment I can see just text “Sold Out” but price I can see. I need see this text but price no (in categories). In product I must see price.

BR

October 27, 2018 at 10:00 am #65914

Hi,

1) Open catalog/view/theme/BurnEngine/template/product/product.tpl

2) Find this code line:

<?php if ($price) { ?>

3) Replace it with:

<?php if ($price && empty($tbData->common['hide_zero_price'])) { ?>

About your other request – it could be possible but you will need to change lots of files.

BR,
ThemeBurn team

October 31, 2018 at 11:19 am #65930
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.