All things Shopify and commerce
For some reason, my integrated shoe customiser will pull through the customers' design into the cart, but not into the drawer cart.
Can anybody help me fix it?
jimcharlesshoes.com
That information is created dynamically. What would help is being able to see your liquid code for your cart. What I will essentially do to trouble shoot is to look at the if statements that are checking if you are using a drawer or a page and then look at the variables used on both. More likely the variables just weren't set up correctly. You can message me privately if you do not want to post this code publicly.
Side Note:
While on your page I found another bug. Your pop-up does not have a z-index set. Currently it hides under other elements when you scroll. The easiest way to get this working is by adding in some CSS to your head section of your theme.liquid file or your main CSS which is sometimes named base.css
The code that needs to be added if in header of your theme.liquid right above the closing </header> tag:
<style>
NewsletterPopup{
z-index: 99999;
}
</style>
If you find your main css you can put it in that file as well at the very bottom of the file like this:
NewsletterPopup{
z-index: 99999
}
For sure; make a copy of your theme so that I can just make changes to the copy. Once we verify that everything is working correctly you can then just publish it.
That is A-Okay. I can take a look at what you have, if i make any changes I will just copy the full page and paste it into a text editor for a backup for you to have the original code. It is just good to keep revisions. Because you are using a 3rd party to build your pages they should be a bit different from typical Shopify pages. If I can't figure it out it might be something you need to get in touch with GemPages about if something needs to change on that side. But usually something like this can be fixed with a little JavaScript and linking the correct data attribute. I noticed from your cart page the item does have the data attribute data-cart-item-key and the drawer item does not have this.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024