chaddro / EasyPopulate-4.0

Data import and export module for Zencart 1.3.x and 1.5.x
GNU General Public License v2.0
24 stars 31 forks source link

products table metatag status flags #4

Closed chaddro closed 12 years ago

chaddro commented 12 years ago

This took me a little while to nail down. Basically, people would update/populate their store with the FULL-EP sheet and set the metatag status flags to their their liking. Then, a subsequent update from a PRICEQTY-EP sheet would mysteriously change the flags.

What in fact is happening, is the current setting in the database are not being retained. These need to be added to the $default_these[] array (as many others needed to be). This should fix the issue.