Does the download CSV have columns for product width, length and height?
Does the download CSV have columns for product width, length and height?
I do not believe so
Try exporting your products and see what is included
Zen-Venom Get Bitten
That's the thing, I added some dimensions for one product but they aren't showing up in the download. Does this mean that width, length and height must always be added manually?
You probably need to write custom code in your EP addon to support your custom fields.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
The code may be different, I don't know since I have never looked at the version you are using, but the principal will be the same. Check out this thread to see how I did it. Basically, you want to look for v_products_weight or just products_weight in admin/easypopulate.php and copy each line it's in and paste into a new line below it, changing products_weight to products_width etc. Any row from the products database table can be added including anything added from an addon module like MSRP or MAP price, etc.
Cool, thanks!