Mini Cart language Question

  • Posts: 69
  • Thank you received: 2
10 years 11 months ago #160238

-- url of the page with the problem -- : local
-- HikaShop version -- : 3.2.1
-- Joomla version -- : 3.3.1
-- PHP version -- : 5.3.24
-- Browser(s) name and version -- : all
-- Error-message(debug-mod must be tuned on) -- : none

For the mini cart "PRICE_BEGINNING" I can put "TOTAL:" and it will show up fine in the cart. e.g. TOTAL: $39.99 vs just $39.99. The problem is that it shows up in the regular module cart and other place through out the site. How can I just have "TOTAL:" listed in the mini cart only?

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

  • Posts: 83932
  • Thank you received: 13588
  • MODERATOR
10 years 11 months ago #160254

It's not the translation key PRICE_BEGINNING that you want to change but the translation key X_ITEMS_FOR_X or TOTAL_IN_CART_X

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

  • Posts: 69
  • Thank you received: 2
10 years 11 months ago #160503

When I use X_ITEMS_FOR_X that displays for items in cart which is fine. I have that in use. When I use TOTAL_IN_CART_X nothing happens. I only get results if I use PRICE_BEGINNING for the mini cart. I am trying to get TOTAL: in front of the price.

The code in the listing_price.php states PRICE_BEGINNING

<?php
	if(empty($this->row->prices)){
		echo JText::_('FREE_PRICE');
	}else{
		$first=true;
		echo JText::_('PRICE_BEGINNING');
		$i=0;....

Is there a way to just get "TOTAL:" to show in the mini cart only and nowhere else?

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

  • Posts: 13201
  • Thank you received: 2322
10 years 11 months ago #160576

Hi,

In the mini cart options, disable the show quantity option, this way it will display only Total: xx€

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

Time to create page: 0.078 seconds
Powered by Kunena Forum