address fields modified and add new field
-
Dear all
im trying to modified the address by removing some fields like address 1, address 2 ..etc and add new fields , would really appreciate it if you can write steps of how to do it would be really helpful
i have areas table in my database its a list of names , in the database there is address table should i modified it ? by passing area_id inside address ?
Best regards
-
@cmpengineers said in address fields modified and add new field:
address
yes you can add/alter the table and can pass the area_id in the the table.
like for example you should check the following:
As you can see here we have added the swatch_type column in the attributes table, you can also modify your table .
Thank you.