RO CSVI

HikaShop import multiple prices for a product

We have learnt on how to do a basic price import from HikaShop Price import document. This is an extended document which explains on how multiple prices for a product can be imported with quantity range.

Consider an example product with no price set in the HikaShop products view. By running th below sample import content three prices with different minimum quantity would be added.

product_code;price_value;price_min_quantity;price_access
10001;140;2;Editor
10001;120;3;Editor
10001;110;4;Editor

csvi hikashop no price added

Create a HikaShop price import template by following the steps below

  1. Go to Components -> CSVI Pro -> Templates
  2. Click New
  3. Give the template a name
  4. Set Action to Import
  5. Set Component to HikaShop
  6. Set Operation to Price
  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.

Add template fields needed for the template. In this case of import content the template fields are product_code,price_value,price_min_quantity and price_access

  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.

Run the import from CSVI import page

  1. Go to Components -> CSVI Pro -> Import
  2. Select the template created earlier
  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

hikashop multiple price import