JB
Asked
Hi,
Would like to ask your help regarding this.
It seems weird for us.
when searching example item code "bps-ss03"
it will not automatically add the item hence it will show the suggestion item, "bps-ss01", "bps-q01", "bps-k01"
check this screenshot
https://snipboard.io/Gv1IaO.jpg
it's kinda off, same with POS
Is there a settings regarding this? please help.
Thanks!
Would like to ask your help regarding this.
It seems weird for us.
when searching example item code "bps-ss03"
it will not automatically add the item hence it will show the suggestion item, "bps-ss01", "bps-q01", "bps-k01"
check this screenshot
https://snipboard.io/Gv1IaO.jpg
it's kinda off, same with POS
Is there a settings regarding this? please help.
Thanks!
- MSAnsweredHello,
If you using - (dash) in your product codes, you will need to change your barcode separator to something other than - (dash) in system settings.
Thank you - JBAnsweredI can't proceed in updating my system settings.
It keeps saying this
https://snipboard.io/fnOXyj.jpg
Even all required fields are okay. - JBAnsweredIm not sure if it's a bug, double checked it. and all the fields are okay.
even changing the - (dash) ONLY still says:
"Please update the information below. The field labels marked with * are required input fields."Attachments - JBAnsweredThis is what i observe.
when clicking Update Settings. it will load and nothing happens.
after load (see attached file) it will return to pageAttachments - JBAnsweredAdditional info, planning to change the settings in database but it seems I can't see it in settings.
Checked the database but I cant find column for System Settings.. hmmmmAttachments - MSAnsweredHello,
Is it fresh installed? Can you try to run the query below to
```sql
ALTER TABLE `sma_settings` ADD `use_code_for_slug` TINYINT(1) NULL DEFAULT NULL;
```
I hope this will fix the settings update issue. - JBAnsweredHello, yes this is a fresh install. We just purchased and installed it the other day.
- JBAnsweredthank you so much! it works.!
currently we installed it on a test environment for testing.
if ever we deploy it on our live domain, should I update again the database? - MSAnsweredNo. The database issue was fixed yesterday but as it was installed before fix that caused the issue. All new installations will have that column already. Thank you
- JBAnsweredokay thank you so much.
will download the updated installer then.
Godbless! - Login to Reply