Forum Replies Created
-
AuthorPosts
-
September 8, 2021 at 8:02 pm in reply to: Is it possible to make it compatible with WooCommerce Memberships? #88399
Hello Sven,
Sorry for the long delay.
Are you interested in making the plugin work with the Membership plugin? If so, can you please send us the Membership plugin to [email protected]? I can run some tests.
September 6, 2021 at 2:13 am in reply to: How to hide the _alg_wc_cog_item_cost after deactivating the plugin? #89786Hi Paul,
If you’re comfortable with a little bit of coding you could add this to your functions.php file:
add_filter( 'woocommerce_hidden_order_itemmeta', 'my_alg_wc_cog_hide_order_cost_meta', PHP_INT_MAX ); if ( ! function_exists( 'my_alg_wc_cog_hide_order_cost_meta' ) ) { function my_alg_wc_cog_hide_order_cost_meta( $meta_keys ) { $meta_keys[] = '_alg_wc_cog_item_cost'; return $meta_keys; } }
That will hide it
September 2, 2021 at 1:42 am in reply to: Why does the quantity in the notice show an incorrect value? #93073Hello Doug,
I believe I was able to fix the issue on version 4.0.6.
Please update the plugin and let me know if it works for you πAugust 27, 2021 at 5:21 pm in reply to: How can I limit a user from buying more than one product from a category? #93067Hi Jo,
I was thinking that maybe all you need is to set the General > Amount types from the Order Min/Max plugin as:
– Product categories (i.e. number of different product categories)Please try it and let me know if it works for you
August 25, 2021 at 12:09 am in reply to: Why does the profit seem to be calculated in a wrong way? #89776Hi again Benjamin,
Please try to update the plugin to version 2.4.7
Great, glad to hear it!
In that case, please consider leaving a review if you are enjoying the plugin/support. It would be much appreciated πAugust 25, 2021 at 12:04 am in reply to: How to use the Add Stock and the Recalculate option? #89778Hi,
1- Please, take a look at the “Screen options” button on the top right part of product page and check if the “Cost of Goods: Add stock” is disabled there
2- Please update the plugin to version 2.4.7.
I believe I was able to fix that issue for you π3- There is no “Recalculate cost” button on the order edit page. If the product cost is empty on the order but the costs was set on the product page, you can simply update the order to auto fill the cost. And that’s right, you need to enable at least the first “Force costs update” option to get there. If you update the plugin I believe it will work better now. I’ve also worked on this matter
Suggestion 1: I’m not sure if it will be possible but I’ll take a look
Suggestion 2: It looks like you want a new option to set multiple costs in bulk, right?
We want to work on a new feature soon for occasions like thatAugust 23, 2021 at 5:06 pm in reply to: Why is the total order cost stop not being calculated anymore? #89771In that case, would it be possible for you to create/share an admin account to your server (WP and preferably FTP), so I could login and check whatβs going on?
If that’s the case, please send a message to [email protected]
August 23, 2021 at 1:34 pm in reply to: Why is the total order cost stop not being calculated anymore? #89769Hi Luis,
Also, please try to enable the option:
β Advanced > Force costs update on order updateAugust 23, 2021 at 1:32 pm in reply to: Why does the profit seem to be calculated in a wrong way? #89775H Benjamin,
Can you please try to enable the option:
– Advanced > Force costs update on order updateAnd then try to update the order again?
Let me know if it helpsAugust 20, 2021 at 11:27 pm in reply to: Why do users receive an error message if they register during an order? #101361Hum,
Maybe in that case it could be something related to your theme or a conflict with other plugin. Can you please switch your theme to Storefront temporarily and test it again?
Hi Hasan,
This is not the option I’ve created for you π
You need to access the Tools & Reports section first and then you’ll find some Analytics options. Please take a look at the screenshotAugust 19, 2021 at 8:38 pm in reply to: Why do users receive an error message if they register during an order? #101359Hi,
I’ve improved the option for you.
Please update the plugin to version 2.1.5 and try it with the “authenticate filter” againThanks π
I’ve added cost-of-goods-for-woocommerce-zh_CN.mo and cost-of-goods-for-woocommerce-zh_CN.po to the langs folder. They will be available on the next release
August 19, 2021 at 12:02 am in reply to: Why do users receive an error message if they register during an order? #101357Hello,
Please try to change the option:
– Advanced > Authenticate filterLet me know if it helps π
-
AuthorPosts