You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several specific variables declared to address the maximum length of characters permitted for the associated variable. Suggest that instead of having X variables that there be 1 variable with X parameters (array). This seems like it will/would make the code more compact and possibly easier to "read" as it were.
The text was updated successfully, but these errors were encountered:
- Product now can be exported by master_categories_id such that
the product appears only one time in the export file. The
category assigned to the product in this export is the category
that is identified as the master category. Fixes#32
- Modified the ep_supported_mods functionality and collection to
compress the overall collection of associated data for supported
modification display. Existing variables remain in this version;
however, will be deprecated in the future.
- Added additional variable unset commands to continue to minimize
the amount of memory used by EP4.
- Improved custom field usage by ignoring spaces that might exist
in the custom field, began development of incorporating fields
from other tables in the export.
- Generated an array to capture maximum field length instead of
individual variables. Existing variables remain assigned at
this time, but are to be deprecated in the future. Addresses #30
- Improved the implementation of the update function based on
internal and ZC site version checking to properly implement
the conditions when the Update Database option is presented. Fixes#22.
- Added a check for an empty file to have been uploaded and
associated error message.
- Removed pre-assignment of variables ($chosen_key) that will be assigned
regardless.
- Improved the reporting of the product update to include identifying the
$chosen_key that was used to update or try to update a product during
import. Fixes#25.
- Modified alignment of some code for readability and consistency.
There are several specific variables declared to address the maximum length of characters permitted for the associated variable. Suggest that instead of having X variables that there be 1 variable with X parameters (array). This seems like it will/would make the code more compact and possibly easier to "read" as it were.
The text was updated successfully, but these errors were encountered: