Edit UPS Shipping Method Display

  • Posts: 56
  • Thank you received: 4
11 years 5 months ago #103911

Hello, My UPS Shipping method shows the rate as well as:

"No estimated delivery date
No delivery hour
1 package(s)"

I would like to remove all of this additional information so that only the price shows, can you point me in the right direction to do this?


Also I need to tax the shipping when the order is in state, however the shipping method shows as:
"UPS Ground $9.94 ($9.29 excl VAT)"

I would like to remove the "($9.29 excl VAT)" I understand that this is done with display config for modules and menus but how is it done for a shipping method?


Thank you!

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

  • Posts: 82728
  • Thank you received: 13343
  • MODERATOR
11 years 5 months ago #104069

Hi,

Regarding the delivery estimate/number of packages, you can simply use translation overrides to remove the texts:
www.hikashop.com/en/download/languages.html#modify

For the shipping, it is done automatically in the file "shipping" of the view "checkout". You will have to go in the menu Display->Views and remove the lines:

$price_text .= JText::_('PRICE_BEFORE_TAX');
				$price_text .= $this->currencyHelper->format($rate->shipping_price,$rate->shipping_currency_id);
				$price_text .= JText::_('PRICE_AFTER_TAX');
to remove the price without taxes.

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

  • Posts: 56
  • Thank you received: 4
11 years 5 months ago #104162

Worked perfect. Thanks very much!

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

Time to create page: 0.058 seconds
Powered by Kunena Forum