This topic has 7 replies, 3 voices, and was last updated 8 years, 8 months ago ago by Jack Richardson
Hi there,
I built a great site with your theme and I really need it in catalog mode for now.
I still have some products that has variation and different short description and color depanding on those variations. How do I display them without the add to cart button (catalog mode)
And It may need a developper to answer that… 😉 I’m willing to change the page in child theme if needed.
Thank you for your help!
Hello ataxel,
1) you need to navigate to Theme options > Shop > Just Catalog > Enable.
2) please specify your question regarding child theme.
Regards,
Stan Russell.
Thank you for your answer, but I guess my question was not totally understood.
I am in catalog mode already.
This mode won’t display my product variations.
I need catalog AND product variations.
Or variation WITHOUT add to cart
This is where I may tweak some code (child theme) to have catalog AND product variations in the frontend.
Thank you again!
Lp (*
See in private
Hello,
Please disable catalog mode in Theme options > Shop > Just Catalog.
To remove Add to Cart button use this code in your child style.css file:
.single_variation_wrap {
display: none;
}
To remove button for simple products use this code:
.product-information .cart button[type="submit"] {
display: none;
}
Best regards,
Jack Richardson.
Thank you, it helps.
Just this part is not needed because I need the variation details.
.single_variation_wrap {
display: none;
}
Where do I click RESOLVE ?
Hello,
You are welcome!
Topic is closed.
Best regards,
Jack Richardson.
Tagged: available, catalog, mode, themes, variations, woocommerce, wordpress
The issue related to '‘Product variation are'nt available in catalog mode’' has been successfully resolved, and the topic is now closed for further responses