I want to move the product “Calendar 2024-2025” to be the first item on the page. I set the order (see attached screenshot) but it does not change in the website.
Thanks for your help
]]>Hello
I am interested in this plugin but I would like to make sure it works well with my template and my plugins.
We are using:
Template: Betheme
Plugins: YITH WooCommerce Ajax Product Filter Premium
Would there be any compatibility?
Thank you
]]>When attempting to install “rearrange-woocommerce-products.4.3.0” SiteLock blocks it. SiteLock support says it needs to be whitelisted. Then I need the IP of the plugin so they can do something with it.
]]>Hello,
Is there any way you could add sorting products within tag pages to this plugin? I would donate/pay for this to be added. Please let me know asap.
Thanks
]]>Hi support,
I recently started using the extension however, the plugin is not showing the latest products. Can someone please help me by disabling the extension to show new items?
]]>Hi, I have a problem regarding saving changes using this plugin.
My execution time is 120 and memory limit is 512 MB so I doubt that’s the case, hence my post. When I try to save error pops up in the console:
Failed to load resource: the server responded with a status of 400 () /wp-admin/admin-ajax.php:1
How can I fix this issue, has anyone encountered it before? Any help is appreciated!
]]>The plugin randomly gives the following error on my website:
[20-Jun-2024 14:14:02 UTC] PHP Notice: Function is_tax was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /data/web/public/wp/wp-includes/functions.php on line 6078
I have located in the plugin files the is_tax() is used twice in the file rearrange-woocommerce-products.php on lines 421 and 423. When I remove these lines and add $checker = false, the error is not shown anymore.
Is this something you guys can look into?
]]>We have a separate brand taxonomy and would want to sort products with the Brand as well as within standard categories like ‘Table Lamps’ etc.
Regards,
Mark
]]>Hi there,
We are currently using your plugin which is really nice. We are facing some issues however with specific pages. For example the custom sorting on https://www.slimmeheater.nl/infrarood-verwarming/badkamer/ is working great. The same way of configuration for another category fails:
https://www.slimmeheater.nl/elektrische-verwarming/badkamer/
We are loading the products through the shortcode and have made sure the categoryIds/slug matches with the one we’re custom sorting. We also enabled the loop setting. What could this be?
]]>Hello,
I’m facing the following PHP notice:
Notice: Function is_tax was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /public_html/tst/wp-includes/functions.php on line 6078
After testing and disabling plugins one by one I found that your plugin is causing the problem.
Any idea on fixing this issue?
Thanks.
Hello,
I installed your plugin and in a few days the website started to load very slowly. Is there any solution to eliminate this problem, which is probably due to the server response from the cache?
]]>I found a bug in the plugin that causes sorting by products in a category not to work on the website.
In the file rearrange-woocommerce-products.php on line 393 is says:
if (is_tax('product_cat') && $query->is_main_query() && !is_admin()) {
But this is not working. I can fix this issue by replacing this line with:
if (is_tax('product_cat') && !is_admin()) {
Is this maybe something you can look into? Because I see a few topics that also mention this issue.
]]>When the plugin is active our Woo site is taking over a minute to load and even completely freeze.
This is running on a recently upgraded VPS, and we have upped the memory_limit?and?max_execution_time to no avail.
Please can you offer any suggestions as to a fix.
I’m using the WPML plugin to translate my website and I use Rearrange Woocommerce Products to change the order of my products. Since I activated WPML, products in the main language appear correctly but when I change the language, the products change order and do not maintain the order I defined in the plugin.
]]>Hi,
I have successfully used your plugin to order products in the shop category display. However, I would like to use the same order in the WooCommerce shortcode for displaying the products of a given category. Is this possible?
All the best, Mike.
]]>Hi, I have a lot of products on my shop and it happens that after installed your module the site is going down.
I have already increased max_execution_time and memory limit, but the site still going down.
Im using expecially cateogry sorting. Is it possible to have a pagination for category page sort?
Thanks for support.
]]>I’m trying to rearrange my products but when I open the plugin all the products are in alphabetical order…so I can’t tell the current order of the products or ho I need to rearrange them. Am I missing something?
Also, when I click “save” all the products are the same way they were before I tried to rearrange them.
]]>It seems that in the frontend the chosen ordering is not being reflected. And looking at the support questions we were not the only ones experiencing this issue ??
We’ve debugged this, and it seems it is fixed by adding this line to your pre_get_posts filter:
$query->set( 'meta_key', $meta_key );
In other words: currently the meta_value_num
seems to be ignored because there is no meta_key
available.
Can you confirm this and release an update for the plugin?
Thanks!
]]>Hi Aslam. I have a new client with a site designed by someone else. Apparently this plugin used to work on her site but I’ve confirmed that it now doesn’t. Bricks Builder has been added to the site in the last year. Could this be the culprit and is there a setting I can update to override the Bricks Builder for the shop pages? Thanks!
]]>Hi
Is there any way to add to your plugin same sorting option as for product_cat, but for custom taxonomy?
]]>just like the title asks. i have a store with ~500 different products, most of which are contained in several of my ~50 categories.
I understand that if the plugin is deactivated that custom sorting per category will stop, but I would like to know if it would take effect again if i reactive the pugin.
Thanks!
]]>Hi
I’m using your plugin, plus woobewoo product filters. The product filters are not working when I filter by price. (all products are being displayed). Deactivating your plug in resolves the matter. Any idea why, how to fix, as I like using your plugin…
cheers, Bruce
]]>Hello. As you can see from the page link I’ve included, the products are not showing within this category in the order I want them to. I’ve used the plug-in, and in the back-end of the website they are showing in the correct order, but this is not reflected in the front-end. I’ve looked at the Troubleshooting advice and this isn’t resolving the issue. Please help
Thanks
]]>I am using FacetWP plugin to create a product filter based on Product Categories and Product Types(variations).
Unfortunately this plugin is not returning products in desired ordering. If i disabled FacetWP plugin, I can see correct ordering.
I have checked and FacetWp is also returning products ordered by ‘menu_order’ in ascending Order. As per docs, Re-Arrange WooCommerce Products plugin also uses same ordering functionality but something strange is happening due to which I am not getting expected results.
]]>Hi Aslam,
I have a theme that uses a short code in the Products module to show the products. I can access the Default Sorting from the Customizer and I chose the Sorting by Custom Ordering and Name. But, your plugin is not working at the moment. What do you suggest?
Thank you!
]]>Hi,
is there a way to get it to work for translated categories/products?
It works great in EN but not with other languages setup with WPML
Thanks
Hello @aslamdoctor, I wanted to bring to your attention that your “Rearrange Woocommerce Products” plugin is currently not compatible with “High-Performance Order Storage (HPOS),” which is hindering the full experience of WooCommerce’s new features.
It would be highly appreciated if you could consider making your plugin compatible with HPOS.
]]>Hello!
I was wondering, if I have my store set to display by default products by “most recent first”, is that OK? If I add new products after installing and reordering with your plugin, where do they appear (in what order?)
thanks!
]]>Hello there,
I am trying to rearrange the products in woocommerce by drag and drop in the order I want to be seen, but nothing happens. Do you have any similar situation?
]]>There are similar issues raised before but none is exactly the same as mine.
WordPress Version: 6.3.1
Rearrange Product version 4.1.7
Browser Chrome version 117.0.5938.149 Official (64-bit)
Operating System Windows 10
Website Theme OBSEQUY (Funeral Home) version 3.3
Currently, the products in the website Shop are listed?alphabetically by default. I wish to display them according to the?Product Category. See here
There are 6 Product Categories and I wish for them to be listed in the Shop in the following order:
Packages
Wreaths
Urns
Caskets
Programmes
Extra Services
I have read and followed the instructions given. However, my first observation was that there was no ‘Save’ button to verify that I wanted to change from the default option of “Sort by Products” to a new Sort Method of, “Sort by Categories”.
I also took the following steps that were advised:
From the Dashboard, I selected Appearance -> Customize -> WooCommerce -> Product Catalog, and then I ensured that the value of Default Product Sorting was set to “Default Sorting (custom sorting + name)”. However, I still do not have the ability to sort the products according to categories. What am I missing/doing wrong?