giannisf Posted March 8, 2016 Share Posted March 8, 2016 Greetings, I want to create an option for the customer to choose weekend day delivery with extra charge. For example if the customer choose Saturday delivery is +1€. How can I do it? Link to comment Share on other sites More sharing options...
NemoPS Posted March 8, 2016 Share Posted March 8, 2016 I think the only way to do it without modifications is using combinations, and add an option for the weekend delivery Link to comment Share on other sites More sharing options...
giannisf Posted March 8, 2016 Author Share Posted March 8, 2016 I think the only way to do it without modifications is using combinations, and add an option for the weekend delivery Hello nemo1, Thanks for you fast answer. Can you please be more specific? The only combinations I know is at products. I want the customer at checkout to (for example) check a box for "Saturday Delivery". Thanks in advance Link to comment Share on other sites More sharing options...
NemoPS Posted March 9, 2016 Share Posted March 9, 2016 Oh, that's different. In this case There is no option apart from adding a custom modification. I did it some time ago for a site. You will have to use a checkbox that triggers an ajax call. The script must save the checkbox value into the ps_cart table (which will need a new column) and then the Cart::getOrderTotal override will have to check up the database value, and add the extra amount accordingly 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