Time Slot Delivery Calendar - 3.0.2.0, 3.1.0.0_b

virgilio183

Well-known member
Pro
Master
Diamond
Elite
Joined
May 16, 2021
Messages
25,256
Reaction score
29,377
Points
113
NullCash
571,601
5aa032f34bb2c-resize-710x380.jpg
This extension adds a step in the Checkout process for the customer to select a suitable time slot for delivery. The additional step has a calendar which shows the available and booked time slots for a given week.

This extension is also a shipping method which calculates the cost of delivery based on the postcode of the delivery address.

The backend allows the administrator to configure the calendar with the following:


  • definition of time slots,
  • definition of delivery zones (with list of postcodes, number of deliveries per time slot, and cost of delivery for the zone)
  • available time slots per day,
  • blocked time slots for a particular date, and
  • settings for the background colors of the calendar with a preview.

Compatibility
3.0.2.0, 4.0.0.0_b
 

Attachments

  • delivery.ocmod.zip
    23.3 KB · Views: 10

TukTul

Member
XNullUser
Joined
Aug 27, 2021
Messages
56
Reaction score
0
Points
6
NullCash
29
Спасибо
 

kelvz02

Member
XNullUser
Joined
Sep 17, 2021
Messages
66
Reaction score
0
Points
6
NullCash
9
Thank you!
 

elabba

New member
XNullUser
Joined
Nov 25, 2021
Messages
13
Reaction score
0
Points
1
NullCash
26
is it working?
Post automatically merged:

Does anyone have an example? How does it output and where?
Thank you
 
Last edited:

elabba

New member
XNullUser
Joined
Nov 25, 2021
Messages
13
Reaction score
0
Points
1
NullCash
26
The module itself is installed in the admin panel, Everything is fine. But in the cart, the error is coming out:

PHP Warning: Invalid argument supplied for foreach() in /home/admin/web/ххххх/public_html/catalog/model/extension/shipping/timeslot_delivery.php on line 50



foreach ($this->config->get('shipping_timeslot_delivery_zones') as $delivery_zone) {
$postcodes = explode(',', str_replace(' ', '', $delivery_zone['postcode']));
 

Turker

Member
XNullUser
Joined
Jul 31, 2020
Messages
347
Reaction score
2
Points
18
NullCash
16
like thank you very mouch yeah like thank you very mouch yeah
 
Top