Jump to content

How To Create Weekend Delivery With Charge


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...