Hi
I need to load products into specific shopper groups. I have tried the product import with the shopper_group_name field included. This has not created the shopper groups or allocated products to the specific shopper group. [i] have also tried using the price import without any luck.
Can you perhaps point me in the right direction? I am using CSVI Pro 7.2.3
Thank you!
- dogmansa
- RO CSVI
- Saturday, 26 August 2017
- Subscribe via email
0
Accepted Answer
Pending Moderation
HI Roland
Thank you so much for that. I think I understand what to do now. Will keep you posted if I get stuck
Much appreciated
Tony
Thank you so much for that. I think I understand what to do now. Will keep you posted if I get stuck
Much appreciated
Tony
Accepted Answer
Pending Moderation
Hello,
Ok, so we are talking about the shopper groups for prices and not the shopper groups for products. That makes a world of difference actually. Adding or updating shopper groups for price tiers requires more data as CSVI needs to pinpoint the correct price.
So to use the shopper group of the price you need to use the field shopper_group_name_price. So here is a query where CSVI is looking for a given price:
If I look at your screenshot I see that the prices have no settings are than just the price and the shoppergroup. This makes it impossible for CSVI to know which price you want to update. There is no distinctive characteristic on them. If it is only to change the shoppergroup name on multiple existing prices, you will have to use the Price import. This import has the fields shopper_group_name and shopper_group_name_new available, so CSVI can find the price based on the shopper group name.
Hope that clears things up.
Ok, so we are talking about the shopper groups for prices and not the shopper groups for products. That makes a world of difference actually. Adding or updating shopper groups for price tiers requires more data as CSVI needs to pinpoint the correct price.
So to use the shopper group of the price you need to use the field shopper_group_name_price. So here is a query where CSVI is looking for a given price:
SELECT `virtuemart_product_price_id` FROM `efamo_virtuemart_product_prices` WHERE `virtuemart_product_id` = 1 AND (`price_quantity_start` = 0 OR `price_quantity_start` IS NULL) AND (`price_quantity_end` = 0 OR `price_quantity_end` IS NULL) AND `virtuemart_shoppergroup_id` = 7 AND `product_currency` = 153 AND `product_price_publish_up` = '0000-00-00 00:00:00' AND `product_price_publish_down` = '0000-00-00 00:00:00'
As you can see here, the quantities are important as well, in case you are using multiple prices.If I look at your screenshot I see that the prices have no settings are than just the price and the shoppergroup. This makes it impossible for CSVI to know which price you want to update. There is no distinctive characteristic on them. If it is only to change the shoppergroup name on multiple existing prices, you will have to use the Price import. This import has the fields shopper_group_name and shopper_group_name_new available, so CSVI can find the price based on the shopper group name.
Hope that clears things up.
Kind regards,
RolandD
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
RolandD
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Accepted Answer
Pending Moderation
Not having a good day. Please find zipped log attached com_csvi.log.158.zip
Attachments (1)
Accepted Answer
Pending Moderation
Apologies. Was using my mobile so missed some of the page.
I have tried again and the product is now being imported into the shopper group. However it is not setting up in the price section. Only that shopper group should be able to see those prices. Log file is not being accepted as it is 514kb
Thanks again for your help
Thanks again for your help
Attachments (1)
Accepted Answer
Pending Moderation
Hello,
I need the debug log as well as requested at the top of this page under Looking for a useful answer?
I need the debug log as well as requested at the top of this page under Looking for a useful answer?
Kind regards,
RolandD
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
RolandD
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Accepted Answer
Pending Moderation
Hi Roland
Thank you for responding. I am exporting into Virtuemart 3. I have already created the shopper groups prior to trying to import.
Sample csv attached
Thank you famous_csv_26_aug_2017_sample.csv
Thank you for responding. I am exporting into Virtuemart 3. I have already created the shopper groups prior to trying to import.
Sample csv attached
Thank you famous_csv_26_aug_2017_sample.csv
Attachments (1)
Accepted Answer
Pending Moderation
Hello,
I understand your issue but which extension do you want to import data into, VirtueMart or HikaShop? Let's assume you use VirtueMart. If you want to assign shopper groups to products, the shopper group should already exist. Multiple shopper groups are separated by a |.
In case you want more feedback, post the information requested at the top of this page under Looking for a useful answer?.
I understand your issue but which extension do you want to import data into, VirtueMart or HikaShop? Let's assume you use VirtueMart. If you want to assign shopper groups to products, the shopper group should already exist. Multiple shopper groups are separated by a |.
In case you want more feedback, post the information requested at the top of this page under Looking for a useful answer?.
Kind regards,
RolandD
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
RolandD
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »