RazyRx
Forum Replies Created
-
Hello,
Please try to add this custom PHP code to enable filtering for MultivendorX productsadd_filter('multivendorx_store_product_query_args', 'multivendorx_store_product_query_args_aapf');
function multivendorx_store_product_query_args_aapf($args) {
$args['bapf_apply'] = true;
$args['bapf_save_query'] = true;
return $args;
}It must apply filtering to products and use it for recount in filtering.
Regards,
OlegForum: Plugins
In reply to: [Load More Products for WooCommerce] PHP WarningsHello,
Latest version of plugin has fix for this issue. Please update plugin to latest version.
Regards,
OlegHello,
Option “Don’t update URL when next page is shown” do not change anything for SEO functionality, because pagination still work same as before.
This option only change how customers in browser use it because update page URL only with JavaScript after scroll to some position.
Regards,
OlegForum: Plugins
In reply to: [Advanced Product Labels for WooCommerce] WordPress v7.0 makes 3×3 Dot AppearHello,
Please update plugin to latest version. It has fix for this issue.
Regards,
OlegForum: Plugins
In reply to: [Cart Notices for WooCommerce] Installed but cannot get notice to appearHello,
Plugin do not have condition based on “Shipping address”.
Also it seems you mean some other plugin because our plugin do not have any option based on geo location and do not required it.
Regards,
OlegHello,
Do you mean that vendor store has products before filtering and when filters applied it is display message “No products matching your search were found”?
Also is it has products with selected filters?
For paid version issue please contact us on BeRocket site. Use ww.wp.xz.cn support only for free version of plugin.
Regards,
OlegForum: Plugins
In reply to: [Load More Products for WooCommerce] PHP WarningsHello,
We will add fix for this issue in next plugin release.
Regards,
OlegHello,
Quick view plugin change page on load and trigger open previous page on close.
Load more fix position on previous page load to top of latest page opened.
You can try to enable option “Don’t update url when next page shown” then plugin will do not update URL and do not fix anything on pages because it will be always same page.
Regards,
OlegForum: Plugins
In reply to: [Product Tabs Manager for WooCommerce] Latest Version has a Fatal ErrorHello,
Also please update all BeRocket plugins to latest version.
Regards,
OlegHello,
With latest version of plugin you can enable filtering for products module in page builder same as before.
If you use some products module that do not have BeRocket option then please provide Divi module name and we will try to add option to it.
Regards,
OlegForum: Plugins
In reply to: [Load More Products for WooCommerce] PHP WarningsHello,
Please try to save plugin settings and check is it has same error after it.
Regards,
OlegForum: Plugins
In reply to: [Min and Max Quantity for WooCommerce] BUG – quantities being reset to 1Hello,
Please try to update plugin to latest version it must fix issue with Input Limitation addon.
Regards,
OlegForum: Plugins
In reply to: [Advanced Product Labels for WooCommerce] Specific TimeHello,
Plugin do not have option like this.
Regards,
OlegHello,
Title can be translated on filter edit page but WordPress editor must be used for translation.
Regards,
OlegHello,
Please try to add shortcode [brapf_next_shortcode_apply] right before products list.
Regards,
Oleg