1. 2D2Dspuma
  2. RO CSVI
  3. Saturday, 23 July 2016
  4.  Subscribe via email
Hi, Roland,
I'm working with Joomla 3.6.0 y Virtuemart 3.0.16, CSVI CSVI Pro 6.5.7.
I'm building a webshop for retail and profesional too, I'm trying since many time, reading the foro and cheking, finally import different prices for profesional group doesn't work.
This is my file (product_order_levels is 0 to fill the field "min_order_level" as I read, because of the retailer customers. I understood that "min_order_level" belongs to the product not to its price, so its value is unique):

product_sku shopper_group_name product_currency product_price product_tax_id product_order_levels price_quantity_start price_quantity_end
AABB Profesionales EUR 2,08 1 0 6 11
AABB Profesionales EUR 2,13 1 0 12 23
AABB Profesionales EUR 2,18 1 0 24 0

I couldn't find this fields: "product_order_levels, price_quantity_start, price_quantity_end" for my template anyway, no updating, no adding.

Thank you for your help in advanced.

Cheers.

María.
Accepted Answer Pending Moderation
Hello Maria,
I'm building a webshop for retail and profesional too, I'm trying since many time, reading the foro and cheking, finally import different prices for profesional group doesn't work.

You need to give us more information on what doesnt work, is the prices not getting added or updated? do you see any error? we would need your debug log to check what has gone wrong with import. Check "Where to get the debug information?" section on top of this page to know on how to get the debug log.

I couldn't find this fields: "product_order_levels, price_quantity_start, price_quantity_end" for my template anyway, no updating, no adding.

Try to Update your available fields and see you can find these fields. Also for "product_order_levels" you need to use product_params field and use min_order_level and max_order_level with this field.
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 1
Accepted Answer Pending Moderation
Hello,
the error is that the info it's not place right. As the field "price_quantity_XX" didn't work only the first line of three of the same product are import.
I leave below the description of the behaviour of each field :
product_sku OK
shopper_group_name OK
product_currency OK
product_price OK
product_tax_id OK
product_order_levels UNSUPPORTED
product_params I don't know this field, I don't know where to find it
min_order_level OK
max_order_level OK
price_quantity_start UNSUPPORTED
price_quantity_end UNSUPPORTED
step_order_level OK

I attach the log.
Thank you for your help, it's important to import this info because I have many products, I can't do it for each one.
María.
Attachments (1)
  1. more than a month ago
  2. RO CSVI
  3. # 2
Accepted Answer Pending Moderation
Hello Maria,
Your debug log helped, your "price_quantity_XX" didn't work because you are trying to do product import. You need to do VirtuMart Price import for importing these fields.

price_quantity_start UNSUPPORTED
price_quantity_end UNSUPPORTED

You are seeing this because these fields are not supported in VirtueMart product import.

product_params I don't know this field, I don't know where to find it

This field holds the values of min_order_level and max_order_level in database, since you have already added them individually you don't need it.

product_order_levels UNSUPPORTED

This field is not supported, you have min_order_level and max_order_level fields instead.
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!