samengland
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Adding stars rating above numeric ratingThis seems to be the line that I cannot get to work properly.
<div class=”star-rating”><?php echo wc_get_star_rating( $rating, $review_count, ‘rating’, true ); ?></div>
This works for me…
add_filter(‘woocommerce_structured_data_product’, function($markup, $product) {
$markup[‘brand’][‘@type’] = ‘Brand’;
$markup[‘brand’][‘name’] = ‘YOUR BRAND NAME HERE’;
return $markup;
}, 9, 2);`Forum: Plugins
In reply to: [WooCommerce] An error of type E_ERROR was caused in line 17I am also having the same problem with my reports within Woocommerce since Oct.13th.
Forum: Plugins
In reply to: [Contact Form 7] All Messages Blocked as Spam (ReCaptcha V3)Same issue on all of my websites…a response back to help us poor souls out would be greatly appreciated.
Thank you for your help.
Yes…Yes…Yes… that worked perfectly…THANK YOU SO MUCH…
I would also like to hide the “ALL” section…is this possible?
I have attached picture.
Forum: Reviews
In reply to: [Sticky Add to Cart for WooCommerce] Great PluginI am using Woocommerce Version 3.4.2
Forum: Reviews
In reply to: [Sticky Add to Cart for WooCommerce] Great PluginAny help with this error message would be greatly appreciated.
Forum: Plugins
In reply to: [Sticky Add to Cart for WooCommerce] issues with product with no priceHummmmm…I am having the same problem…
Does anyone know of a fix for this error message?
Forum: Reviews
In reply to: [Sticky Add to Cart for WooCommerce] Great PluginFor products with variations I am getting this error message…any help would be appreciated.
Warning: number_format() expects parameter 1 to be double, string given in /home/bomblers/public_html/wp-content/plugins/sticky-add-to-cart-for-woocommerce/includes/class-wsac.php on line 128
I am also getting the same message at the top of my website…
I believe this is caused by a Woocommerce update.