All-New WineDirect Updates & Bug Fixes
New feature
Online Store

Enhanced Customization Options for Your Checkout Page

Brandon avatar
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.

  1. Log in to the All-New WineDirect.
  2. Access the Advanced Settings by clicking ECOMMERCE in the left navigation menu, then Settings.
  3. Click Storefront, then Script Manager.
  4. Click the Create a Script button.
  5. Here are the settings you will want to fill:
  6. Script name: Custom Checkout Message (can be anything)
  7. Placement: Header
  8. Location: Checkout
  9. Script Category: Essential
  10. Script Type: Script
  11. 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.