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

Product fixed prices - working only for admin rules

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

WOOCS - the product fixed prices - working only for admin rule.

it's not saving for"shop manager" rule.

can you check please?

thank you

Hello

Can  you  drop me   a video  with  the  issue?

Hello

This is a video from shop manager role

https://storyxpress.co/video/kd8j6cv4lnhy9wjan

And as Admin role - working fine - see video

https://storyxpress.co/video/kd8jeq0jbn06vdrbg

shop manager should have the capability -  manage_options

Or  in  file - \wp-content\plugins\woocommerce-currency-switcher\classes\fixed\fixed_price.php  delete  this code - https://c2n.me/48ABwpt.png ( it can reduce the security of the site )

Thank you Pablo

in a future plugin update will this change be overwritten?

I have changed the code in file to - edit_published_pages as editor role instead of deleting.

public function save_product_prices($post_id) {
if (!current_user_can('edit_published_pages')) {
return;
}

Hello

in a future plugin update will this change be overwritten? - Yes

Ok! thank  you  for   cooperation