Mar 5, 2021
Hi! We're in the process of migrating towards Shopify's Subscription API but our current customer's payment methods are on Braintree. What process would you recommend to get that done? Does Shopify...
No content to show
User Activity
Hey @coysammy,Could you try %26discount= instead of ?discount=?Let me know!Phil
01-06-2022
Do you have an update @pranab ?Thanks,Phil
12-21-2021
Yes, I'm aware it's in the Cart API. But, we need to offer a list of predetermined shipping addresses for customer's subscriptions before they arrive at the checkout, similar to pick-up locations.Thank you @pranab for your time,Phil
12-20-2021
Hi @pranab,I don't understand why the selling plan id input is not available with the storefront Checkout API.In my use case I'm not looking for and entirely headless checkout but I do need to be able to prepopulate the shipping address, which is onl...
To whoever stumbles here,I learned about the Autofill setting for dynamic sources, it mostly solves this issue: https://shopify.dev/apps/online-store/theme-app-extensions/extensions-framework#autofillCheers,Phil
Hi @sabelard, it's not automatic but perhaps the "deep linking" feature could help: https://shopify.dev/apps/online-store/theme-app-extensions/extensions-framework#simplified-installation-flow-with-deep-linking
Hello all!I don't believe "@app" blocks have access to their parent section's id or settings, nothing from the section really.That makes them practically useless, for example in a "featured-product" section, how do I access the selected product secti...
Hey @d_tehrani,Well can't be sure, but I based the previous answers on the Cart ajax API: https://shopify.dev/api/ajax/reference/cartI'm trusting it!Cheers,Phil
Hey @Amelia7, no worries!Adding a `%26discount=MEMBERSHIP` would do it. %26 is the URL encoding of the &.Cheers,Phil
Ah take a look at the accepted solution @WowieDogs, the `items[]` before each argument are important! It makes it so you're sending an array to the server.
I still find it baffling @ewalker that the subscription contracts aren't queryable, the customers and the orders are but not the contracts? : https://shopify.dev/api/admin/graphql/reference/common-objects/queryroot?api%5Bversion%5D=unstable
Hi @WowieDogs!You should be able to have non-subscription and subscription products in the same cart, it works for me so the issue is most likely somewhere else. Could you write up an example of what you're inputing?As for the 0$ product, there's mul...
Hi @happygree and @achieve,Sorry for the late reply! You can always add more variants by adding more `items[][id]`, like so:`https://{SHOP}.myshopify.com/cart/clear?return_to=/cart/add?items[][id]={VARIANT_ID}%26items[][quantity]={QUANTITY}%26items[]...
Thank you for your answer @jlalande,However, we use different shipping rates to offer alternative shipping methods, like green/bike/pickup, for our subscription orders (not just expedited). So unfortunately, we're still stuck here.Thanks for your tim...
Hi!We would like to provide the merchant's existing General delivery profile options as shipping rates/methods available to subscription contracts of our selling plan group.I don't understand why that wouldn't be available.I'm getting a "A selling pl...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
678 | 12-12-2021 03:49 PM | |
18723 | 03-02-2021 03:40 PM |