VirtueMart

Import ICEcat product specifications

| VirtueMart

Import ICEcat product specifications

To import the product specifications from ICEcat the field features must be added to the import file or template. Since the specifications are added to the end of the product description, it is advised to also include the product_desc field.

A sample CSV file would look like this:

product_sku;manufacturer_name;product_name;product_desc;product_s_desc;features
NP-R522-ET01DE;Samsung;;;;

This example CSV will load the Samsung R522-Aura T6400 Edira laptop product information.

Styling the table

The product specifications are added as a table to the end of the product description. The table has an ID called prod_features, this can be used to style the table. Each table row that contains the group name has a class called feature.

Read more ...

VirtueMart Users import

| VirtueMart

A template can be created by following these steps:

  1. Go to Components -> CSVI Pro -> Templates
  2. Click New
  3. Give the template a name, say for example VirtueMart Users info import
  4. Set Action to Import
  5. Set Component to VirtueMart
  6. Set Operation to Users Info
  7. Click Next: Select Source
  8. Source is set default to Load from your computer. No need for change.
  9. Click Next: Select options
  10. The default values are OK, change if needed.
  11. Click Next: Select fields
  12. Nothing needed here as we set to Use column headers as configuration in step 10.
  13. Click Next: Finalize
  14. All done here
  15. Click Close to return to the list of templates or Edit if you want to fine-tune the template further.

VirtueMart users info import create template

  1. Go to Components -> CSVI Pro -> Templates
  2. Click on Template fields
  3. In the Search Tools select your template
  4. Click on New to add a single field or click on Quick Add to add multiple fields.

Quick Add

The Quick Add Option allows you to quickly add multiple fields to a template. It is not possible to set any settings per field here but that can be done after the fields have been added to the template.

VirtueMart users info import create templatefields

  1. Go to Components -> CSVI Pro -> Import
  2. Select the template created earlier with name VirtueMart Users info import
  3. Click Select file
  4. Select the file to import
  5. Click Preview
  6. You now see a preview of the file as to how CSVI sees the file
  7. Click Start import
  8. The import is run
  9. The Log details page will be shown with information regarding the import if the Enable logging is enabled in the template

VirtueMart users info import process

Read more ...

VirtueMart Shipping Rates import with RO CSVI

| VirtueMart

This tutorial explains how to create a VirtueMart Shipping rates import template, add the fields and how to run the import. Step by step we show you how to perform each task. A video will show you the steps in action so you can follow that as well.

Read more ...

Shipment method Configuration

| VirtueMart

Shipment method configuration

VirtueMartCSVI ImportCSVI Export
Logo shipment_logos shipment_logos
Countries countries countries
ZIP range start zip_start zip_start
Zip range end zip_stop zip_stop
Lowest Weight weight_start weight_start
Highest Weight weight_stop weight_stop
Weight Unit weight_unit weight_unit
Minimum number of products nbproducts_start nbproducts_start
Maximum number of products nbproducts_stop nbproducts_stop
Minimum order amount orderamount_start orderamount_start
Maximum order amount orderamount_stop orderamount_stop
Shipment Cost cost cost
Package Fee package_fee package_fee
Tax tax_id
tax

tax_id
tax

Minimum Amount for Free Shipment free_shipment free_shipment

Read more ...

Import manufacturers in a multi-lingual VirtueMart shop

| VirtueMart

Objective

The objective is to import Dutch manufacturer names into an English setup multi-lingual shop. The English manufacturers have already been imported.

Example data

"mf_name";"mf_name_trans"
"Dutch manufacturer 1";"English manufacturer 1"
"Dutch manufacturer 2";"English manufacturer 2"

 

Setting up the template

To import manufacturers in a multi-lingual shop, we need to setup the template first. Follow these steps:

  1. Select the Manufacturer import options and click on Go

    manufacturer import choice

  2. Set the import settings

    manufacturer import settings

  3. Set the language options. The shop uses English as the main language so the Language is set to English. Dutch is an additional language and we are importing this, so we set Translated Language to Dutch

    manufacturer import language

Import the file

Now that the template is set, you can select the file you want to import and click Import. After that you can check the manufacturer names in VirtueMart.

Read more ...