I am using Opencart Version 2.2.0 ?
Thanks
Code: Select all
$data['direction'] = $language->get('direction');
Code: Select all
<html>
Code: Select all
<html dir="<?php echo $direction; ?>">
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Instead of the above, try "hard-coding" the direction in the template file, like so:fido-x wrote:... in the template file (catalog/view/theme/default/template/mail/order.tpl), at the beginning of the file (line 2), replace:with:Code: Select all
<html>
Code: Select all
<html dir="<?php echo $direction; ?>">
Code: Select all
<html dir="rtl">
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
I don't think that's possible, since the registration confirmation emails are sent as plain text and not as a formatted html page.vaguemind wrote:Can you please advise from where i can RTL the confirmation email also after new registration ?
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Please do NOT send me Personal Mails, they will no longer be replied to.
---
My Github OC Site: https://github.com/IP-CAM
2'800+ FREE OC Extensions on the World's largest Github OC Repository Archive Site.
Users browsing this forum: No registered users and 9 guests