Hi, every time I select the Select By “Product Attributes” option, it automatically switches back to “Attribute”, showing random products that are not actually related to the main product.
How can I fix this?
]]>I want to display relevant products automatically on blog posts. But as fr as I understand, your plugin can’t do this automatically but needs a given product id?
Is it possible to link relevant products based on the blog post content or category automatically ? I would pay for a custom solution too
Hi.
Since last WP update (6.4.1), 3.3.16 version is not compatible.
( ! ) Warning: filemtime(): stat failed for /wp-content/plugins/woo-related-products-refresh-on-reload/public/owl-carousel/owl.carousel.min.js in \wp-content\plugins\woo-related-products-refresh-on-reload\public\class-woo-related-products-public.php on line 103
Woocommerce reports plugin incompatible with HPOS Related Products. Are there any tests yet?
]]>Hello,
I need help, as soon as WordPress auto updated to 6.4.1, I’ve started receiving the error code below at the top of every page. I’ve disabled the “Related Products for WooCommerce” by PeachPay for now to hide the error code.
<span style=”font-weight:bold”>Warning</span>: filemtime(): stat failed for https://laurenjturnerfineart.com/wp-content/plugins/woo-related-products-refresh-on-reload/public/owl-carousel/owl.carousel.min.js in <span style=”font-weight:bold”>/home3/renthedo/public_html/wp-content/plugins/woo-related-products-refresh-on-reload/public/class-woo-related-products-public.php</span> on line <span style=”font-weight:bold”>103</span>?<span style=”font-weight:bold”>Warning</span>: filemtime(): stat failed for https://laurenjturnerfineart.com/wp-content/plugins/woo-related-products-refresh-on-reload/public/owl-carousel/owl.carousel.css in <span style=”font-weight:bold”>/home3/renthedo/public_html/wp-content/plugins/woo-related-products-refresh-on-reload/public/class-woo-related-products-public.php</span> on line <span style=”font-weight:bold”>105</span>
]]>In version 3.3.15, I am able to add class or id attributes in the Heading Text from the Woo Related Products Settings Page.
The update to version 3.3.16 now shows the span codes in the heading on the site. How do I fix this?
Hello. It doesn’t appear that random order by sorting is working. This is the case with both “Globally relate products by” set to tag, category, or both.
For example, I have 100 products with the same tag, however it always shows the same items and only randomizes the order that they’re displayed.
Edit: It appears to be sorting by newest rather than randomizing all of the items with the same tag.
]]>Is this plug-in still being updated? Since WooCommerce came out with the new HPOS feature, there has been no update to make it compatible.
]]>It rotates just a little bit too fast
]]>When i set “Related by” option on “Product attribute” and When i enter an attribute ID ( got from attribute page URL ) on “Taxonomy IDs to exclude” part , its not excluded and the plugin still showing those attribute related products that i don’t want to be on product page .
Any recommendation will be appreciated
Thanks in Advance
]]>Hi there, having an issue with the plugin not displaying related products by subcategory.
I’ve added in the recommended code snippet but still no luck. Not sure if an issue with Elementor or something else.
Hi,
Is it possible to specify related products with shortcode?
[woo-related related_product_ids=”1,2,3″]
Thanks
]]>Hi there,
First, let me tell you that I really find your plugin handy and the features are great!
I just have issues with the styling: I use flatsome theme and would like the plugin only to adjust the functionality of the related products – the styling should stay to be managed by flatsome in order not to alter the design.
So, when I don’t check “override theme” (last checkbox in settings) nothing happens in the frontend. If I do, the styling is messed up…
Any chance of getting “the best out of two worlds”??
Many thanks and best regards!
]]>hello.
Currently, the plugin only displays related products that are In Stock.
But I want the on backorder products to be displayed too.
So I modified the code in file woo-related-products.php as follows.
FROM
'posts_per_page' => $products_number,
'orderby' => 'rand',
'meta_query' => array(
array(
'key' => '_stock_status',
'value' => 'instock',
),
To
'posts_per_page' => $products_number,
'orderby' => 'rand',
'meta_query' => array(
array(
'key' => '_stock_status',
'value' != 'outofstock',
But it is not working.
Could you tell me how do i display instock and onbackorder product both together?
]]>hello.
The Related Product widget has a Before and Next button navigation.
However, if I do not use button navigation and drag the product with the mouse or touch and drag, the loop does not work.
GIF link => https://imgur.com/a/HK8vZNJ
Stop at the last product. On the other hand, clicking the button will loop.
Can you tell me how to solve this problem?
thank you.
]]>Hello Support,
Please help me show 8 items on desktop and 4 on mobile devices.
]]>First of all – thank you very much for this excellent plugin! It works perfectly on single product pages and displays related products by the product tag.
However, I need the same option on all my posts and pages – to display all related products by the product tag. I know, I can do with this shortcode:
[woo-related]
But there is an issue with the secondary image –so on hover (product image hover switch) it comes up a huge image and it looks like this:
EXAMPLE WITH ERRORS ON POSTS, USING SHORTCODE
As already mentioned, on the single product pages, it works like a charm, so the same products look like this:
EXAMPLE WITH CORRECT IMAGES ON SINGLE PRODUCT PAGES
Could you please help me, how to get the same on the pages and posts?
Thanks!
Katja
Hi, folks! I’m using Woo Related Products module trying to display products that are assigned to 2 categories. But when selecting two categories in the settings (under “Included Categories”), the module treats them with an OR operator.
So, I want to have contemporary living rooms showing up. Instead it shows me everything that’s contemporary plus everything that has to do with living rooms. Meaning I’ll find contemporary bathrooms, bedrooms and every other space in this list. I’ve no idea how to make these categories be treated in combination instead of separately. I need [living rooms] AND [contemporary].
Help, please?
WordPress 5.9.3 / WooCommerce 6.3.1
]]>Hi, I have been using your plugin for a very long time. Some time ago I noticed that after clicking on a recommended product, I am not transferred to that product, as if the link would not work. Once, after clicking, the page of the selected product would open.
Thanks for help!
]]>Hello Support,
Please help me with this. I’m trying to understand how to avoid indexing the related products on single product page? Currently related products are indexed with products that arent related to google search.
]]>Hi! I’d like to be able to have 2 rows of 3 items each, but it is showing up as 3 rows of 2 items each.
I’ve tried putting these snippets from other suggestions here:
.woo-related-products-container .col {
max-width: 16.66667%!important;
}
.woo-related-products-container ul.products {
display: flex;
flex-flow: row wrap;
}
.woo-related-products-container ul.products li {
width: 31%!important;
margin: 1%!important;
}
But it’s still displaying 3×2. Is there something else I need to do?
]]>Hello! i am using your plugin to show related products by tag `function v_woo_related_slider() {
if (is_product()) {?>
<script>
jQuery(document).ready(function($) {
$(“#woorelatedproducts”).data(‘owlCarousel’).destroy();
var owl = $(“#woorelatedproducts”);
owl.owlCarousel({
items : 4,
itemsDesktop : [1000,3],
itemsDesktopSmall : [900,3],
itemsTablet: [600,2],
autoPlay: 3500,
itemsMobile : false,
});
});
</script> <?php
}
}
add_action( ‘wp_footer’, ‘v_woo_related_slider’ );`
my theme is flatsome and i am having issues with the wp_footer function (as the site is already in production i have removed the code)
what i need to do is to prevent owl slider to move, and remove the touch action in mobile do you think that you could help me with this?
Hello,
I am trying to change the url because of the image display issue. I would like to know how can i change the image path. for eg i am getting this url
https://eyefoster.in/wp-content/uploads/1-68-scaled-300×150.jpg
But i want to display the url https://eyefoster.in/wp-content/uploads/1-68-scale.jpg
Because i want to display the image based on my requirement.
can you please tell me the path how can i define the size on what size of image i want to display ?
you can review the issue through this link https://eyefoster.in/product/eyeglasses/black-full-rim-rectangle-plastic-medium-men-implicit-eyewear-egfra0001-eyeglasses-eyefoster-com
At the end of the page under similar products image is getting blured.
]]>Any way to filter the related products to only display products that are on sale? Maybe this is an order not a filter (display on sale first)?
]]>Hi folks, I’d like to tell related items to be shown across 4 columns on desktop and 2 on mobile (currently they show as 3 columns on desktop, and 2 on mobile). Any advice on how to achieve this, please?
(Apologies for double posting, initially added this as a reply to an earlier thread that wasn’t bumped.)
]]>Hello,
Thanks for your plugin ! ??
On my website images are not showing well (quality) due to the layout.
Can you tell how I can change the layout ?
Desk 4×2
Tablet 4×2
Mobile 2×4
Appreciate your help
Thanks
Best regards
]]>Hi. It is possible to choose only one specific category? Which would be the shortcode for that?
Thank you in advance.
A client switched to Elementor page builder, but it seems like the shortcode is not working in the Elementor page builder. Is that correct?
]]>Hello I hope you are well.
The first thing I want to say is thank you for this excellent plugin.
Is there a possibility that it shows related products out of stock?
Kind regards.
]]>We see there is an update to the plugin, but the changelog isn’t udpated so we can’t see what changes were made. Is there a way you can email them to me or update the plugin page? Thanks in advance!
]]>