Hi there,
this plugin causes a large number of notices in the error log, as follows:
The woocommerce_get_page_id function is deprecated since version 3.0. Replace with wc_get_page_id.
Please, could you update that function call in the plugin?
Thank you.
Hello!
You have error in widget.php on line 133. The path to ajax-loader images is wrong.
“>
Error in console:
…/wp-content/plugins/wc-brand/asset/img/ajax-loader.gif 404 (Not Found)
/assetS/ <<< it’s need to add “s” at the end.
Right URI is:
<img src="<?php echo BRAND_PLUGIN_URL . '/assets/img/ajax-loader.gif’; ? />”>
I’m using this plugin to manage product brand, but in front-end I can’t filter product by brand, it always say “Oops! That page can’t be found”. Can you helpo me fix that?
]]>Hi,
how can I display object data in the the front end product page? is there a short code to use?