Personalized checkout and custom promotions with Shopify Scripts
Hello,
Is it possible to add a Shopify Script where the logic's main goal is to target certain products based on certain conditions, but instead of applying actual discounts, it just shows a discount message near the "discounted" product?
I would need to change this code to just "apply" the actual original price instead of the new_line_price but everything i tried just completely disables the discount.
def apply(line_item)
new_line_price = if @discount_type == :percent
line_item.line_price * @discount_amount
else
[line_item.line_price - (@discount_amount * line_item.quantity), Money.zero].max
end
line_item.change_line_price(new_line_price, message: @discount_message)
end
Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023