Next day and standard delivery

Can somebody please point me in the right direction on how to implement an option for standard and next day delivery. Thanks

Thanks for that DevTeam. I have managed to sort what i needed.

Run the following SQL query in your phpMyAdmin

update `lc_products` set views = 0, purchases = 0;

Wow. that was quick and thank you. Much appreciated.

Hi again

I have set up shipping for local pick up and also for delivery.
At the moment when a customer goes to checkout it is defaulting to local pick up unless the customer click for delivery.

Is there a way to set the default option to delivery and not pick up?
Thanks

You can return a parameter in the pickup module called exclude_cheapest and set it to true. See our wiki for a shipping module example.

Cant believe how quick you guys are at replying to these threads.

That's sorted it. Was just the thing.

Thanks

Happy to assist you :)

Chủ đề này đã bị đóng do không hoạt động trong thời gian dài. Không thể đăng bài vào chủ đề này.
View code on GitHub