No content to show
User Activity
12-03-2024
If you need something that is club related the Bigly Discount app will offer discounts to members and allow you to add a subscription button similar to the product page.
are you using a specific theme, or building the accordion group from scratch?
09-22-2024
what theme are you using?check if a price liquid page exists in the theme code editor snippets. similarly, double-check theme customer settings for the product page & price section
what theme are you using? There is a possibility the UI is being updated but the <input> holding the variant ID data isn't being updated correctly customers change the variant.
Do you have coding experience? it would likely be the theme.liquid file. It is an example for you to use the JS in the file you wish to modify. I wrote:*.liquid (relevant section/snippet file)
Like if ios vs if android? If you want to take it a step further and detect specific devices like iPhone or Android, you can use JavaScript to identify the device and then display the appropriate banner. Here’s how you can do that:Add your banners fo...
It seems like it could be how you set up delivery/shipping rules or for whatever reason the Printify location did not set properly (rare). Normally, I would not do this, but I created a POD app for hats, shirts, and hoodies (made and shipped from Ark...
Did you set the variables in your heroku app via the CLI or the dashboard > settings > config vars? heroku config:set -a <my-app-name> \
SHOPIFY_APP_URL=https://<app-container>.herokuapp.com \
SHOPIFY_API_KEY=<SHOPIFY_API_KEY> \
SHOPIFY_...
Try updating the root TOML file to reflect the URL you are trying to push to. You will see something like this[auth]
redirect_urls = [ https://YOUR_APP.herokuapp.com/auth/callback, ...] Try modifying that page then run shopify app config use followed...
you can do billing check logic here (example) and fetch the merchant's session as well.
are you using prisma? if so run npx prsima studio. You should see the sessions. Inside your app.tsx file (I believe routes) you can see the loader function at the top and there you have access to admin and session. That file is called across all the ...
09-20-2024
Do you need it to be in a rich text section? You can also just add an iframe embed in the custom liquid/html code section on the page. You just need to make the attribute on the video be mute.
Are you using Shopify 3.X CLI and remix or another template for React? You usually don't need to worry about oAuth with the CLI as it's out of the box ready to implement using shopify app dev in the command line. Your root toml file has the callback ...
09-13-2024
Perhaps this could help:https://community.shopify.com/c/technical-q-a/how-to-make-the-hastags-part-of-a-discount-function-dynamic-in-a/m-p/2765385/highlight/true#M174824
09-13-2024
Perhaps this post I created will help you understand better how to fetch and use variables. https://community.shopify.com/c/technical-q-a/how-to-make-the-hastags-part-of-a-discount-function-dynamic-in-a/m-p/2765385/highlight/true#M174824
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
347 | 09-21-2024 10:47 AM | |
391 | 05-31-2024 04:53 PM |