ranone
Forum Replies Created
-
Forum: Plugins
In reply to: [Site Reviews] Ghost reviews for duplicate products in catalogueHi, this is my code into product pages:
add_action( 'woocommerce_after_single_product_summary', 'add_reviews_code_for_products', 10 ); function add_reviews_code_for_products() { echo do_shortcode('[site_reviews_summary assigned_to=post_id hide=rating,if_empty][site_reviews assigned_to=post_id schema=true][site_reviews_form assign_to=post_id category="prodotti" title="Scrivi una recensione"]'); }It’s all as you suggested, but not work.. 🙁
Forum: Plugins
In reply to: [Site Reviews] Ghost reviews for duplicate products in catalogueThanks you so much for your reply, but after I remove the values, recalculate the counts (and empty all caches) nothing happened 🙁
In the frontend product view I see also the reviews..
- This reply was modified 6 years, 10 months ago by ranone.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Rounding fail errorsany news?
Forum: Plugins
In reply to: [Site Reviews] Merge aggregateRating info into blog posts structured dataForum: Plugins
In reply to: [Site Reviews] Merge aggregateRating info into blog posts structured dataThank you very much for the documentation @geminilabs!
Is there a method to easily get the grade point average for a postID (ratingValue) and the total number of votes always for a postID (reviewCount)?
Thanks a lot 🙂
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Error on import site reviewsTks @brechtvds for your reply!
In my case the recipe is the main topic of the page, how can I declare it?
Yes, now we understand each other 🙂
Ok, it is not possible to activate/deactivate the extra fields individually…
Patience, thanks a lot anyway @evavangelooven 🙂
Tks @evavangelooven for your response 🙂
I have many variable products, for which there are many variations.
I would like to limit the extra fields to a field, maximum two (because they are the ones I really use)… Otherwise I have an infinite page…
I don’t know if I have been more explanatory now.. 🙂
Regards
I didn’t mean to add 2 GTIN fields, but I intend to show only one of the extra fields, instead of all the fields (which I don’t use)..
Yes, I had seen the line too … 🙂
In fact it gives it from CLI. You could enter an additional check to avoid the notice, that’s all 🙂
Thank you @robobot3000 🙂
next update date?
Forum: Plugins
In reply to: [Smart COD for WooCommerce] Smart COD not working with woocommerce 3.6.1@fullstackhouse, did you do a compatibility test?