gina-gregory
Shopify Expert
Contact Me
Status
Offline
Last Activity
‎08-23-2023 03:22 AM
Topic Started
0
Topics Started
Topic Solutions
51
Solutions
Post Count
742
Posts
Post Kudos
211
Likes

Community Badges

I have a couple scripts that look at the customer's tags to do a some things (exposing wholesale shipping rates and a Net Terms payment option, for example). If I shop, and go through checkout having...
I am trying to set up tiered pricing on a store using Scripts. When a product goes on sale, we need to calculate the discount based on the compare at price, not the sale price. No problem there. But ...
In the past if there was an error in a .scss file, the whole file would fail to compile and if you opened the file (theme.scss.css for example) it would show an error message saying what the error wa...
Hi. I was wondering if anyone here knows how to grab the new cart token used in the responsive checkout. The cart token used to be what's in the 'cart' cookie, but that doesn't seem to be the ca...
Hi. I was wondering if anyone knows how to grab the new cart token used in the responsive checkout. The cart token used to be what's in the 'cart' cookie, but that doesn't seem to be the case an...
No content to show

User Activity

This can also happen if there's an error in your theme's config/settings_data.json file. If you know how to edit JSON, you could try duplicating your theme and then directly editing that code in the theme code editor. Start with a small value change ...
You have multiple click events firing to increase/decrease your quantity selectors. Looks like this is handled in the theme.js file as well as in custome.js. Try removing the click events on these in the custome.js file.
You can make your range setting to use whole integers and then use liquid math (divided_by) to get the precision you need.
You can't apply an alternative layout or template to checkout. It doesn't work.
You could update your Add to Cart to go to a 'Checkout link' instead of whatever cart form method it's currently using.https://help.shopify.com/en/manual/products/details/checkout-link
 I've seen some do this... make your pages have a 'staff-only' template, check the content_for_header object for 'adminBarInjector' which only is included if you're visiting the site in the same browser you are also logged into the admin in.{% if tem...
Looks like you were able to resolve this?
Look in the 'timber-mini.css' file. At the top there are URLs for the icon fonts. If the file is a '.liquid' file, you can update the hard-coded URLs to this format:{{ "icons.eot" | asset_url }}{{ "icons.woff" | asset_url }}etc. If it's not a '.liqui...
Looks like there's supposed to be font files that includes icons for the theme but these font files are missing. If they still exist in the theme Assets folder, you may need to update the links to these files. These font URLs may be hard-coded instea...
There is an active issue on Shopify regarding this. If you add `value="checkout"` to the button HTML, it has fixed the issue for some people.
Where specifically are you getting stuck?
There's a javascript error in a PageFly script. I would suggest reaching out to the app support to resolve.
Find a supported payment gateway for your market https://www.shopify.com/payment-gateways
You could use the Product API, but you'll still have to provide the data for the 40k products, not sure what format your data is currently in.
You can have products with the same name. The product handles, however, must be unique. So if you created one product called "My Awesome Product", Shopify will generate the handle as 'my-awesome-product'. If you create another called "My Awesome Prod...
This widget could not be displayed.
This widget could not be displayed.