datakick Posted December 5, 2023 Author Share Posted December 5, 2023 29 minutes ago, 30knees said: @datakickWhen I create an order manually in the admin backend, customers automatically get a review email from Revws. Is this intended or a bug? To me, it feels like a bug because in the settings I have consent required. The revws module does not care about how the order was created. It just looks into database to check if the consent was given or not. Note that consent is not per order, but per customer. In this case, your customer probably gave consent when they registered, or during one of their purchase. 29 minutes ago, 30knees said: Either way, is there a way to prevent this automatic addition to Revws? The only thing that comes to mind is to use dedicated order status for back office orders 1 Link to comment Share on other sites More sharing options...
Adik Posted February 18 Share Posted February 18 (edited) php 8.1, I get error while exporting to xml format: TypeError: Cannot assign null to property DOMAttr::$value of type string here is simple fix: (line 231) in file /modules/revws/classes/backup.php: $name->value = $rev->isCustomer() ? ($rev->customer ?? '') : ($rev->display_name ?? ''); Edited February 18 by Adik 1 Link to comment Share on other sites More sharing options...
30knees Posted July 14 Share Posted July 14 I noticed that the email review requests have in all languages in English "Rate this product". It's part of the {products} in the HTML of the email. Under Localisation and Module Translations "Rate this product" is translated. Where else do I need to translate so "Rate this product" is in the proper language of the email? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now