HossamAhmedHamdi
New member
- May 3, 2020
- 6
- 0
- 1
I tried this solution but it didn't work any help I'm getting blank page in POS after clicking payment.Dear,
I have seen db error for missing hide_pos, to get it working all what you have to do is to run this code in your phpmyadmin:
The query should look like this
ALTER TABLE `sma_products` ADD `hide_pos` TINYINT(1) NOT NULL DEFAULT '0';
Thank you
Also I've tried to search for errors in error log and db log but nothing!