Suddenly our size chart button is missing from our product page. Please suggest.
https://taoparis.in/collections/wedges/products/leah-tao-paris-wedge?variant=41590377808068
A merchant reported that their size chart button suddenly disappeared from product pages on their Shopify store.
Initial Solutions Provided:
styles.css file to restore the button visibility using display: block !important;Complications:
Refined Solution:
New Issues Raised:
The original size chart issue appears resolved, but new technical issues have emerged on another product page.
Suddenly our size chart button is missing from our product page. Please suggest.
https://taoparis.in/collections/wedges/products/leah-tao-paris-wedge?variant=41590377808068
Hello There,
.selector-wrapper.has-pretty-select {
display: block!important;
}
.selector-wrapper.has-pretty-select {
display: block !important;
}
Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->styles.scss.liquid
Like This
This code is working but this code is blocking our checkout initiative step.
Also, it is opening double product size numbers.
@Mukuldm
Hello,
.globo-swatch-product-detail {
display: none;
}
.selector-wrapper.has-pretty-select, .selector-wrapper.cc-swatches.option--color.has-clickyboxes {
display: block !important;
}
Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->styles.scss.liquid
Like This
This Solution its useful please like and accept solution
https://through-the-lens-shop.myshopify.com/collections/canvas-print/products/wall-art
password- 112233
Need to add a cut on compare price and then show the final price.
Add to cart button in not working on the above product.
please PM