Skip to content

Commit

Permalink
fix: product review email cannot be disabled without also disabling C…
Browse files Browse the repository at this point in the history
…ontact Vendor email (#2207)
  • Loading branch information
nurul-umbhiya authored Apr 1, 2024
1 parent 4f6f998 commit bda6300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Emails/VendorProductReview.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class VendorProductReview extends WC_Email {
* @since 3.9.2
*/
public function __construct() {
$this->id = 'dokan_contact_seller';
$this->id = 'dokan_product_review';
$this->title = __( 'Dokan Vendor Product Review', 'dokan-lite' );
$this->description = __( 'After a product has been reviewed, an email is sent to the vendor containing information about the review. The email may include details such as the reviewer’s name, the product’s name and description, the review rating, and the review text. The email may also contain a link to the review page where the vendor can view the review and respond to it if necessary.', 'dokan-lite' );
$this->template_html = 'emails/vendor-product-review.php';
Expand Down

0 comments on commit bda6300

Please sign in to comment.