No content to show
User Activity
let formData = {
'items': [{
'id': {{ product.variants.first.id }},
'quantity': quantity
}]
};
await fetch('/cart/add.js', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify(formData),
})
.then(data => {
window...
10-31-2023
No I'm still looking for a solution.
When I call codeDiscountNodeByCode using graphQL Shopify API I'm having totalSales null even if there is sales as you can see on asyncUsageCount the discount has been used so there should be a totalSales ?
I'd like to copy to clipboard a discount that is generated on a post purchase extension when clicking on it but I wasn't able to achieve it using.
10-10-2023
I'm having this error on my console while trying to preview my Post Purchase Extension that I can't understand : Refused to apply style from 'https://testingstore-geniuswave.myshopify.com/private_access_tokens?id=e42226b6f1687160fb3a07e6b80a56a5' bec...
I'm dealing with the same issue, any solutions ?
It's seems that inputData doesn't tell you if a customer has used a discount or not, is there a way to find on the post purchase level if a customer has used a discount and if yes the code of the discount ?
Is there a way to make a Toast on a Post Purchase Shopify Extension ?
09-14-2023
I'm working on a Post Purchase extension and I wanted to add a custom CSS to the Text component but I've tried all ways but without any success, any idea on how I can achieve that ?
It's not exactly what you wanted but you can try this one : https://apps.shopify.com/quiz2conversion
07-29-2023
You can try this one : https://apps.shopify.com/quiz2conversion