WPFactory Plugins

Forum Replies Created

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

    Hi Roberto,

    Actually, if you have both plugins enabled you’re going to receive this error.
    Please try to disable the free version and then enable only the Pro version.

    Let me know if it helps

    in reply to: How to setup refunds? #89655
    WPFactory Plugins
    Participant
    Plugin Author

    Hi Paul,

    I just released a new version (2.4.3) with a new option for you:
    – Orders > Refunds > Calculate quantity by excluding refunded items

    Please update the plugin and let me know if the new option works for you 😉

    WPFactory Plugins
    Participant
    Plugin Author

    Hello Mat,

    I’ve just released a new version (2.0.4) with a new option that could help you:
    – General > Ajax options > Force update

    Please give it a try and let me know if it works for you

    WPFactory Plugins
    Participant
    Plugin Author

    Hello Darren,

    I’ve just released a new version (2.0.4) with a new option for you:
    – General > Ajax options > Force update

    Please give it a try and let me know if it works for you 😉

    in reply to: How to import the costs from the Skyverge plugin? #89623
    WPFactory Plugins
    Participant
    Plugin Author

    Hello,

    Yes, it’s possible. You just have to setup the import settings first, over:
    – Tools & Reports > Product Import Costs Tool > Key to import from

    If you have been using this Cost of Goods plugin probably you won’t need to change any settings.

    After that you can access:
    – Tools > Import Costs
    And click on “Import”.

    If the import doesn’t work for the variations, probably you’ll need to run the import again having the “Key to import from” set to _wc_cog_cost_variable

    And remembering that it’s always a good idea to make a backup in situations like this 🙂

    Let me know if it helps 😉

    WPFactory Plugins
    Participant
    Plugin Author

    Hello Alejandro,

    Sorry for the delay.
    I’ve created some “Add stock” options for you 😉

    1. The option to setup the mathematical expression used to calculate the average cost of good. Probably you won’t need to worry about it, but just in case

    2. A new option allowing to choose what happens if you leave the cost field empty when using the “Add stock” option:
    – Calculate using the current cost value
    – Calculate using the last cost value from “Add stock” history
    – Prevents calculation (default)

    3. A new option allowing to enter negative stock values.

    Option 1 and 2 will be only on pro though.
    And the new options will be available only on version 2.4.2

    WPFactory Plugins
    Participant
    Plugin Author

    Hi Valerie,

    Unfortunately this is not possible for the time being.
    The closest we can get to this solution is by using the limits per category but this is not exactly what you’re looking for.

    I’ll add it to our to-do list and will let you know if we have news about it.
    See you 😉

    WPFactory Plugins
    Participant
    Plugin Author

    Hi Alejandro,

    It could be possible but I’d need your help 🙂

    This is the “Add stock” calculation we’re doing right now:

    $new_cost = ( $stock_prev * $cost_prev + $stock * $cost ) / $stock_now

    In other words, it means that if you have a product costing 2$ with a stock of 5 and you use the “Add stock” metabox with these values (Stock: 10 / Cost: 3$), this is how the new cost would be calculated:

    5*2 + 10*3 / 5+10 = 2,6$

    You’re suggesting two different things. First would be the negative stock and the second would be the ability to leave the field empty. Can you please help me with an example in numbers of how you’d like it to work?

    WPFactory Plugins
    Participant
    Plugin Author

    Hello Chen,

    I noticed you’ve enabled the coupons section and you’re using the require option.
    It means that your min amount requirement will only work if that coupon has been applied.
    Is that what you really want?

    in reply to: Why am I not receiving the verification email? #101299
    WPFactory Plugins
    Participant
    Plugin Author

    Great 🙂

    I’m not sure if I’m following exactly your question.
    If the user doesn’t click on the verification link his account won’t be verified. He will still be able to use the site normally but as a guest user only.

    He will only be able to login after the account is verified.

    WPFactory Plugins
    Participant
    Plugin Author

    Hello Chen,

    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 am I not receiving the verification email? #101297
    WPFactory Plugins
    Participant
    Plugin Author

    No problem.
    So it’s everything ok now, is that right?

    Let me know if you need something else 😉

    in reply to: Why am I not receiving the verification email? #101294
    WPFactory Plugins
    Participant
    Plugin Author

    Hi Amon,

    Maybe. Please send the plugin to [email protected]. We can take a look at the possibilities looking into the plugin.

    Anyway, if we manage to make the plugins compatible, we’ll probably put this feature on the pro version only. Would it be ok for you?

    in reply to: How to display product profit programmatically? #89589
    WPFactory Plugins
    Participant
    Plugin Author

    Hi Luis,

    Yes, it’s not stored on a meta field. it’s calculated dynamically.
    If you’d like to get it from outside the plugin probably you’d be able to do it like this:

    alg_wc_cog()->core->products->get_product_profit_html( $product_id, $template = '%profit% (%profit_percent%)' );
    
    WPFactory Plugins
    Participant
    Plugin Author

    In that case, please to increase the priority. Instead of 2, try to use 10 for example.
    And what would be the place you’re trying this code? It should be in functions.php.

    Also, please try to use a error_log() inside the function and check your debug.log to see if the function is being called or not.

Viewing 15 posts - 31 through 45 (of 216 total)