Home Forums WoodMart support forum Elementor Not working Reply To: Elementor Not working

#582814

Artem Temos
Keymaster

To fix the issue, we edited the file wp-content\themes\woodmart\inc\integrations\woocommerce\modules\wishlist\emails\class-promotional-email.php and added the following code https://monosnap.com/file/UFIQqBdAWmLObu4jHRg1FyGhaj0ouh

	/**
	 * Coupon.
	 *
	 * @var WC_Coupon
	 */
	protected $coupon = '';

This fix will be included in our next theme update.