PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Issue Bulk Uploading fixed EUR prices to Variable Products

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hello,

Great plugin, thanks!

I have bulk uploaded fixed EUR prices to simple products using the plugin WooCommerce CSV Import Suite. This is working fine and when I export the Product CSV the EUR price shows up under field"meta:_woocs_regular_price_EUR"

However, I am having some issues when trying to bulk upload the fixed EUR prices to the Variable products.

I uploaded EUR prices to the same field in the Variable CSV file"meta:_woocs_regular_price_EUR" however these prices are not showing up in the products menu in Woocommerce. When I go into the product and manually add the fixed EUR price and then re - export the Variables CSV file the EUR price doesn't show up in the CSV file.

I've attached some screenshots to try and explain.

Variable Product 1 - ABI002-BLA001 - Prices not showing in WooCommerce but showing in CSV file (highlighted in red.)

Variable Product 2 - CAL01200-MUL026 - Prices manually added to WooCommerce. Prices showing in WooCommerce but not in CSV file (highlighted in green.)

If you could advise how to bulk upload fixed EUR prices to Variable products that would be great.

Many thanks,

Aran

https://www.dropbox.com/sh/2aw9x9vt56yb3nc/AAAqzFPEl8YfqFWiVsQsvoD_a?dl=0

Hello,

I have just purchased a licence. (Added to 'Private data for this topic' button.)

Would it be possible to take a look at this today?

 

Many thanks,

Aran

Hello Aran

https://prnt.sc/tx04uy - This is the wrong key.  Currency code must be in uppercase - https://prnt.sc/tx09ac

 

Hi Pablo,

Thanks for coming back to me.

I have run a few tests on variable products using the field header with uppercase EUR:

meta:_woocs_regular_price_EUR

Unfortunately, the EUR price isn't being updated in WooCommerce.

Simple products work ok

https://drive.google.com/file/d/1Xl2jq6JI11nZxfkfEfQ-JZAZv9oDwug_/view?usp=sharing

https://drive.google.com/file/d/1qq-Cqct31TZSrIP8ZTwfOJtMDlyQagq-/view?usp=sharing

Variable products not updating with CSV import

https://drive.google.com/file/d/1GDkmbZmkvwK7vp_Cw-XJk8k7Axjs5hut/view?usp=sharing

https://drive.google.com/file/d/1HX5p7QfjuGz1vjjrqVTDfzC2WYF8gfWN/view?usp=sharing

Thanks,

Aran

 

Hello  Aran

Sorry, I am not responsible for export and import plugins.

also these are different keys - https://prnt.sc/txm07v

Hi Pablo,

No problem, I will go back to the CSV Import plugin developer.

I'm just curious why, on the import screenshot, the lowercase eur worked for Simple products but not for Variable products.

Thanks for your help,

Aran

Hello Aran

 the lowercase eur worked for Simple products but not for Variable products. - Yes it is really strange. This shouldn't work for all products.

Hi Pablo,

The CSV Import plugin support has come back to me.

They are asking if you can confirm the EUR prices are held under meta:_woocs_regular_price_EUR and that it is possible to bulk upload prices to Variable Products?

Has this been done successfully before?

Many thanks,

Aran

Hello

My plugin adds prices this way:

update_post_meta($post_id, '_woocs_regular_price_' . $code, $price);

Where  $code   is  EUR  or USD  or  any  currency code