This plugin is not compatible with WooCommerce’s High Performance Order Store (COT) feature enabled and should not be activated
]]>Hi,
very nice design of [show_products] shortcode but unfortunately it has some bugs. When I try to integrate your plugin with woocommerce the products displayed are all with the same picture even though in woocommerce product gallery there are diferent pictures. Is any way to fix this? Also the price is not displayed.
Hello there dear plugin engineers. Nice features advertized here. But I got right away this message
“Without WooCommerce installed Catalog Booster has no effect on your site and can be deactivated” above on every page of the back end – despite an active Woocommerce MU installation. Do U know how come perhaps?
Cheers.
Is there a custom tabs plugin that works with this? I have installed and de-installed about 5 so far, and I can’t get any to appear whilst this is installed. Thanks!
]]>Hello,
The plugin did not activate because on my WordPress Multisite, WooCommerce is not site wide activated.
Here is the correct ic_is_woocommerce_active function (wworking for me) :
function ic_is_woocommerce_active() {
$plugin_file = 'woocommerce/woocommerce.php';
if ( in_array( $plugin_file, apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) {
return true;
}
if ( is_multisite() ) {
$plugins = get_site_option( 'active_sitewide_plugins' );
if ( isset( $plugins[ $plugin_file ] ) ) {
return true;
}
}
return false;
}
If you can add this modification, it will be great.
Thank you for your plugin.
WordPress 4.9.4 running Mechanic theme.
Had a specific way we wanted the catalogue laid out with various sub categories etc. Installed WooCommerce Catalog Booster and it looked fantastic, just how we wanted products to display.
Suddenly realised that none of the products had ‘buy it now’, ‘add to cart’ or the Paypal buttons visible on the listings. Only way to get them to appear was to disable WooCommerce Catalog Booster (disabled at present). Googled and googled to search for answers, tried everything I could find but no matter what I did the buttons would not appear.
Then realised after some updates that WooCommerce Status also states “WooCommerce Catalog Booster by impleCode – 1.0.7 – Not tested with the active version of WooCommerce”.
Could the no buttons appearing be caused by the compatibility issue and will it be fixed when Catalog Booster is updated to work with latest version of WooCommerce?
]]>is it possible to show catalog mode by region? thanks!
]]>Hello,
I have one problem. When I activate the plugin, it does not appear because WooCommerce is not found. The plugin is installed and activated but I use the Swift Security plugin that hide wordpress and plugins.
So I change the test to always activate the plugin as soon as I activate it in the back office.
Is there any solution to avoid this problem ?
I change the product button to have metas as parameters in the URL. So if I add any meta name in the URL inside {}, then the value is inserted inside the URL.
function ic_woocat_show_button() {
$ic_woocat = ic_woocat_settings();
if ( !empty( $ic_woocat[ 'button' ][ 'enable' ] ) ) {
$url = ic_woocat_get_button_url();
$metas = get_post_meta(get_the_ID());
foreach($metas as $k => $v)
$url = str_replace('{' . $k . '}', is_array($v) ? $v[0] : $v, $url);
if ( !empty( $url ) ) {
?>
<a href="<?php echo $url ?>" class="button"><?php echo $ic_woocat[ 'button' ][ 'label' ] ?></a>
<?php
}
}
}
Finally, when I click on Quick view, the add to cart button appear in the WooCommerce product quick view lightbox.
Thank you for your plugin that work great.
]]>Howdy!
Thanks for using WooCommerce Catalog Booster.
If you have any problems or questions, please post your issue in these forums. We and other members are here to help you.
If you’re having trouble getting things working, there are a few support resources/tips we suggest you review before you post:
When you do post, please make sure to post your site URL so that we can best assist you. This allows us to see the issue and run some tests on your site.
Please keep your posts as short as possible. It lets us respond to more posts per day because we have less to read in order to understand your problem and respond.
Priority email support for paid premium customers is available at:
https://implecode.com/support/?support_type=support
We do read every post that appears here and we make every effort to give you a timely response. We value our free community as much as our paid customers.
You can always test the latest development version and check if your problem is solved. The development version is always a release candidate so you shouldn’t test it on live website. If you find any problem on development version you can report it to us here.
Please let us know if you would like to be WooCommerce Catalog Booster beta tester. We always provide the release candidate to the testers to make sure that the final version is working smoothly on many different server and plugin configurations before we make it go public.
Thanks for choosing WooCommerce Catalog Booster!
https://www.ads-software.com/plugins/catalog-booster-for-woocommerce/
]]>