Pablo Pacheco
Forum Replies Created
-
Hi @andersjytzler ,
We might have an option for you. Please, visit our option under Tools > Bulk edit prices.
Let me know if it helps.
Hi @phrasewrite ,
I created a new option for you to change the “Default Wishlist” text through our settings. Please, update the plugin and let me know if it helps.
Hi @zilzal ,
Sorry for the delay. Yes, if you export the database, the options will be also present.
The plugin options can be found with a query like this:
SELECT * FROM wp_options WHERE option_name LIKE '%alg_wc_cog%'
The product meta can be found with a query like this, but just be careful that the product ids from one environment might not match the other:
SELECT * FROM wp_postmeta WHERE meta_key LIKE '%alg_wc_cog%'
Forum: Reviews
In reply to: [Customer Email Verification for WooCommerce] Security Risk!!Hi @kwd ,
The most recent version (2.9.0) is ok. Please, update the plugin and let us know if you notice something.
Hi guys,
The new version 2.9.0 I just released should fix the issue. Please, update the plugin and let me know if you notice anything.
Hi @tofandel ,
I believe I have been able to fix the issue on version 3.1.1 I just released.
Please, update the plugin and let me know if it helps.
??
Hi @2mooses ,
Sorry for the delay. Please, update the plugin to version 3.5.2 which I just released, and let me know if it helps.
Hi @vladwtz ,
Please, try to update the plugin to version 3.0.9 which I just released. I believe it will fix the issue.
Forum: Reviews
In reply to: [Rename Media Files: Improve Your WordPress SEO] empty file name on add mediaHi @x24help,
I created a new option for you over Rules > Post title > Use filename on empty title. You just need to update the plugin.
I believe it should help.
Anyway, if you use the
{filename}
rule it should be helpful already.- This reply was modified 5 months, 4 weeks ago by Pablo Pacheco.
Unfortunately, I don’t believe we have a user limit for now, without specifying it by product or by term.
The shortcode
[alg_wc_mppu_current_product_limit]
will depend on theproduct_id
parameter, or to be used on a product page.If you want to display the limits for all the products on my account page, you might want to try our Frontend > My account tab > Enable tab option. Have you tested it?
Hi,
You could try the
[alg_wc_mppu_current_product_limit]
shortcode. Example:[alg_wc_mppu_current_product_limit msg_template="You can only buy maximum %limit% of %product_title% (you\'ve already bought %bought%). The remaining amount is %remaining%."]
Parameters allowed:
- user_id – The user id. By default, tries to get the current user id.
- product_id – The Product id. By default, tries to get the current product id.
- msg_template – The message template. Here you can use the placeholders.
- condition – The condition to display the message. Please check Frontend > Product limit message > Condition.
- output_template – The message wrapper. Default value:
<span class="alg-wc-mppu-current-product-limit">{msg_template}</span>
.
Regarding the product limit data, this plugin is kind of complex. If you’re using the option Limits > Per product, this value will be saved as
_wpjup_wc_maximum_products_per_user_qty
on thepostmeta
table. If you use the Formula section to handle the product limits, it will be saved on theoptions
table asalg_wc_mppu_formula
.Other than that, we’re saving the purchase info from orders on the
postmeta
andtermmeta
tables as_alg_wc_mppu_orders_data
and_alg_wc_mppu_totals_data
.- This reply was modified 6 months, 2 weeks ago by Pablo Pacheco.
I’m going to close the ticket as the problem has been solved. Let me know if you still need help ??
Hi @sami770 ,
Can you please switch your theme to Storefront for example and check if the problem persists? I believe it might have something to do with your current theme because I couldn’t reproduce the issue here.
Or, are you just saying that after hitting the “Post comment” button, the page reloads? Because it’s supposed to work like that.