Up to date Store Commander version with a Solo, MulitStore or Expert plan
For this shop's specific needs, a new field called "REF_INT' (internal reference) has been introduced to product pages in PrestaShop ps_product table, in order to link with a remote application (for example ERP, database, external module, SaaS application,..).
We will be adding this field "REF_INT" to the options of Store Commander search tool.
We'll then be able to:
Navigate to /modules/storecommander/xxx_hash_xxx/SC_TOOLS and create : lib/cat/quicksearch
As soon as these files are created, SC will use this directory /SC_TOOLS/lib/cat/quicksearch instead of the directory quicksearch of /SC/lib/cat/quicksearch/.
The following SC update will modify files existing in /SC/lib/cat/quicksearch/ only.
Modifications integrated to SC updates are listed in the updates article.
If you wish to apply a modification made to the Quick Search within an update, you will need to adapt your code in SC_TOOLS/lib/cat/quicksearch.
Then, follow the steps of this example: for the field "ref_int" present in ps_product table: