Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omeome762/9e95a065e993dd861d553112f7bd37a0 to your computer and use it in GitHub Desktop.
Save omeome762/9e95a065e993dd861d553112f7bd37a0 to your computer and use it in GitHub Desktop.
Display Shipping Carrier Name Below Shipping Method by Digital Develop for Shopify Plus Merchants
Input.shipping_rates.each do |shipping_rate|
shipping_rate.apply_discount(shipping_rate.price, { message: shipping_rate.source })
end
Output.shipping_rates = Input.shipping_rates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment