Question: Rtl Quantity And Price

Rtl Quantity And Price

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 c

E

Ehab

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

  • MS

    Mian Saleem

    Answered

    Hello,

    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

  • E

    Ehab

    Answered

    Hello,

    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

  • MS

    Mian Saleem

    Answered

    Hello,

    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

  • E

    Ehab

    Answered

    Hi,

    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

  • MS

    Mian Saleem

    Answered

    That’s quite strange! thank you for updating

  • Login to Reply