For discussing the development and integration of subscription-enabled shops using Shopify's Subscription APIs.
Hi,
We are a B2B services and product company servicing office buildings. I am looking for a working combination of a bundle app that works with a subscription app, preferably Loop. Anyone? I understand the Draft api limitation by Shopify, but maybe someone has a (workaround) solution.
Also: We need a subscription possibility that can plan delivery moments, i.e. Mondays and Wednesdays every week in stead of day, weekly intervals only. Anyone?
It would be a great help if anyone has maybe some ideas. Thanks in advance!
Hi @TJ_OH,
As for your second question, you can use Selling
to set the delivery of the subscription to specific weekdays. For your specific example you can do something like this:
mutation {
sellingPlanGroupCreate(
input: {
sellingPlansToCreate: {
deliveryPolicy: {
recurring: {
anchors: [
{ day: 1, type: WEEKDAY },
{ day: 3, type: WEEKDAY }
]
}
}
}
}
) {
...
}
}
Please visit https://shopify.dev/apps/subscriptions/selling-plans#advanced-delivery-behaviors-for-subscriptions for more details on Anchors and advanced delivery behaviors.
Best,
Juan
To learn more visit the Shopify Help Center or the Community Blog.
thank you Juan, we will give this a try..
Sounds like we might be able to help you out @TJ_OH with Awtomic Subscriptions. We're the most advanced subscription app especially when it comes to bundling and we have a custom batching feature that might work better for you.
If you're interested in a demo: https://calendly.com/awtomaticsenam/30min?back=1&month=2022-06
Also - just a note, if you're planning on selling prepaid subscriptions, be careful with Shopify native prepaid and batching. They don't generally work out the way most merchants expect them to.
Hi Brian,
Thank you for your reply and suggestion. We are experimenting and open to any platform, as log as we like it and it compliments our business. We have looked at (installed in configured) quite a number of apps. It seems there is always something missing for us.
We are not looking for a pre-paid solution, but thank you. Quite the opposite; since we are a B2B service ideally we would like to operate subscriptions on an invoice base, so disconnected from payment. We run a connection with our financial system, so as long as we mark an order as paid it ends up in our financials (invoicing etc).
This seems undoable in Shopify for its Shopify Payments (PayPal and Credit Card) only (transaction based business model). Currently we are looking into Recharge. But we are open to some sort of workable workaround in setting up Subscriptions for auto (but adjustable) repeat-recurring orders. Basically we are looking for an attractive B2B ordering system., we sell recurrent orders to businesses. (pantry services etc.) any thoughts?
Hi,
You are mentioning that you don't want to automatically charge your customers. For this, I recommend you to try the Seal Subscriptions app (https://apps.shopify.com/seal-subscriptions), which also has the so called "recurring invoices" mode. In this mode, the app won't automatically charge your customers. It will create a draft order, which you can then mark as paid. You can also turn off the option to send the draft order to the customer, so that you can manage this on your own.
And it is also integrated with Bundler - Product Bundles app (https://apps.shopify.com/bundler-product-bundles), an incredibly popular bundling solution.
Hi Tommy,
Thank you for your suggestion product. It looks good. We've installed both and are experimenting. However, I am missing a label for the subscription plans (our intervals are i.e. once a week every Mondays, or twice a week every Mondays and Wednesdays), and I have some other questions. Can we setup a meeting? Do you offer setup support?
Thank you so much,
TJ
Hi,
This is Henry from Seal Subscriptions.
You can set a label for each selling plan according to your needs. We have a video tutorial, where you can see how to do this here: https://www.youtube.com/watch?v=KYQSifmow7g
You can also set the app to charge customers on a specific day of the week, month, etc. You can watch how to set this up in another tutorial, which can be found here: https://www.youtube.com/watch?v=kSwzFhTy9BE
Overall, if you have any further questions, you can also contact us at support@sealsubscriptions.com
We will be happy to help you you 🙂