{include file="templates/emails/elements/top_html.html"}

Dear {$user_data.fname $user_data.lname}

Your Product with product id {$user_data.product_id} is approved .


You can refer the product({$user_data.title|htmlspecialchars}) here :
{$base_url}/{$user_data.url_default}

Sincerely,
{$CompanyName|htmlspecialchars}

{include file="templates/emails/elements/bottom_html.html"}