Pablo Pacheco
Forum Replies Created
-
Hi @2mooses ,
I’m sorry for the inconvenience. Please, update the plugin to version 3.5.7. It will fix the issue.
Forum: Reviews
In reply to: [Download Plugins and Themes in ZIP from Dashboard] Slug SettingsHi @transmission2day ,
Please, update the plugin to version 1.9.4 I just released. It should fix the issue ??
Hi @kosmasgreatives ,
Everything remains the same. In short, I’ll list the options :
- The “Amount Left for Free Shipping” widget
- Block shortcode containing:
[alg_wc_left_to_free_shipping content="%amount_left_for_free_shipping% left for free shipping"]
- Our options under Store Notice section
Anyway, for now, the only way to keep the Amount Left refreshed in real-time is by using the option Advanced > Enable AJAX.
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 2 months 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?