Forum Replies Created
-
AuthorPosts
-
August 18, 2021 at 11:47 pm in reply to: Is there way to allow users who have reset their password to be verified? #101341
Anytime,
I’m glad you enjoyed it!In that case, please consider leaving a review if you are enjoying the plugin/support. It would be much appreciated ๐
Hello Victor,
Can you please make sure you’re using the latest version (2.4.6)?
Did you receive some kind of error you can provide us?Also, 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]Hi Hygge,
Is there some kind of error log you can send us?
Besides that, 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]Hi,
After you enable the options, there will be 3 new columns at the Analytics > Stock. Please take a look at the screenshot
After that, if you click on the download button, you’ll get the CSV with the new columns as well.
Let me know if it helps ๐
Hi Hasan,
Yes. Please update the plugin to version 2.4.5 I just released.
There will be 3 new options I’ve created for you:– Tools & Reports > Analytics > Stock > Add “Cost” and “Profit” columns
– Tools & Reports > Analytics > Stock > Add “Category” column
– Tools & Reports > Analytics > Stock > Add filter allowing to restrict the queryLet me know if it works ๐
Hi Gavin,
Regarding the compatibility option, all it does it to exclude the bundle product from the items purchased on the WooCommerce > Reports > Orders > Cost of goods.
For example, if you have a bundle product containing 2 products, the default report says 3 products have been purchased. With the compatibility option enabled it changes to 2.
And it also excludes the bundle product from the WooCommerce > Reports > Stock > Cost of goods.
Just a note. I was referring to the WPC Product bundles. I’m not sure if it’s the same plugin you have in mind
Hi Nathalie,
Sorry for the delay.
You can let it calculate from the individual products. If you do that you’ll be able to see that the orders containing bundle products will show the cost and profit just fine.But if you notice something let us know ๐
Great then ๐
Yes, you can sort the excel file by any column you want.And in order to tell how much stock you have from a specific category you’d need the filter function.
For example, if your stock column is D and your category column is G and you want to calculate the total stock from category “Tshirts” this is an example of what you could try:
=SUM(filter(D2:D,SEARCH("Tshirts",G2:G)))
I’ve used the number 2 because it’s the first row where the content really starts
Hi Hasan,
Instead of using the Reports > Stock > Cost of goods, would it work for you if we could add 3 new columns (cost, profit and category) to the Analytics > Stock report?
August 9, 2021 at 2:27 pm in reply to: Is there way to allow users who have reset their password to be verified? #101339Hello Alex,
Sorry for the long delay but we have good news.
We just released a new version (2.1.4) with a new option for you:
– General > Account verification > Password resetThe option will be available on pro version though.
Let me know if you try it and if it works for you ๐July 26, 2021 at 8:57 pm in reply to: Is there a hook that allows me to manually mark a user account as verified? #101355Hi Pranbir,
Sorry for the delay.
If you simply want to mark an user account as verified you could try to update the user meta like this:
update_user_meta( $user_id, 'alg_wc_ev_is_activated', '1' );
If you want to check programmatically if a user is verified by his ID you could try this function:
alg_wc_ev_is_user_verified_by_user_id( $user_id );
If you want to use a hook to mark the user as verified you could try this filter:
alg_wc_ev_is_user_verified
An example:
add_filter( 'alg_wc_ev_is_user_verified', function( $is_user_verified, $user_id ) { // $is_user_verified = true | false return $is_user_verified; }, 10, 2 );
Let me know if it helps ๐
July 20, 2021 at 5:02 pm in reply to: Why am I receiving an error message after updating the plugin? #88394Hi Laura,
I canโt reproduce your issue here.
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]July 20, 2021 at 4:27 pm in reply to: Why did the save button disappear on manual min amount section? #88396Hi Mads,
I can’t reproduce the issue here.
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]July 17, 2021 at 10:57 pm in reply to: Is there a shortcode or other way to tell if the verification was successful? #101320Hello Yen,
Good news!
I’ve created some new options for you ๐You can display the verification status on my account page with the option:
– General > Verification info > My Account pageAnd you can restrict content for unverified users with:
– Blocking > Block content > Blocked pagesThese options are available since version 2.1.1.
Please let me know if they work for you ๐ -
AuthorPosts