WPFactory Plugins

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 216 total)
  • Author
    Posts
  • WPFactory Plugins
    Participant
    Plugin Author

    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 🙂

    in reply to: Why am I getting a 503 error on new orders? #89764
    WPFactory Plugins
    Participant
    Plugin Author

    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]

    in reply to: Why does version 2.4.5 crash my site? #89761
    WPFactory Plugins
    Participant
    Plugin Author

    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]

    in reply to: How to find the stock report? #89728
    WPFactory Plugins
    Participant
    Plugin Author

    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 😉

    in reply to: How to find the stock report? #89726
    WPFactory Plugins
    Participant
    Plugin Author

    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 query

    Let me know if it works 😉

    in reply to: Is it compatible with WPC Product Bundles plugin? #89749
    WPFactory Plugins
    Participant
    Plugin Author

    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.

    in reply to: With smart bundles should I be entering cost? #89752
    WPFactory Plugins
    Participant
    Plugin Author

    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

    in reply to: With smart bundles should I be entering cost? #89751
    WPFactory Plugins
    Participant
    Plugin Author

    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 😉

    in reply to: How to find the stock report? #89724
    WPFactory Plugins
    Participant
    Plugin Author

    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

    in reply to: How to find the stock report? #89722
    WPFactory Plugins
    Participant
    Plugin Author

    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?

    WPFactory Plugins
    Participant
    Plugin Author

    Hello 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 reset

    The option will be available on pro version though.
    Let me know if you try it and if it works for you 😉

    WPFactory Plugins
    Participant
    Plugin Author

    Hi 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 😉

    WPFactory Plugins
    Participant
    Plugin Author

    Hi 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]

    WPFactory Plugins
    Participant
    Plugin Author

    Hi 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]

    WPFactory Plugins
    Participant
    Plugin Author

    Hello 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 page

    And you can restrict content for unverified users with:
    Blocking > Block content > Blocked pages

    These options are available since version 2.1.1.
    Please let me know if they work for you 😉

Viewing 15 posts - 16 through 30 (of 216 total)