Our customers are having trouble removing products from their cart. Since we are not able to go in and edit or remove an abandoned cart, the customers are not able to order the products they want. We use empire theme if this is a coding issue.
Without being able to see your store, it’s difficult for me to establish what is happening. Would you mind sharing your website URL with me so I can take a closer look?
Otherwise, here are some steps you can follow to troubleshoot the issue:
Check for App Conflicts: Sometimes, installed apps can interfere with your theme’s code. Try disabling each of your apps one by one, checking each time if the cart issue is resolved. Remember to clear your cache after disabling each app.
Test Another Theme: Try switching to a different theme temporarily. If the cart works fine on the other theme, the issue is likely with your Empire theme.
Check for JavaScript Errors: Open your website in Google Chrome, right-click anywhere, and select ‘Inspect’. Click on the ‘Console’ tab. If you see any red errors, they could be causing the issue and will need to be looked at by a developer or someone who is familiar with your theme code.
If you are unable to fix this error using these methods listed in the help doc above, you can rollback your product.liquid template to an earlier version.
This may be a dumb question but I’m not very computer savvy. If we rollback our product.liquid template to an earlier version, will products added after the version we choose still be on our shop?
Not a dumb question at all! It’s important to understand how things work.
Rolling back your product.liquid template to an earlier version does not affect the products you’ve added to your store.
The product.liquid template is primarily responsible for how your product page is displayed to the customers, and not the actual product data. When you add a product to your store, the product data (like the product’s name, price, description, etc.) is stored in Shopify’s database. This data is independent of the theme templates.
So, if you roll back to an earlier version of your product.liquid template, it will change the layout or design of your product pages, but all the products you’ve added to your store (both before and after the version you roll back to) will still be there. They will just be displayed according to the older template design.