- Posts: 33
- Thank you received: 0
Automatic Freight Cost
14 years 10 months ago #28998
by mkasika
Automatic Freight Cost was created by mkasika
Hi,
I would need an automatic freight cost added in the checkout process if the total order value is below 40 Euros.
As I am not really fluent in php code and I dont know the hikashop variables, help would be appreciated.
in plain text code i would need:
if total sum of checkout cart smaller 40
add freight cost of 3,5
If you have code that this would show up in the mini-cart if someone added a product with 20 euros and vanishes if he adds another one that would be cool, if it is just in the checkout process I am still satisfied.
thanks
I would need an automatic freight cost added in the checkout process if the total order value is below 40 Euros.
As I am not really fluent in php code and I dont know the hikashop variables, help would be appreciated.
in plain text code i would need:
if total sum of checkout cart smaller 40
add freight cost of 3,5
If you have code that this would show up in the mini-cart if someone added a product with 20 euros and vanishes if he adds another one that would be cool, if it is just in the checkout process I am still satisfied.
thanks
Please Log in or Create an account to join the conversation.
14 years 10 months ago #29023
by nicolas
Replied by nicolas on topic Re: Automatic Freight Cost
Hi,
You can set that up under the menu System->Shipping methods by creating two manual shipping methods. One with a minimum price of 40 and one with a maximum price of 40 and a price of 3.5 (also make sure that your products have a weight and that the manual shipping method is published)
It will then be handled automatically by HikaShop on the checkout.
You can set that up under the menu System->Shipping methods by creating two manual shipping methods. One with a minimum price of 40 and one with a maximum price of 40 and a price of 3.5 (also make sure that your products have a weight and that the manual shipping method is published)
It will then be handled automatically by HikaShop on the checkout.
Please Log in or Create an account to join the conversation.
14 years 10 months ago #29239
by mkasika
Replied by mkasika on topic Re: Automatic Freight Cost
Thank you, works perfectly!
Please Log in or Create an account to join the conversation.
Time to create page: 0.177 seconds