VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: leafface on July 06, 2013, 12:40:41 PM

Title: Database import problem with product packaging
Post by: leafface on July 06, 2013, 12:40:41 PM
Hello,

I want to import a list of products via phpMyAdmin from an Excel file. The 2 values for product packaging (pieces per box and boxes per packaging) are combined in a single field: `jos_vm_product`.`product_packaging`. This contains a huge number, from which these two values gets extruded somehow. (For example 30 pieces in 1 box = 1966081.) I have to know how this number is created, otherwise I can't import the list this way.

(I choose this way of importing, because I'm not sure the available importing extensions can do the kinds of tasks I need.)

Can anyone help me with this?
Thanks!
Title: Re: Database import problem with product packaging
Post by: Maxim Pishnyak on July 06, 2013, 16:08:22 PM
Relax. I'm sure that "available importing extensions" could help you. Godspeed!