When the b2b plugin is active and we make a products/Export we have a problem with the prices.
The woocommerce regular prices and Meta: b2bking_regular_product_price_group_2207
show the same price. It seems that b2b replace the regular price with b2b regular price
If we disable the plugin and make the same export we see the correct regular woocommerce prices. So it seems that we cannot have an export with both correct prices.
The issue is that your admin user (or the user you're logged in with) while you're doing the export is part of that b2b group, so B2BKing makes WooCommerce think the group price is the regular price. Generally we add exceptions for the admin side , but for AJAX processes such as the products export, it's very difficult to tell where the request originates from.
A solution would be to simply set your admin user as part of the B2C group, or at least doing this while exporting products.
When the b2b plugin is active and we make a products/Export we have a problem with the prices.
The woocommerce regular prices and Meta: b2bking_regular_product_price_group_2207
show the same price. It seems that b2b replace the regular price with b2b regular price
If we disable the plugin and make the same export we see the correct regular woocommerce prices. So it seems that we cannot have an export with both correct prices.
We tried with woocommerce versione 5.31 and 5.71
Hi Fabio,
The issue is that your admin user (or the user you're logged in with) while you're doing the export is part of that b2b group, so B2BKing makes WooCommerce think the group price is the regular price. Generally we add exceptions for the admin side , but for AJAX processes such as the products export, it's very difficult to tell where the request originates from.
A solution would be to simply set your admin user as part of the B2C group, or at least doing this while exporting products.
Kind regards,
Stefan
Thank-you very much, it worked changing the group as you told me.