Skip to content

Instantly share code, notes, and snippets.

View HillbergAndBerkIT's full-sized avatar

HillbergAndBerkIT

View GitHub Profile
@HillbergAndBerkIT
HillbergAndBerkIT / Free Gift.rb
Created November 28, 2017 19:27
Shopify Scripts
# See https://onlygrowth.com/blogs/posts/17-shopify-scripts-to-maximize-conversions for some helpful snippets
class FreeGift
def initialize(variant_id, minTotal, message, quantity = 1)
@variant_id = variant_id
@minTotal = minTotal
@message = message
@giftQuantity = quantity
end
# Get the total of the cart without the variant price being included