Tax and Shipping

  • Posts: 16
  • Thank you received: 0
13 years 8 months ago #11090

1. We set free fhipping for orders that costs more than 200 euros. This value is now with tax but we want the shipping only free for products who are 200+ euro itself without tax. Keep in mind that the tax is only for europe set and that shipping to every other country outside europe is tax free.

2. We have some products that are used as examples and doesn't cost anything itself but shipping costs. When I order the free sample the checkout shows both shippings (the 200+ euro free shipping and the common shipping that is not free). I want to show only the common shipping as the order costs less than 200 euros.

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
13 years 8 months ago #11102

1. You can do the opposite to that thread: www.hikashop.com/en/support/forum/3-bug-...l-charging.html#2794

2.
That's a bug. When the price of the orders are 0, the shipping min and max restrictions are not checked. You need to edit the file plugins/hikashopshipping/manual.php and change the line:
if(bccomp($order->total->prices[0]->price_value_with_tax,0,5)){

to:
if(true){

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

  • Posts: 16
  • Thank you received: 0
13 years 8 months ago #11110

Changed and works as intended. Thank you!

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

Time to create page: 0.065 seconds
Powered by Kunena Forum