E
Asked
Hello,
We enabled the RTL option, the print out of the receipt in Arabic it displaying the quantity value just before the price !!!
Please see attached image of English version which is correct and RTL version witch is wrong .
Regards,
Ehab
We enabled the RTL option, the print out of the receipt in Arabic it displaying the quantity value just before the price !!!
Please see attached image of English version which is correct and RTL version witch is wrong .
Regards,
Ehab
Attachments
- MSAnsweredHello,
You can edit the view file and wrap those in a `span` tag with display style set to inline-block like
```
<span style="display: inline-block;">
// add quantity and price lines here
</span>
```
Thank you - EAnsweredHello,
Many thanks for your reply.
Unfortunately I could not manage to find where and how to past the tag, I will appreciate if you could send me an example with the same requirements.
Regards,
Ehab - MSAnsweredHello,
I think, you are using eview `themes/default/views/pos/eview.php` around line no 112. You can change the dir to ltr and set the text align to right on the td tag.
Thank you - EAnsweredHi,
It seems it is not ltr or rtl issue, because we have tried that suggestion but does not work !
we solved it by replacing the "X" by a "*"
I don't know why !! but that was happen.
Regards,
Ehab - MSAnsweredThat's quite strange! thank you for updating
- Login to Reply