jacobx
Forum Replies Created
-
Forum: Plugins
In reply to: [WPC Frequently Bought Together for WooCommerce] limit of displayed offersThis isn’t the setting?
https://imgur.com/fqdRalXForum: Plugins
In reply to: [WPC Frequently Bought Together for WooCommerce] limit of displayed offersOh, and hasn’t anyone else had a similar question? Maybe you have an idea for some custom code I could implement. I don’t know exactly how your plugin works, but maybe the number of products displayed is implemented somewhere.
Forum: Plugins
In reply to: [WPC Frequently Bought Together for WooCommerce] limit of displayed offersI also want the selected product to be displayed at the top of the list, or for some sorting option. Currently, it’s displayed randomly, as it’s set by Custom Related Product. I know you can manually add offers in Bought Together, but I’d like to leave it as is because when we have a new product, I won’t have to add it to each one; it will be added automatically to all of them after the tag.
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] no variants in searchit worked very well, thank you
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] no variants in searchAdditionally, I use the Variations as Single Product for WooCommerce plugin to separate the auctions.
This solution that I proposed can stay, I thought that you had a similar situation. If I could give something from myself, it would be a proposal to add a field in the settings so that the plugin does not show up on the product card but only fulfills its functionality in terms of appropriate selection of related products.
The site is currently being rebuilt, but I will send the code and the code that helped me hide this widget for now.
document.addEventListener("DOMContentLoaded", function () {
const relatedElements = document.querySelectorAll(".related.wt-related-products");
if (relatedElements.length > 1) {
relatedElements[1].style.display = "none";
}
});
this 1 code is from your plugin, it adds such a section at the end of the page, but I want only the code that is visible in the second picture to remain, I have previously disabled this second element on the page with the JS code, but maybe there is a better solution
Hi, thanks for the quick response. I have the option to add a widget in the theme that shows related products and it has an appropriately adapted appearance. However, the plugin adds related products at the very bottom of the product card, which I would like to disable while maintaining this theme widget so that it works. However, when I checked Disable recommendation in the plugin, this widget was also removed from the theme.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Review not showingtry the product, you must select showing opinions in the advanced settings
Forum: Plugins
In reply to: [Checkout Upsell Funnel for WooCommerce] parsererrorHi,
the plugin is still running, you need to add a product to the cart and the proposed products will appear at the very bottom of the order.
I am sending screenshots of what these proposed products look like: https://imgur.com/a/jXMiZ7nForum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] additional optionbut it can’t be done without having to click next all the time, just like it works with drop-down hierarchy, where I first select all of them and then click search?