Display Shipping Amount WIthout Tax

  • Posts: 964
  • Thank you received: 11
  • Hikashop Business
11 years 9 months ago #86475

Canada - Standard Shipping $11.30 ($10.00 excl TAX)


The shipping looks like the above. I would like it to look like this:

Canada - Standard Shipping $10


I just need it to show the shipping without tax. How do I do that please?

Thank you!!

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

  • Posts: 2334
  • Thank you received: 403
11 years 9 months ago #86516

Hi there,

Just go in Display>Views and look for the shipping file in the checkout.
You then just have to play around with the datas and the translation around these lines:

$price_text .= JText::_('PRICE_BEGINNING');
      $price_text .= '<span class="hikashop_checkout_shipping_price">';
      if($prices_taxes){
        $price_text .= $this->currencyHelper->format($rate->shipping_price_with_tax,$rate->shipping_currency_id);
        $price_text .= JText::_('PRICE_BEFORE_TAX');
        $price_text .= $this->currencyHelper->format($rate->shipping_price,$rate->shipping_currency_id);
        $price_text .= JText::_('PRICE_AFTER_TAX');

You can also look at the translation file to replace the translation of PRICE_AFTER_TAX and PRICE_BEFORE_TAX

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

Time to create page: 0.064 seconds
Powered by Kunena Forum