Home Forums WoodMart support forum Hide products at frequently bought together.

Hide products at frequently bought together.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #551733

    mlith
    Participant

    1) Is it possible to add only the overview with checkboxes and leave out the products separately? I want to add the extra options next to the product pictures still above the order button, but if I do that the products become very small.

    See attachment.

    2) When I create my own single product page and I add the “product stock status” widget, it does not display the stock.

    Attachments:
    You must be logged in to view attached files.
    #551813

    mlith
    Participant

    2) When I create my own single product page and I add the “product stock status” widget, it does not display the stock.

    This is already solved!

    #551957

    Luke Nielsen
    Keymaster

    Hello,

    1. Send the URL link to that page with the defined FBT on the right side as on your screenshot.

    Kind Regards

    #551959

    mlith
    Participant

    https://test.harensesmid.nl/product/samsung-a13-4g-32gb/

    Is it possible – when there are bundles – that the 2nd button to order will go away?

    so If product has FBT bundels, hide 2nd Order button.

    #552032

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the code below to hide products from FBT. Define it in Theme Settings -> Custom CSS.

    .single-product .elementor-widget-wd_single_product_fbt_products .wd-products {
        display: none;
    }

    Then clear the “Form width” field: https://prnt.sc/qTtS668eKQS0, then check how it looks.

    As for the buttons, there is no option in Theme Settings available for that. It requires Customization and this is beyond our limitations and support policy scope.

    Kind Regards

Viewing 5 posts - 1 through 5 (of 5 total)