Skip to content

Instantly share code, notes, and snippets.

@jklue
jklue / build-in-cart-bundle.rb
Last active August 10, 2018 12:10 — forked from shopifypartners/shopify-scripts-buy-set-get-x-off-script.rb
Bundle items in the cart for a discount according to set product types
################################################################################
# Get discount off planner if bundle items also in cart.
#
# This script applies a discount to the planner item if a certain number of other
# bundled products are in the cart.
#
################################################################################
################################################################################