Question: How To Make The Pos Interface Scrollable

How To Make The Pos Interface Scrollable

Hi, when I add items to the cart, I have trouble seeing the items I added at first. How can I make the point of sale interface scrollable?

SL

Sylvain Lutala

Asked

Hi, when I add items to the cart, I have trouble seeing the items I added at first. How can I make the point of sale interface scrollable?

  • EG

    Enyinnaya Gift

    Answered

    Hi @Sylvain Lutala

    You should be able to scroll, but if you’re having trouble doing this on a touch device, you can add the following CSS code either in the assets/custom/pos.css file or before the closing </head> tag in the themes/default/admin/views/pos/add.php file:

    <style>
    #pos #left-middle,
    #pos #product-list {
        overflow-y: scroll !important;
    }
    </style>
    

    This will ensure that the cart area becomes scrollable, allowing you to see the items you’ve added first.


    My name is @Enyinnaya Gift. I am an Independent Software Developer with in-depth knowledge of the SMA system. I have done a lot of customizations for many happy clients across the globe. One of my recent projects is a WooCommerce eCommerce/Web Shop Integration to seamlessly synchronize your inventory with WooCommerce. This integration allows you to manage products, stocks, and orders directly from your SMA software, eliminating the need to update multiple systems and enabling you to launch an online shop within minutes.

    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 helping

  • Login to Reply