Skip to content

Inveterate-io/shopify-cart-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shopify Cart Scripts

A bunch of scripts for merchants to use in relation to Inveterate in the Shopify Script Editor app.

Script Editor App Script Editor Docs

Custom Scripts

Shipping Scripts

  • free_shipping_by_shipping_code.rb: Gives free shipping based on the name of the shipping code
  • free_shipping_pid.rb: Free shipping based on product ID
  • free_shipping_by_tag.rb: Free shipping based on product tags

Line Item Scripts

  • member_only_pricing_ppid.rb: Member only pricing utilizing a list of product IDs providing a percentage off discount to individual line items
  • member_only_pricing_fpid.rb: Member only pricing utilizing a list of product IDs providing a fixed amount discount to individual line items
  • member_only_pricing_complete_tag_solution.rb: A completely flexible solution for member only pricing that allows the merchant to utilize pre-defined tags to provide any percent or fixed price discount on an individual product basis
  • member_only_pricing_ptag: Provides a specific percentage discount to individual line items that have the specified tag
  • member_only_pricing_ftag: Provides a specific fixed amount discount to individual line items that have the specified tag
  • pre_member_only_pricing_complete_tag_solution: Applies the complete tag solution for member only pricing to non-members who have the membership product in their cart.
  • pre_member_only_pricing_complete_tag_solution_combined: Applies the complete tag solution for member only pricing to non-members who have the membership product in their cart and members of the program.

About

Scripts to use in Shopify's Script Editor app for individual merchants.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages