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
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025