Question: A Receipt Problem Absence Of The Details

A Receipt Problem Absence Of The Details

Dear Support; Both my mobile device and the PC are being used to access the system; The mobile version has a receipt problem, while the web version does not. Along with the absence of

MA

Mazyad ALArdhi

Asked

Dear Support;

Both my mobile device and the PC are being used to access the system; The mobile version has a receipt problem, while the web version does not. Along with the absence of the balance, paid amount, and total amount, there is also no currency symbol displayed.

Screenshots are attached for your reference. I look forward to hear from you to resolve this issue.

Regards, Mazyad

  • EG

    Enyinnaya Gift

    Answered

    Hi @Mazyad ALArdhi

    Open the public_view.php script, file-path: themes\default\admin\views\sales\public_view.php, and add this CSS class styling in line 21.

    .table-responsive .table td:last-child, .table-responsive .table th:last-child { display: block !important; }
    

    Open the View.php Controller script, file-path: app\controllers\View.php and add this code in line 14.

    $this->data['default_currency']        = $this->site->getCurrencyByCode($this->Settings->default_currency);
    

    This will solve both issues that you mentioned. My name is @Enyinnaya Gift . I am an Independent software developer with in-depth knowledge of SMA system. I have done a lot of customization for many happy clients across the globe.

    You can check out highlights and a demo of my latest customization by Clicking HERE - Highlights

    You can also reach me via any of the following mediums for a real-time discussion on your customization request:

    -Skype ID: enyinnayag -Wechat ID: genyinnaya -Email: [email protected] -WhatsApp: +2348068355192

  • MS

    Mian Saleem

    Answered

    Enyinnaya Gift Thank you for help 😃

  • Login to Reply