Hi, I’m creating woocommerce product loops with Elementor Pro.
How can I add review stars to the product archives?
are there any shortcodes?
Thank you
We have a customer who would like to display the rating of each product on the product catalog page. Is this possible?
Best regards
]]>Bonjour,
Nous nous sommes aper?u après plus d’1 mois, que la synchronisation des commandes avec votre service ne fonctionnait plus.
Nous avons trouvé l’origine de ce problème. Lors du choix de changement d’état de commande, vous ne stockez pas le nom de l’état, mais un numéro d’ordre d’état tel que récupéré du tableau transmis par la fonction wc_get_order_statuses()
via votre fonction ntav_getOrderStatus. Or, si vous lisez la documentation de la fonction wc_get_order_statuses()
, vous pouvez voir quelle accepte un filtre.
L’ordre des status est donc variable!
Concernant notre site, nous avons, dans notre gestion , ajouté un état de commande. Ceci a “décalé” le tableau des états tel que votre plugin le consulte. En l’espèce, la position “8” (telle que sauvegardé sous “ORDERSTATESCHOOSEN”) n’était plus la même (elle se retrouvait en 9ème position dans le tableau).
Nos commandes passant rarement par l’état maintenant en 8ème position, plus rien n’était synchronisé!
Puisque le choix de l’indexation du tableau d’état n’est pas une valeur fiable, je vous demande de bien vouloir modifier cette gestion afin de plut?t enregistrer comme paramètre les NOMS des états.
D’avance merci.
——————————
Hello,
We discovered, more than 1 month after the issue, than our orders did not sync anymore with you service. We found the origin of this issue: a wrong management of the order status. When choosing which status to sync, you save the index number a the status, as present in an array returned by wc_get_order_statuses()
function. But if you read wc_get_order_statuses()
documentation, you’ll see that it accepts a filter. Thus, the index number of the status in this array is not a reliable information. In our case, the saved index was 8, but the indexes switched by +1 as we added a custom order status we needed. new “8th” status is barely used so no order was synced (luckily!).
As the index number is not reliable, could you correct your plugin and maybe use and save the status NAME.
Thanks
]]>Hello,
There is an error about this plugin when tried to export manual the order.
Screenshot : https://prnt.sc/BRPxk6PKVor6
This is the error detail mentioned in email :
Error Details
=============
An error of type E_ERROR was caused in line 966 of the file /home/public_html/wp-content/plugins/netreviews/functions.php. Error message: Uncaught Exception: DateTime::__construct(): Failed to parse time string (2022-28-09) at position 6 (8): Unexpected character in /home/public_html/wp-content/plugins/netreviews/functions.php:966
Stack trace:
#0 /home/public_html/wp-content/plugins/netreviews/functions.php(966): DateTime->__construct(‘2022-28-09′)
#1 /home/public_html/wp-content/plugins/netreviews/includes/av_backoffice.php(274): ntav_getOrdersCSVByWooCommerceVersion(”wc-completed”, ’01/08/2022′, ’28/09/2022’, ‘en_US’)
#2 /home/public_html/wp-content/plugins/netreviews/netreviews.php(253): include_once(‘/home/p…’)
#3 /home/public_html/wp-includes/class-wp-hook.php(307): ntav_av_backoffice(”)
#4 /home/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(”, Array)
#5 /home/public_html/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
#6 /home/public_html/wp-admin/admin.php(259): do_action(‘toplevel_page_a…’)
#7 {main}
thrown
Can you help?
Thank you.
Greetings,
The majority of reviews using the plugin have been designated as “Item does not support reviews” and “Missing reviewed item name” in the last two months by Google Search Console. I could not find a way to resolve this issue. Is there a way to fix this?
Thank you kindly
]]>Greetings,
Version 2.3.11 added the two following lines :
add_action('woocommerce_order_status_changed', 'ntav_av_new_order');
add_action('woocommerce_new_order', 'ntav_av_new_order');
Because of that, an image in now inserted in the JSON response expected when an order in created via AJAX, during checkout (typically by a payment plugin).
The JSON response in then invalid and the user is unable to pay.
We have restored to version 2.3.10 for now.
Could you please take a look at the issue?
Thank you.
Bonjour,
Lors d’un export manuel j’ai d? corriger à la main les marques des produits. Et la dernière fois, j’ai exporté en oubliant de faire cette correction, ce qui ne va pas faire très “pro” auprès de mes clients…
Pourriez-vous corriger la ligne suivante afin qu’elle devienne:
$linetmp['brand_name'] = htmlspecialchars_decode(utf8_decode(array_shift($tabbrand)));
En effet, ce décodage UTF8, présent sur les autres champs texte, manque cruellement ici…
Merci!
I noticed that there are two of these 3rd party scripts that affect pagespeed score in the “Defer parsing of JavaScript” tab.
Are both of them needed for verified reviews?
Is there anything you could do for the “defer parsing of javascript”?
https://cl.avis-verifies.com/it/widget4/widget04_FB3.min.js (138.5KiB) https://cl.avis-verifies.com/it/widget4/widget09_FB3.min.js (13
Also in the “Leverage browser caching” we have a few scripts
Is it possible to defer the parsing of these scripts?
Any suggestion would be highly appreciated, Thank you
Hi,
Is it possible to export Verified Reviews in WooCommerce to import in an another WooCommerce please ?
Thanks,
Sandra
I installed the plugin and setup. Previous orders have been imported and we’ve received reviews, but I can not display the ratings received on the product page. Can you help me?
]]>