• Resolved seanericmurphy

    (@seanericmurphy)


    On my product page, at the bottom, I have a related product shortcode. When products that have more than 1 quantity available a + – appears above the related product. Is there a way to disable it there?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author taisho

    (@taisho)

    Hello,

    could you please provide a link to product page where this problem appears? I couldn’t find +- buttons above related products, only “SELECT OPTIONS”.

    Best regards,

    Ryszard

    Thread Starter seanericmurphy

    (@seanericmurphy)

    https://khakisofcarmel.com/shop/robert-jensen-big-dot-woven-tie-in-blue/

    It’s only with products that have in stock greater than 1, which is about 20% of my products. If you don’t see it just refresh a couple of times.

    Thank you so much for looking into this.

    Heres a screenshot.
    https://khakisofcarmel.com/wp-content/uploads/2019/12/Screen-Shot-2019-12-15-at-4.48.13-PM.png

    Plugin Author taisho

    (@taisho)

    Related products have the quantity field and increment buttons displayed if “Archives display” setting isn’t “None”. I assume that this is the case here.

    In this particular design which is much different from vanilla WooCommerce and very ambitious, the increment buttons land in a very poor place by default.

    I don’t see quantity buttons being displayed on the Shop page and can’t find category pages so I think that “Archives display” being something else than “None” has no other effect than the undesired one with related products. Should they appear there, with how custom the theme is, it is very likely for them to be misaligned in a similar fashion.

    • This reply was modified 5 years, 3 months ago by taisho.
    Thread Starter seanericmurphy

    (@seanericmurphy)

    Well, I got it to stay on the main product and removed it from related product with:

    .qib-container:not(#qib_id) {
    display: table-column !important;
    }

    FYI I first tried:

    .qib-container:not(#qib_id) {
    display: none !important;
    }

    but this removed it in all locations on the product page (Main and related)

    Hope this helps someone.
    Thank you,
    Sean

    Plugin Author taisho

    (@taisho)

    Great to hear that you got it solved. Thanks for sharing!

    Idaniel

    (@argo_unchained)

    Sorry.

    • This reply was modified 5 years, 2 months ago by Idaniel.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘remove from related products’ is closed to new replies.