Cart 0

News

First Post

This is your store’s blog. You can use it to talk about new product launches, experiences, tips or other news you want your customers to read about. You can check out Shopify’s ecommerce blog for inspiration and advice for your own store and for your store’s blog. How do I remove this post? Log in to your store’s admin area then go to the blog section to delete this post.

Read more →

PAYMENT_METHOD = 'Credit Card' ELIGIBLE_COUNTRY_CODES = ['US', 'CA'] if Input.cart.shipping_address and ELIGIBLE_COUNTRY_CODES.include?(Input.cart.shipping_address.country_code) Output.payment_gateways = Input.payment_gateways else Output.payment_gateways = Input.payment_gateways.delete_if do |payment_gateway| payment_gateway.name == PAYMENT_METHOD end end