How To Make The Pos Interface Scrollable

0

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?

Question Resolved For: Stock Manager Advance with Point of Sale Module 0 Votes 2 Answers 212 Views
Asked by Sylvain Lutala 3 months ago

0

Answered by Enyinnaya Gift 3 months ago

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

0

Answered by Mian Saleem 3 months ago

Enyinnaya Gift Thank you for helping

We use Cookies

We use cookies to ensure that we give you the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies.