Add taxes to manual shipping methods?

  • Posts: 104
  • Thank you received: 0
11 years 6 months ago #98645

What I said in the title.

Thanks.

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

  • Posts: 82730
  • Thank you received: 13343
  • MODERATOR
11 years 6 months ago #98661

Select a tax category in the shipping methods options.

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

  • Posts: 104
  • Thank you received: 0
11 years 6 months ago #98711

Jajajaja it can not be more easy.

I saw the option "With taxes" yes or no and nothing more.

I created a new taxation category, new tax... jajajaja.

Ok thanks.

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

  • Posts: 104
  • Thank you received: 0
11 years 6 months ago #98719

Now in front-ennd shows 93,98 € (77,67 € excl VAT).

I do not want the (77,67 € excl VAT)

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

  • Posts: 82730
  • Thank you received: 13343
  • MODERATOR
11 years 6 months ago #98732

There is no option to remove that.
You need to edit the file "shipping" of the view "checkout" via the menu display->Views and remove:

$price_text .= JText::_('PRICE_BEFORE_TAX');
				$price_text .= $this->currencyHelper->format($rate->shipping_price,$rate->shipping_currency_id);
				$price_text .= JText::_('PRICE_AFTER_TAX');

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

  • Posts: 17
  • Thank you received: 0
11 years 3 months ago #116510

Dear nicholas,
I need show shipping cost without tax and in total show total ammount.
Need I remove or add code?
See you add file please.
Remember, this code was modified in file cart of view checkout.

<?php $this->params->set('price_with_tax',0); ?>
at the beginning of the file "cart" of the view "checkout" via the menu Display>Views for that.


Attachments:

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

  • Posts: 13201
  • Thank you received: 2322
11 years 3 months ago #116567

Hi,

I don't really understand what you want to be displayed.
Actually the final total - shipping price - total purchase without tax = IVA.

39 - 6 - 27.27 = 5.73

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

  • Posts: 17
  • Thank you received: 0
11 years 3 months ago #116574

Dear Xavier,

I need in this point check out displyed below:

27,27 amount articles (without taxes)
6,00 amount shipment (without taxes)
6,99 amount taxes purchase + shipment
40,25 Total amount

Note.- tax in Spain 21%

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

  • Posts: 2334
  • Thank you received: 403
11 years 3 months ago #116611

Well, did you selected a tax for you shipping method?
Because it should display it this way thus.
Please post a screenshot of your configured shipping method to help us :)

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

  • Posts: 17
  • Thank you received: 0
11 years 3 months ago #116642

See you capture please

Attachments:

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

  • Posts: 13201
  • Thank you received: 2322
11 years 3 months ago #116699

Hi,

Are you sure that you have the lastest version of HikaShop ?
Because you should have the tax selection between the options "porcentaje" and "Use los precios por los productos".

Thanks to download it again from our website and install it over your current install.

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

  • Posts: 17
  • Thank you received: 0
11 years 3 months ago #116704

I have 22 july 2013 version because last version seem a problem in check out payment steep.
I will install and comment now.

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

  • Posts: 17
  • Thank you received: 0
11 years 3 months ago #116707

Last version installed.
All ok.
Case closed.
Thank you very much.

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

Time to create page: 0.110 seconds
Powered by Kunena Forum