Home

Article Index

RO CSVI Breakdesigns Custom fields - Stockable custom fields with String and Customfieldforall Custom fields

Stockable Custom fields with String and Custom fields for all custom fields

This case explains how to import Stockable custom fields using String and Customfieldsforall custom fields.

1. Go to VirtueMart Custom Fields page, create one string custom field, with name Size and create another of type plugins and for Custom fields for all, let us name it as Type.

2. In the same VirtueMart Custom Fields page, create a custom field of type Plugins and for Stockable custom fields. Name it as Size and Type. Add the two created string custom fields Size and Type to this custom field. Save the field.

3. Create VirtueMart Product import template from RO CSVI.

 

4. Run the import with below content.

"product_sku";"custom_title";"custom_value";"custom_multiple";"product_name";"product_in_stock";"product_price";"product_parent_sku";"published"
"10001";"Size and Type~Size and Type";"stockablecustomfields~stockablecustomfields";"Y~Y";"Sample Parent Product";"0";"100";"";"1"
"100011";"Size~Type";"M~Cotton";"";"Sample First Child Product ";"1";"";"10001";"1"
"100012";"Size~Type";"L~Synthetic";"";"Sample Second Child Product ";"1";"";"10001";"1"