Remove quantity discount display

  • Posts: 25
  • Thank you received: 1
11 years 22 hours ago #170729

-- HikaShop version -- : 2.3.2
-- Joomla version -- : 3.3.3

How can I remove the different price levels for quantity discount on the product page listing? I want to use the feature for quantity discount pricing but I don't like the way the various pricing levels are displayed on the product page. I would prefer to make my own table in the product description.

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 11 hours ago #170737

Hi,

So you will have to edit the view "product / listing_price" via the menu Display > Views.

Please Log in or Create an account to join the conversation.

  • Posts: 25
  • Thank you received: 1
11 years 10 hours ago #170790

You mean the PHP file? Any idea how I would go about doing that? I was hoping it was a simple setting.

Please Log in or Create an account to join the conversation.

  • Posts: 25
  • Thank you received: 1
11 years 8 hours ago #170816

I added the break statement at the end of the foreach loop as such and that seems to work. Will there be any other ramifications for doing it this way?

if($end!='PRICE_ENDING_'.$i){
				echo $end;
			}
            break;
			$i++;
		}
		echo JText::_('PRICE_END');
	}
	?></span>

Please Log in or Create an account to join the conversation.

  • Posts: 84301
  • Thank you received: 13697
  • MODERATOR
10 years 11 months ago #172356

Hi,

You should be fine with this modification.

Please Log in or Create an account to join the conversation.

Time to create page: 0.068 seconds
Powered by Kunena Forum