Enhanced Customization Options for Your Checkout Page
Shared by Brandon
• May 27, 2024
The checkout page is a crucial touchpoint on your winery's website. Enhance your customer's journey by adding customized details to this vital page. You can now include essential information such as:
-
Shipping Limitations: Clearly communicate any regional restrictions or delivery constraints.
-
Exclusive Promotions: Highlight special offers, discounts, or limited-time deals to encourage additional purchases.
-
Custom Messages: Add a personal touch with thank you notes or loyalty program reminders.
By tailoring the checkout experience, you can reduce cart abandonment, increase customer satisfaction, and drive higher sales.
Required Theme Version: 1.4.5. You can check your theme version by going to Advanced Settings > Storefront > Themes.
- Log in to the All-New WineDirect.
- Access the Advanced Settings by clicking ECOMMERCE in the left navigation menu, then Settings.
- Click Storefront, then Script Manager.
- Click the Create a Script button.
- Here are the settings you will want to fill:
-
Script name: Custom Checkout Message (can be anything)
-
Placement: Header
-
Location: Checkout
-
Script Category: Essential
-
Script Type: Script
-
Script Contents: You can add HTML text, headings, lists, images, and more in the (Code here) part below.
<script>
window.wd_custom_checkout_message = `(Code here)`;
</script>
For more information on the different types of code you can add, check out this resource.