Hide products at frequently bought together.
-
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.
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!
Hello,
1. Send the URL link to that page with the defined FBT on the right side as on your screenshot.
Kind Regards
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.
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