XStore setup Booster Sales Estimate Delivery

Our theme has a feature called Estimated Delivery which allows you to display the estimated delivery date on the single product page of your website.

To use this feature, go to the Dashboard > XSTORE > Sales Booster > Estimated Delivery and turn it On, as shown in the image below

Once you enable this feature, you will be able to configure its settings from the options available, such as text, date type, days, non-working days, show only for, and its positions.

Please refer to the images below for reference:

Once you have successfully set the settings according to your preference, save the changes and clear your browser cache. You should then be able to see the estimated delivery feature displayed on your single product page, as shown in the below image

Shortcode name:

[etheme_sales_booster_estimated_delivery]

Shortcode use-case:

[etheme_sales_booster_estimated_delivery text_before="Estimated delivery:" date_type="days" min_days="3" max_days="5" days_type="date" non_working_days="Monday, Thursday, Sunday" locale="on" locale_format="%A, %b %d"]

Parameters:

text_before = "Estimated delivery" - string text before date

date_type = "days" - use 'days' or 'range'

min_days = "3" - Number of minimum days for delivery. Note: this param will work only if date_type is 'range'.

max_days = "7" - Number of maximum days for delivery. Note: this param will work only if date_type is 'range'.

days = "10" - Number of exact days for delivery. Note: this param will work only if date_type is 'days'.

days_type = "date" - use 'date' or 'number'

date_format = "F j, Y" - Note: this param will work only if days_type is 'date'. Details: https://www.php.net/manual/en/function.strftime.php

non_working_days = "Monday, Thursday, Sunday" - string with comma separator of days which are off. Keep the correct format of words.

locale = "on" - 'on' or empty value

locale_format = "%A, %b %d" - Note: this param will work only if locale is 'on'. Details: https://www.php.net/manual/en/function.strftime.php

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.