VirtueMart

VirtueMart Media Items 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 Media import
  4. Set Action to Import
  5. Set Component to VirtueMart
  6. Set Operation to Media
  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 Media Items 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 mediaitems import create template fields

  1. Go to Components -> CSVI Pro -> Import
  2. Select the template created earlier with name VirtueMart media 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 mediaitems run import

"product_sku";"file_url";"file_title";"file_meta";"file_description"
"H01";"hammer.jpg";"Hammer";"hammer wood";"A wooden hammer"
"H02";"hammer2.jpg";"Hammer Deux";"hammer plastic";"A plastic hammer"

Multiple images

"product_sku";"file_url";"file_title";"file_meta";"file_description"
"H01";"hammer1.jpg";"Hammer left";"hammer wood";"A wooden hammer from the left"
"H01";"hammer2.jpg";"Hammer right";"hammer wood";"A wooden hammer from the right"
"H01";"hammer3.jpg";"Hammer top";"hammer wood";"A wooden hammer from the top"

Product documents

"product_sku";"file_url";"file_title";"file_description"
"H01";"hammer1.pdf";"Hammer document";"A technical description of the wooden hammer"

Delete media

"file_url";"media_delete"
"images/stories/virtuemart/product/hammer1.jpg";"Y"

vm_media_items_import.csv

Read more ...

Can I use picture_url for import?

| VirtueMart

No you cannot. This field in only meant to export a fully qualified URL to your image.

To import images you need to use the following fields:

  • VirtueMart 1
    product_image
    product_thumb_image
  • VirtueMart 2
    file_url
    file_url_thumb

Read more ...

VirtueMart Manufacturer Categories import

| VirtueMart

A template can be created by following these steps:

  1. Go to Components -> RO CSVI -> Templates
  2. Click New
  3. Give the template a name, say for example VirtueMart Manufacturer category import
  4. Set Action to Import
  5. Set Component to VirtueMart
  6. Set Operation to Manufacturer Category
  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.

Adding the template fields

Template fields can be added by following these steps:

  1. Go to Components -> RO CSVI -> 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

The import can be run by following these steps:

  1. Go to Components -> RO CSVI -> Import
  2. Select the template created earlier with name VirtueMart manufacturer categories 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 RO 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

Video showing the process

 

Creating manufacturer category

"mf_name";"mf_email";"published"
"Manufacturer 1";"This email address is being protected from spambots. You need JavaScript enabled to view it.";"Y"
"Manufacturer 2";"This email address is being protected from spambots. You need JavaScript enabled to view it.";"Y"

vm_mf_categories_import.csv

Read more ...

Using VatTax percent for Virtuemart order export

| VirtueMart

Requirements

  • CSVI 6.5+
  • Joomla 3.0+
  • VirtueMart 3.0

Most of the times user wants to export tax percent as separate columns in the export file for Virtuemart order export. This article explains on how to acheive these tax results as separate columns.

For example if there are three VatTax percent in Virtuemart as shown below

To get these columns in export file, First Update available fields, so these tax percent comes in the list of template fields for Virtuemart order export template. Then these fields can be selected as normal template fields. 

Virtuemart stores these tax percent values in order_billTax field if present. CSVI will retrieve these tax values from order_billTax field for added tax percentage for export. A sample export file data is listed below.

virtuemart_order_id Tax 20% Tax 7% Tax 10%
1 42.25 7.29 0
2 41.25 0 0
3 0 7.29 0

 

Read more ...

Export VirtueMart retail prices

| VirtueMart

Exporting retail prices in VirtueMart is a little complicated because of the shopper groups that prices are assigned to. Since we cannot ask VirtueMart for a price for a specific shopper group we need to workaround that, and this is explained here. This is only related to retail prices, not the product_price field since the product_price field has no calculations applied.

Retail price fields which can be exported are

  • basepricewithtax
  • discountedpricewithouttax
  • pricebeforetax
  • salesprice
  • taxamount
  • discountamount
  • pricewithouttax

Preparing the template

The first step is to select a shopper group for which you want to export the retail prices.

  1. Load the product export template you want to use or make a new one.
  2. Click on the Options tab
  3. Set the Shopper group name price option to the shopper group you want to export. In this example that is the -default- group.
  4. Save your template

Preparing the user account

Since we cannot tell VirtueMart directly which shopper group to use we must do so indirectly. This is done by changing the shopper group settings of the user account that is going to perform the export.

  1. Go go to VirtueMart
  2. Click on Orders & Shoppers
  3. Click on Shoppers
  4. Find the user account that is going to perform the export or create one
  5. Edit the user account
  6. In the option Shopper Group choose the exact same group as you chose in your export template. In this example that is the -default- group. You can only choose 1 shopper group here, if there are multiple only the last shopper group will be used.
  7. Save the user account

Note: If you have chosen All shopper groups in your export template, you must choose a shopper group here that has no prices assigned to it. It is recommended to create a shopper group just for this purpose.

Running the export

Now that the template and user account have been setup we can run the export to get the retail prices.

  1. Login to the website with the user account that needs to run the export
  2. Go to Components -> CSVI Pro -> Export
  3. Load the export template
  4. Click on Export
  5. The exported file will now contain the retail prices of the -default- shopper group

To get the prices of other shopper groups repeat this process for each shopper group you want to export.

Managing multiple shopper groups

In case there are multiple shopper groups for which you need to run exports it is recommended to create a specific user account for each shopper group so you don't have to keep changing the account settings.

Read more ...