Jump to content
thirty bees forum

[Free Module]Revws - Product Reviews


datakick

Recommended Posts

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

  • Thanks 1
Link to comment
Share on other sites

  • 2 months later...

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 by Adik
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...