Search found 6 matches
- 01 Jul 2024, 08:00
- Forum: Help
- Topic: Custom Delivery Provider: Display List of Rates
- Replies: 9
- Views: 73539
Re: Custom Delivery Provider: Display List of Rates
Got it, thanks.
- 27 Jun 2024, 16:00
- Forum: Help
- Topic: Custom Delivery Provider: Display List of Rates
- Replies: 9
- Views: 73539
Re: Custom Delivery Provider: Display List of Rates
Hi,
I'm caching the shipping rates and I'd like to use the basket ID in the key. How to I access it inside the isAvailable method? As far as I can see, the order gets passed in, but it has no ID yet.
I'm caching the shipping rates and I'd like to use the basket ID in the key. How to I access it inside the isAvailable method? As far as I can see, the order gets passed in, but it has no ID yet.
- 20 Jun 2024, 11:48
- Forum: Help
- Topic: Custom Delivery Provider: Display List of Rates
- Replies: 9
- Views: 73539
Re: Custom Delivery Provider: Display List of Rates
Great, thank you very much for your help.
- 19 Jun 2024, 06:34
- Forum: Help
- Topic: Custom Delivery Provider: Display List of Rates
- Replies: 9
- Views: 73539
Re: Custom Delivery Provider: Display List of Rates
Thanks, would it be possible to create the full set of options ahead of time, but then only display the available ones based on the quote?
- 18 Jun 2024, 11:04
- Forum: Help
- Topic: Custom Delivery Provider: Display List of Rates
- Replies: 9
- Views: 73539
Re: Custom Delivery Provider: Display List of Rates
Great thanks. Can I generate these on the fly or do they have to be configured ahead of time? Where can I hook into this? So, basically my plan is as follows: Fetch the list of rates and delivery options and display it when the delivery options step is shown during the checkout process. Add it to th...
- 17 Jun 2024, 19:22
- Forum: Help
- Topic: Custom Delivery Provider: Display List of Rates
- Replies: 9
- Views: 73539
Custom Delivery Provider: Display List of Rates
Hi, I'm implementing a Delivery provider for a courier service and I'd like to display a list of options for the customer during the checkout process. The courier allows for you to get a quote based on the address and packages with different rates. I'd like to display these rates to the customer for...