Documentation You are here: start » v » 2.0 » snippets

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
v:2.0:snippets [2020/09/28 17:14] – [Checkout Snippets] foxybrettv:2.0:snippets [2022/09/19 10:45] (current) – [Email Receipt Snippets] adam
Line 33: Line 33:
   * [[./snippets/unapplied_coupon|Add a Message to Coupon Area for Unapplied Coupons]] - Customize the coupon area by adding a message that shows when a coupon was added but hasn't met the criteria for a discount yet. You can also style the coupon text with this snippet   * [[./snippets/unapplied_coupon|Add a Message to Coupon Area for Unapplied Coupons]] - Customize the coupon area by adding a message that shows when a coupon was added but hasn't met the criteria for a discount yet. You can also style the coupon text with this snippet
   * [[./snippets/hide_zip_code_entry_on_cart|Hide the Zip/Post Code Entry Input on the Cart]] -  Customize the cart area by hiding the input for postal code. This may be useful when you are only using one live shipping rate or don't want taxes or shipping to be calculated until the customer reaches the checkout.    * [[./snippets/hide_zip_code_entry_on_cart|Hide the Zip/Post Code Entry Input on the Cart]] -  Customize the cart area by hiding the input for postal code. This may be useful when you are only using one live shipping rate or don't want taxes or shipping to be calculated until the customer reaches the checkout. 
 +  * [[./snippets/hide_forms_links_before_page_load|Hide the add to cart forms and links before the page loads]] -  Customize the cart by hiding the add to cart form and link elements before the page loads. This prevents a user from adding anything to the cart before a webpage fully loads.
 ===== Checkout Snippets ====== ===== Checkout Snippets ======
  
Line 56: Line 56:
   * [[./snippets/dynamic-custom-checkout-options|Dynamically populate custom checkout field options]] - Pull options for select, radio or checkbox form fields from an endpoint on your website   * [[./snippets/dynamic-custom-checkout-options|Dynamically populate custom checkout field options]] - Pull options for select, radio or checkbox form fields from an endpoint on your website
   * [[./snippets/vat_validation_using_apilayer|Dynamically validate VAT ID]] - Uses the Pre-Payment Webhook and Vatlayer to validate VAT ID's   * [[./snippets/vat_validation_using_apilayer|Dynamically validate VAT ID]] - Uses the Pre-Payment Webhook and Vatlayer to validate VAT ID's
 +  * [[./snippets/add_message_above_shipping_rates|Add a Message Above Shipping Rates]] - Add a message above shipping rates on the Checkout
 ===== Receipt Snippets ===== ===== Receipt Snippets =====
  
Line 68: Line 69:
 ===== Email Receipt Snippets ===== ===== Email Receipt Snippets =====
  
 +  * [[./snippets/email_notifications_subscriptions|Email Notification for Subscriptions]] - if you require an email notification whenever there is a subscription event
   * [[./snippets/category_emails_excluding_products|Category-specific receipt emails only including matching category products]] - Send category-specific emails that only include items from specific categories.   * [[./snippets/category_emails_excluding_products|Category-specific receipt emails only including matching category products]] - Send category-specific emails that only include items from specific categories.
  
Line 73: Line 75:
  
   * [[v:2.0:template_sets|Enable Multiple Languages]] - to allow your store to display multiple languages   * [[v:2.0:template_sets|Enable Multiple Languages]] - to allow your store to display multiple languages
-  * [[./snippets/email_notifications_subscriptions|Email Notification for Subscriptions]] - if you require an email notification whenever there is a subscription event+

Site Tools