lat9 / dbio

Database Input/Output for Zen Cart
GNU General Public License v3.0
3 stars 1 forks source link

Products' export "special" columns are one-column off #123

Closed lat9 closed 5 years ago

lat9 commented 6 years ago

The base class processing introduced for #120 injects a blank column at the very end of an export when a handler supports 'dbio_commands'. Unfortunately, the ProductsHandler runs that base-class method prior to inserting its 'specially-formatted' fields, so that insertion can throw those columns' data "off".

Update the ProductsHandler to drop that just-inserted column and re-add it once its special columns have been processed.