WPIntell

Source evidence

Activation problem, custom URL parameters and quick view

Catalog Booster & Product Catalog Mode for WooCommerce · support · 2017-07-05T16:13:00+00:00

complaintsentiment
highseverity
0.97relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

9 / 39 rows with source links

23.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

30 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
te-deum unresolved
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.

Comments

0 shown

No comments were stored for this source.