Home

Article Index

RO CSVI Breakdesigns Custom fields - Dependent Customfieldsforall

Dependent Custom fields for all

Starting with 7.13.0 version RO CSVI has added support for Dependent custom fields for all for Breakdesigns. 

1.Go to VirtueMart Custom Fields page, first create a parent custom field of type Dependent Custom fields for all. Let us name it as Clothes.

2. Next create a child custom field of type Dependent Custom fields for all. Name it as Material. Select the parent field as Clothes.

3. Create VirtueMart Product import template from RO CSVI.

4. Run the import with below content.

 

"product_sku";"custom_title";"custom_value";"custom_param";"product_name";"product_in_stock";"product_price";"product_parent_sku";"published";"custom_parent_value"
"10001";"Clothes~Clothes";"dependentcustomfieldsforall~dependentcustomfieldsforall";"Men~Women";"Sample Parent Product";"0";"100";"";"1";""
"100011";"Material";"dependentcustomfieldsforall~dependentcustomfieldsforall";"Cotton~Silk";"Sample First Child Product ";"1";"";"10001";"1";"Men~Women"
"100012";"Material";"dependentcustomfieldsforall~dependentcustomfieldsforall";"Synthetic~Nylon";"Sample Second Child Product ";"1";"";"10001";"1";"Men~Women"