Product link in email
-
Hello,
In a woocommerce eshop, I’m using the Woodmart theme along with TranslatePress.
Woodmart has a feature called Waitlist, where a customer/visitor can subscribe to a waitlist when a product is out of stock. Then, they get an email as soon as they subscribe and another email when the product is back in stock.
The eshop I’m working on, is in greek and I have used the tranlatePress plugin to add english.So, now I have the following issue.
I’m subscribing as a guest to a product’s waitlist from the greek version.
Both emails arrive with greek content.
However, the Back-in-stock email contains the product’s greek url, while the Waitlist-subscription has the english url (/en/product/my-wait-product).
Both emails use the esc_url( $email->object->get_permalink() ) function in order to display the product url. I have looked at both emails and didn’t find any changes (other than the text).Any ideas on why this is happening?
Thank you in advance.
You must be logged in to reply to this topic.