After importing products into SellerDeck EPOS, you may find that products do not have their prices printed on tickets. See the solution to this below:
- Close the EPOS program.
- Take a back up copy of the Data.mdb file and keep somewhere safe.
- To run the SQL:
- Open Windows Explorer
- Browse to: C:\Checkout
- Open up “Data.mdb” in Access.
- Go to 'View | Database Objects | Queries
- Click 'New'
- Select 'Design' view
- Click 'close' on the 'Show Table' window
- Then go to 'View | SQL view'
- Copy and paste the SQL statement below into the page, replacing “SELECT;” if that is already in the page:
UPDATE tblProduct SET Region = 1
- To run the query, go to 'Query | Run'
- Now close the SQL query Window
- Do the same as above (from point 5) for another SQL:
UPDATE tblProduct_Barcode SET Region = 1
- Close the Access Database
- Restart EPOS