Page 1 of 1

RTL and LTR products

Posted: Sun Dec 15, 2013 9:47 pm
by ophir
Hello, I have a site which uses one language, but have in it some products in English which is LTR and some products in Arabic which is RTL, I need to change product page only to display the items correctly, no problem in main page or category page, what is the best way to do this please?

Thanks all :)

Re: RTL and LTR products

Posted: Sun Dec 15, 2013 11:49 pm
by MarketInSG
that's gonna be tricky. Set LTR and RTL based on products & categories? You will need to add a new column to the products and categories table, and allow you to set it in your admin panel. Then, allow the system to fetch and set the value too in your header.php file. Pretty lot of work.

Re: RTL and LTR products

Posted: Mon Dec 16, 2013 1:05 am
by ophir
Yes a lot. Can't use layouts? I don't know how they work but I thought I may create layout for rtl and apply them to related products.

Re: RTL and LTR products

Posted: Mon Dec 16, 2013 8:38 am
by MarketInSG
no, RTL and LTR is the same throughout the site.