Ilir Çelaj Posted November 25, 2019 Share Posted November 25, 2019 Hi, Since I will only be selling in one country I am wondering if there is a simple way to include the shipping price in the product price. I suppose that I can change the "default country" in some file so that the shipping cost of that country applies. Example: If a product price is 15 EUR and shipping is 6 EUR then I would like the product price to automatically be 21 EUR and the shipment to be free. Thanks Link to comment Share on other sites More sharing options...
El Patron Posted November 25, 2019 Share Posted November 25, 2019 that would required custom code (I could not find module but that does not mean it does not exist). For your pupose, selling in one country and if you have an average ship rate you can simply just include the shipping cost in product price and then offer free shipping. it gets complicated when you think changing the product price dynamically, i.e. 15 euro product and adding 6 euros on the fly, this would affect many different aspects of your cart and admin. so the would be a cascading change to many different areas... so no, there is no simple way other than including them as actual product price....as far as I know Link to comment Share on other sites More sharing options...
PCQUATRO Posted November 26, 2019 Share Posted November 26, 2019 8 hours ago, Ilir Çelaj said: Hi, Since I will only be selling in one country I am wondering if there is a simple way to include the shipping price in the product price. I suppose that I can change the "default country" in some file so that the shipping cost of that country applies. Example: If a product price is 15 EUR and shipping is 6 EUR then I would like the product price to automatically be 21 EUR and the shipment to be free. Thanks You can create a CSV file with all the product references and a calculated new price, witch means Price + Shipping than import/update the new prices with the shipment price included... Best Regards Link to comment Share on other sites More sharing options...
joseantgv Posted November 26, 2019 Share Posted November 26, 2019 Shipping cost is the same for all countries? Link to comment Share on other sites More sharing options...
Ilir Çelaj Posted November 26, 2019 Author Share Posted November 26, 2019 1 hour ago, joseantgv said: Shipping cost is the same for all countries? I will only be selling in Sweden so I need to make Sweden as default country for all visitors and then apply only the shipping cost to Sweden to all products. Link to comment Share on other sites More sharing options...
Ilir Çelaj Posted December 8, 2019 Author Share Posted December 8, 2019 On 11/25/2019 at 7:32 PM, El Patron said: that would required custom code (I could not find module but that does not mean it does not exist). For your pupose, selling in one country and if you have an average ship rate you can simply just include the shipping cost in product price and then offer free shipping. it gets complicated when you think changing the product price dynamically, i.e. 15 euro product and adding 6 euros on the fly, this would affect many different aspects of your cart and admin. so the would be a cascading change to many different areas... so no, there is no simple way other than including them as actual product price....as far as I know Can I in any way remove free shipping in the cart and make the shipping costs appear even if the user is not logged in? Link to comment Share on other sites More sharing options...
PCQUATRO Posted December 8, 2019 Share Posted December 8, 2019 1 hour ago, Ilir Çelaj said: Can I in any way remove free shipping in the cart and make the shipping costs appear even if the user is not logged in? You define the shipping costs in the carrier settings!! Best Regards Link to comment Share on other sites More sharing options...
El Patron Posted December 9, 2019 Share Posted December 9, 2019 one of my area's of interest is geo localization. We wrote the only non-logged/logged shipping 'amazon like (but before amazon). https://prestashopaddons.prestaheroes.com/en-us/modules/geo-localization/prestashop-shipping-commander world your welcome Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now