No content to show

User Activity

Assuming this is a Plus shop you might want to look at https://shopify.dev/docs/api/functions/reference/discounts-allocator to handle controlling "3rd party" discounts with custom logic.
I think you would need to either look into the discount allocator function API, or integrate the necessary logic into your order/product discount functions so one function would adjust its behavior based on knowing the input would otherwise result in...
You can set the `combinesWith` property of your discounts not to combine, and Shopify should select the best discount of the ones available to allocate to the order. Discount functions run in parallel so one can't see what the other is doing. If you ...
I think support for this is waiting on https://github.com/Shopify/function-examples/discussions/395
See https://community.shopify.com/c/customers-discounts-and-orders/pricerule-amp-discounts-admin-api-are-combinations-not-supported/td-p/2072894 and https://shopify.dev/docs/api/admin-graphql/2024-07/mutations/discountCodeBasicCreate - I don't think ...
We have a in development public functions app that can do this via JSON configuration - feel free to DM/contact us to get setup.
We have a (in development/unlisted) public functions app that can do this via product metafields to specify the discount amount - feel free to DM/contact us to get setup. We can also support custom Plus installs if you have more specialized requireme...
We have a work-in-progress configurable membership app that could support this. You can setup one or more membership plans linked to Shopify products, and then when the customer orders the product they're automatically subscribed to the plan, which c...
We've implemented something like this for clients in a custom app before, including an in-browser spreadsheet editor and support for multiple Shopify shipping zones. The problem is generally different companies will have different formats / rules aro...
Hi mauphie, we have a generic Shopify automation app that's not published but we could likely get this setup for you and just charge a small hosting fee. Shoot us an email support@pogodan.com and we can send you instructions.
This widget could not be displayed.
This widget could not be displayed.
Helpful From