i don't understand what the table zones_to_geo_zones do,
there are 6 Columns:
association_id, zone_country_id, zone_id, geo_zone_id, last_modified, date_added
why all the records of the column zone_id are "0"?
i don't understand what the table zones_to_geo_zones do,
there are 6 Columns:
association_id, zone_country_id, zone_id, geo_zone_id, last_modified, date_added
why all the records of the column zone_id are "0"?
That table associates the data in several OTHER tables, including the countries table, the zones table, and the geo_zones table. It takes relevant ID's and shows the relationship between a specific country, its states/provinces, and the geo_zone (which is used mainly for tax and shipping purposes.
You don't need to lose sleep over this issue... the table has a specific purpose.
20 years a Zencart User