Aslam Doctor
Forum Replies Created
-
Forum: Plugins
In reply to: [Rearrange Woocommerce Products] Plugin Causing Critical Error@corey-kretsinger @mbjo I have published the fixes with new updates. Please update the plugin and let me know if you are still facing any issues.
Forum: Plugins
In reply to: [Rearrange Woocommerce Products] Plugin Stopped Working with Avada Theme@tomrassu I have published the fixes with new updates. Please update the plugin and let me know if you are still facing any issues.
@vetalp I have published the fixes with new updates. Please update the plugin and let me know if you are still facing any issues.
@balajidextra have you tried troubleshooting steps provided with the plugin? Does that help?
Forum: Plugins
In reply to: [Rearrange Woocommerce Products] Sort by Products is not workingHi @juliet-1
Have you tried troubleshooting steps provided with the plugin? Does that make any any difference?
Also are you using any page builder plugin to show the products?Regards,
AslamForum: Plugins
In reply to: [Rearrange Woocommerce Products] Products appear twice in the archiveHi @odedt
Have you tried the troubleshooting steps provided? Let me know if that fixes for you.
Forum: Plugins
In reply to: [Rearrange Woocommerce Products] Does not work with ajax pagination@jminst , is there an option in the product filter plugin that allows to set default sort order to “Menu Order”? If so, please set that and see if that fixes. If the product filter plugin doesn’t have any such option, then you have to consult them to make it compatible with this plugin.
Forum: Plugins
In reply to: [Rearrange Woocommerce Products] Pagination for products tableHi @alexliii
I have noted down the request and looking forward to implement it in the future release.
Thank You,
AslamAre you using Avada website pagebuilder to list all the products on your site? Because the plugin doesn’t support any page builders.
Forum: Plugins
In reply to: [Rearrange Woocommerce Products] Sorting suddenly stopped workingHi @miljkojovan
- Can you share the version of the WordPress and WooCommerce plugin you are using?
- Have you tried troubleshooting steps?
Regards,
Aslam
Forum: Plugins
In reply to: [Rearrange Woocommerce Products] Products not rearrangedHello @honestchoc
Thanks for trying out my plugin. Have you tried the Troubleshooting steps? Also are you using any page builder plugin on the shop page?
Forum: Plugins
In reply to: [Rearrange Woocommerce Products] Products don’t get orderedGreat.
Forum: Plugins
In reply to: [Rearrange Woocommerce Products] Products don’t get orderedHi @odedt ,
Update your $args to something like this
$category_id = 123; // change this to your category id $meta_key = 'rwpp_sortorder_' . $category_id; $args = array( 'post_status' => 'publish', 'post_per_page' => 12, 'post_type' => 'product', 'meta_key' => $meta_key, 'orderby' => 'meta_value_num menu_order title', 'order' => 'ASC', );
Let me know if that works,
Kind regards,
Aslam@strarsis that’s great. I will give it a try and make it available in next update if all goes well.
Thank you