2 questions regarding TeaCommerce and Shipping (Variable shipping and VAT)
Hi
I am building a website for a friend that sell "sausages" in Norway. He wants the shipping to be like an if sentence where if the quantity is less than 4 the shipping equals 50 and if the quantity is between 4 and 7 the shipping equals 100 and the last option is if quantity is more than 7 then shipping equals 120. Is there anybody who can make me understand (I am a total newbie) how to make that?
Right now I have just made 3 shipping-options and people should select for themselves (room for error) but the prices are shown without VAT. How do I make the prices shown with VAT on the "select shipping"-page, as the tax is correctly added to the confirmation page.
I have been looking into it, and I cannot figure it out. What I am wondering is why don't you per default show the price for shipping including VAT? You are a danish company and in Denmark ( as all other countries I know) you have to show all prices (when dealing with private customers) including VAT. You are not allowed to do what your starterkit does and then add VAT when they accept the order.
2 questions regarding TeaCommerce and Shipping (Variable shipping and VAT)
Hi
I am building a website for a friend that sell "sausages" in Norway. He wants the shipping to be like an if sentence where if the quantity is less than 4 the shipping equals 50 and if the quantity is between 4 and 7 the shipping equals 100 and the last option is if quantity is more than 7 then shipping equals 120. Is there anybody who can make me understand (I am a total newbie) how to make that?
Right now I have just made 3 shipping-options and people should select for themselves (room for error) but the prices are shown without VAT. How do I make the prices shown with VAT on the "select shipping"-page, as the tax is correctly added to the confirmation page.
Any help will be greatly appreciated
PS: The website is spekebua.no and it is live
Regards
Jimmy Dan Mortensen
Hi Jimmy
You need to create a dll files with a custom shipping calculator. You can then hardcode the intervals or use the umbraco node structrue tand create a doc type and nodes to specify the intervals. Hope this helps:
http://documentation.teacommerce.net/net-api/price-calculators/shipping-calculator/
Kind regards
Anders
Hi Anders
I have been looking into it, and I cannot figure it out. What I am wondering is why don't you per default show the price for shipping including VAT? You are a danish company and in Denmark ( as all other countries I know) you have to show all prices (when dealing with private customers) including VAT. You are not allowed to do what your starterkit does and then add VAT when they accept the order.
Kind regards
Jimmy
Hi Jimmy
You are right that the starter kit shows without VAT at the shipping/payment step. I have fixed this and it will be in the next release. Thanks!
Hi Anders
Any chance you can help me out ... or do I have to wait for the next update?
Kind regards
Jimmy
Just remove the .Formatted in the cart/step-shipping-payment.cshtml from line 62 + 92
Kind regards
Anders
Thank you very much :-)
Kind regards
Jimmy
is working on a reply...