-- HikaShop version -- : 4.3.0
-- Joomla version -- : 3.9.18
-- PHP version -- : 7.2.11
-- Browser(s) name and version -- : any
Hello,
I would like to use custom fields for delivery date and delivery time on my orders. However, I want the customers to only be able to choose from specific times, which should be configurable in the backend and will be different depending on the chosen shipping mode. Specifically, I have the se 2 shipping modes:
- Home delivery: We only deliver on tuesdays and thursdays between 9:00 and 12:00. User should only be able to choose within these times
- Pickup on site: We have fixed times where customers can come to our location and pick up the goods, which will then be ready packaged for them already (its all fresh goods)
I want to be able to configure these times offline, not hard code them. How do I proceed?
regards