Product variation are'nt available in catalog mode

This topic has 7 replies, 3 voices, and was last updated 8 years, 1 months ago ago by Jack Richardson

  • Avatar: ataxel
    ataxel
    Participant
    March 1, 2016 at 16:18

    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!

    6 Answers
    Avatar: stan
    Stan Russell
    Participant
    March 1, 2016 at 16:34

    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.

    Avatar: ataxel
    ataxel
    Participant
    March 1, 2016 at 19:27

    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 (*

    Avatar: ataxel
    ataxel
    Participant
    March 1, 2016 at 19:36

    See in private

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    March 2, 2016 at 11:30

    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.

    Avatar: ataxel
    ataxel
    Participant
    March 2, 2016 at 17:47

    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 ?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    March 2, 2016 at 20:26

    Hello,

    You are welcome!
    Topic is closed.

    Best regards,
    Jack Richardson.

  • Viewing 7 results - 1 through 7 (of 7 total)

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

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.