Why remove Total label from carts ?

  • Posts: 190
  • Thank you received: 0
11 years 7 months ago #63848

Hi,
in product/cart.php why having restricted label HIKASHOP_TOTAL to Whishlist ?
Regular carts have no more "Total" label :(

if($this->params->get('type','cart') == 'wishlist'){
          ?>
          <td class="hikashop_cart_module_product_total_title">
            <?php echo JText::_('HIKASHOP_TOTAL'); ?>
          </td>
          <?php } ?>

Please, could it be possible to retablish it, to avoid view customisations ?
Thankes

Last edit: 11 years 7 months ago by codewarrior.

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

  • Posts: 81513
  • Thank you received: 13066
  • MODERATOR
11 years 7 months ago #63993

That's not normal.

The line:
if($this->params->get('type','cart') == 'wishlist'){

should be:
if($this->params->get('type','cart') != 'wishlist'){

We'll update that on our end.

The following user(s) said Thank You: codewarrior

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

  • Posts: 190
  • Thank you received: 0
11 years 7 months ago #64067

Thanks Nicolas,
but there is an undesired <td> </td> before.
'HIKASHOP_TOTAL' and the price are displayed on the wrong column at the right.

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

  • Posts: 81513
  • Thank you received: 13066
  • MODERATOR
11 years 7 months ago #64069

Yes, we'll fix that too.

The following user(s) said Thank You: codewarrior

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

Time to create page: 0.060 seconds
Powered by Kunena Forum