Search found 1 match
- 29 Aug 2021, 18:41
- Forum: Help
- Topic: How to add additional fields to a product
- Replies: 1
- Views: 2076
How to add additional fields to a product
Starting with the upcoming 2019.10 release, managing custom columns will be super easy.
Extend the table (like already available) in ./ext/<your_extension>/lib/custom/setup/default/schema/customer.php:
return array(
'table' => array(
'users' => function ( \Doctrine\DBAL\Schema\Schema $schema ...