No content to show
User Activity
09-06-2023
For anyone else struggling with this, update the Shopify CLII.E. npm run shopify upgradeThen:npm run devnpm run buildnpm deploy https://shopify.dev/docs/apps/deployment/extension/simplified
It's the carrier API, it's enabled by Shopify (a monthly fee unless you pay yearly and then its free)I then write a system to provide shipping rates to the Shopify stores based on address and cart content
They have introduced the option via the API app recently. I assume it's because they cannot control the order the API returns the options so including it this way makes it possible.Annoying but at least it's now an option if you can write apps which...
06-06-2022
I would drop the Advanced Options, it's not needed and complicates things Either separate the products as I suspect people who want clip-on will search for these and the same for regular. Or setup Variations for the products, it's simple enough, allo...
06-05-2022
The theme used doesn't help at all. You can add an an earing without selecting if it's a clip-on or not, how did you set these up? Customers should not be able to add an item to the cart without selecting a variation, when you hover over a set it doe...
You're welcome Shopify was originally designed for a US market with sales taxes based upon states etc.. very different to the UK market. If you export your products into a CSV, you can then use excel/google sheets to update the price, round up/down ...
If you untick the tax box "All prices include tax" This will show prices without tax, your theme may have an option to display prices with tax although most don't as it's dependant on location. So a blanket display including doesn't work for a lot ...
The price entered is the gross price, not the net. Shopify do not have a NET price field. It's the final price. If the TAX box is ticked it will show the TAX element in the checkout but not on the product pages. Many other carts will show the net an...
11-29-2021
That's not something that would be straightforward Also not advisable, menus need to be clear, as it is on a desktop the white writing over the image makes is hard to read and will give you a poor accessibility score due to low contrast. Also the ma...
I had hoped they would address this with the new updates.We are likely to lose two clients from Shopify due to this, we have custom shipping API's for them but as with others the wrong options are often selected.They should be displayed in the order ...
A custom app would be simple enough, Shopify API has a callback which can be triggered on a new customer account. You could then trigger an email or a SMS
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
5213 | 11-30-2021 07:42 AM |