For discussing the development and integration of subscription-enabled shops using Shopify's Subscription APIs.
Can you create a product and it has an option of selecting a one-time purchase or you can select an auto-delivery for every week, 2 weeks, monthly or 2 months? Secondly can you set it up so if they choose the auto-delivery option they get a free gift (one of the other products)? The free gift would be added automatically at checkout and only for new customers and we would only want it to run for a week then turn the free gift off. Does the system allow this or would it be a custom function?
Note that the one-time product and the auto-delivery do not have different SKU's. Currently the client is using Wordpress Woocommerce and the system can't recognize the product based on the subscription renewal variables so if I implement this in WooCommerce it will affect the one-time purchase as well, which we don't want.
Hi FastechSolution,
Can you create a product and it has an option of selecting a one-time purchase or you can select an auto-delivery for every week, 2 weeks, monthly or 2 months?
Yes, you can have a product that works both with and without a selling plan group attached to it. And you can have multiple selling plans, each with a different delivery period.
Secondly can you set it up so if they choose the auto-delivery option they get a free gift (one of the other products)? The free gift would be added automatically at checkout and only for new customers and we would only want it to run for a week then turn the free gift off. Does the system allow this or would it be a custom function
Note that the one-time product and the auto-delivery do not have different SKU's. Currently the client is using Wordpress Woocommerce and the system can't recognize the product based on the subscription renewal variables so if I implement this in WooCommerce it will affect the one-time purchase as well, which we don't want.
This needs to be a custom function, that can be achieved using scripts. More info here: https://help.shopify.com/en/manual/checkout-settings/script-editor/scripts-subscriptions
To learn more visit the Shopify Help Center or the Community Blog.