Glyde Studio - Checkout
This will primarily control visibility of certain fields, or how certain functionality works during the Checkout page. This can be managed in the Admin Portal by Stores > Settings > Configuration > Glyde > Glyde Studio.
NOTEAll fields are configurable on a Website scope only.
Checkout
| Field Name | Notes |
|---|---|
| Checkout Page JSON | This is where you will need to input the JSON Configurations as per the specified format. |
NOTEAll JSON fields need to be in the correct format as per below.
{
"customer_phone_number_mandatory_checkout": true,
"display_delivery_instructions": true,
"open_product_accordion_order_summary": true,
"display_vendor_order_summary": true,
"open_product_accordion_shipping": true,
"display_vendor_shipping": true,
"display_source_vendor_shipping": true,
"display_subtotal_amount_cart": true,
"display_subtotal_amount_checkout": true,
"subtotal_amount_title": "Subtotal (Excl. Tax)",
"display_tax_amount_cart": true,
"display_tax_amount_checkout": true,
"tax_amount_title": "Tax",
"display_total_amount_checkout": true,
"display_total_amount_cart": true,
"total_amount_title": "Total",
"presave_address_validation_required": true,
"display_free_shipping_message": false,
"allow_guest_checkout": true
}Use a JSON checker to confirm the payload is correct before saving, or it may have issues with the front end if one of the parameters are not as expected.
JSON Configurations
| Name | Description | Type | Value |
|---|---|---|---|
| customer_phone_number_mandatory_checkout | Dictates if the customer’s phone number should be mandatory in the add/edit shipping or billing address form on the checkout page. | Boolean | true or false |
| display_delivery_instructions | Dictates if the Delivery Instructions field is shown on the checkout page. | Boolean | true or false |
| open_product_accordion_order_summary | Dictates if the Product Accordion on the Order Summary is opened by default. | Boolean | true or false |
| display_vendor_order_summary | Dictates if the Vendor information on the Order Summary is displayed. | Boolean | true or false |
| open_product_accordion_shipping | Dictates if the Product Accordion on the Shipping step is opened by default. | Boolean | true or false |
| display_vendor_shipping | Dictates if the Vendor information on the Shipping step is displayed. | Boolean | true or false |
| display_source_vendor_shipping | Dictates if the Source Name is displayed during the Shipping step. | Boolean | true or false |
| display_subtotal_amount_cart | Dictates if the Subtotal is displayed on the Shopping Cart fly out. | Boolean | true or false |
| display_subtotal_amount_checkout | Dictates if the Subtotal is displayed on the Checkout page. | Boolean | true or false |
| subtotal_amount_title | Dictates the label for the Subtotal field. | Text | Example text: "Subtotal (Excl. Tax)" |
| display_tax_amount_cart | Dictates if the Tax amount is displayed on the Shopping Cart fly out. | Boolean | true or false |
| display_tax_amount_checkout | Dictates if the Tax is displayed on the Checkout page. | Boolean | true or false |
| tax_amount_title | Dictates the label for the Tax field. | Text | Example text: "Tax" or "GST" |
| display_total_amount_cart | Dictates if the Grand Total is displayed on the Shopping Cart fly out. | Boolean | true or false |
| display_total_amount_checkout | Dictates if the Grand Total is displayed on the Checkout page. | Boolean | true or false |
| total_amount_title | Dictates the label for the Grand Total field. | Text | Example text: "Total (incl. Tax)" |
| presave_address_validation_required | Dictates if validation for a saved address is required. | Boolean | true or false |
| display_free_shipping_message | Dictates if the Free Shipping message will appear during the Shipping step. | Boolean | true or false |
| allow_guest_checkout | Dictates if customers need to be registered prior to purchasing on the Marketplace. | Boolean | true or false |
If any changes were made, you can then select Save Config from the top right.

Updated 5 months ago
