No content to show
User Activity
Hello, I have an application that allow to create Bundles, BOGOs, etc.Merchants creates discounts on my application by selecting product handles they want to include in the discount.Sometimes, merchants can use Translate Apps to translate the handle....
06-06-2024
No news with about right ?
05-07-2024
Best solution I've found is the following one:1. I allow merchants to configure a form selector. By default I use 'form:has([name="id"]):has(button[type="submit"])'2. Then, I disabled the `name='id'` input and inject variants into the product formexp...
02-26-2024
Thank your for your answerIndeed, ask to merchant for form id would be a good solution, hoping it's not a dynamic one. I would try it out! This is a shopify app that's already available on the Shopify App Qtore yes!
02-20-2024
Hi everyone,I've developed a new app feature that allows customers to add multiple variants to their shopping cart with just one click.This is quite simple to implement (see the code snippet below for a simplified example).However, there's a problem ...