skip to Main Content

How to setup a free trial in Shopify Rails app

I will like to setup a free trial in my shopify rails app. I am using the official Shopify Rails app gem https://github.com/Shopify/shopify_app. The config for billing looks like this config.billing = ShopifyApp::BillingConfiguration.new( charge_name: "Apps", amount: 6.99, interval: ShopifyApp::BillingConfiguration::INTERVAL_EVERY_30_DAYS, currency_code:…

VIEW QUESTION

Connect API to Shopify

I have searched for tons of threads here in Stack Overflow but I can't seem to find the fitting or direct answers. So we would like to fetch products from API of external (outside Shopify) source then upload them to…

VIEW QUESTION
Back To Top
Search