Forum Replies Created
-
AuthorPosts
-
June 14, 2021 at 1:56 pm in reply to: How to fix the error “Cannot declare class ComposerAutoloader”? #89679
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
Hi Paul,
I just released a new version (2.4.3) with a new option for you:
– Orders > Refunds > Calculate quantity by excluding refunded itemsPlease update the plugin and let me know if the new option works for you π
May 13, 2021 at 5:54 pm in reply to: Why the amount left is wrong if you go to the cart page and go back to home? #88356Hello Mat,
Iβve just released a new version (2.0.4) with a new option that could help you:
β General > Ajax options > Force updatePlease give it a try and let me know if it works for you
May 13, 2021 at 5:51 pm in reply to: How to make it work with multicurrency and WP Super Cache? #88358Hello Darren,
I’ve just released a new version (2.0.4) with a new option for you:
– General > Ajax options > Force updatePlease give it a try and let me know if it works for you π
Hello,
Yes, it’s possible. You just have to setup the import settings first, over:
– Tools & Reports > Product Import Costs Tool > Key to import fromIf 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 π
April 28, 2021 at 8:04 pm in reply to: Is it possible to reduce units using the “Add stock” feature? #89603Hello 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.2April 22, 2021 at 7:17 pm in reply to: Is it possible to limit the number of products (by category) in the cart? #100599Hi 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 πApril 12, 2021 at 8:20 pm in reply to: Is it possible to reduce units using the “Add stock” feature? #89601Hi 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?
April 11, 2021 at 2:17 pm in reply to: Why doesn’t the plugin appear to be working on my website?Β #92973Hello 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?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.
April 7, 2021 at 7:35 pm in reply to: Why doesn’t the plugin appear to be working on my website?Β #92971Hello 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]No problem.
So it’s everything ok now, is that right?Let me know if you need something else π
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?
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%)' );
April 2, 2021 at 3:54 pm in reply to: Is there a hook that I could put in place of bp_core_activated_user? #101290In 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. -
AuthorPosts