Forum Replies Created
-
AuthorPosts
-
Hi Vladimiro,
Sorry for not getting back to you sooner.
Please update the plugin to the latest v3.2.0 – it’s now “High-Performance Order Storage (HPOS)” compatible.
Let me know if you have any questions.
Hi,
Sorry for not getting back to you sooner.
I did some tests, and yes – the plugin seems to be working fine with uppercase keys, e.g.,
MPN
. There is one note though – if at first you’ve created it with a lowercase key, e.g.,mpn
, then you need to delete it from all products’ meta before changing the key to an uppercase version.I hope this helps. And please let me know if you have any questions.
Hi,
Please update the plugin to the latest v4.6.0. It’s now possible to use different EAN labels based on the product categories.
You’ll need to use shortcodes for that. Go to “WooCommerce > Settings > EAN > General”, and set the “Single product page > Template” and/or “Shop pages > Template” options to something like this (by default options are set to
EAN: %ean%
):[alg_wc_ean_if_product_cat in="books"]ISBN[/alg_wc_ean_if_product_cat][alg_wc_ean_if_product_cat in="magazines"]ISSN[/alg_wc_ean_if_product_cat][alg_wc_ean_if_product_cat not_in="books,magazines"]EAN[/alg_wc_ean_if_product_cat]: %ean%
Please give it a try and let me know what you think. And if you like the plugin, please consider leaving me a rating here or here.
Hi,
Here is what you need to do:
- Go to “WPML > Settings”.
- Locate the “Custom Fields Translation” section.
- Click “Show system fields”.
- Search for the
_alg_ean
field. - Set it to “Copy”.
I think this option will not copy the field for your old products, so you need to “Update” your existing products for EAN to be copied.
I hope this helps. Please let me know if you have any questions.
Hi,
Sorry for the late reply.
I can see that you have shortcodes with the
wcj_
prefix in your email – these shortcodes are from another plugin, you need to use our own shortcodes instead:[order_number]
instead of the[wcj_order_number]
, and[order_details]
instead of the[wcj_order_items_table]
.Please give it a try and let me know what you think.
Happy to help 🙂
Hi Clara,
Sorry for not getting back to you sooner.
I suggest you simply wrap the shortcodes in
<div>
(instead of using thebefore
andafter
attributes for it in the first and last shortcodes), like this:<div class='tiered-pricing-container'> [alg_wc_product_wholesale_pricing_data field="price" price_format="%price%" level_num="1" before="<h3>Offre dégressive</h3>" after=" par "][alg_wc_product_wholesale_pricing_data field="quantity" level_num="1" after=" <span class='tiered-pricing-discount'>-"][alg_wc_product_wholesale_pricing_data level_num="1" field="discount" after="%</span> <br />"][alg_wc_product_wholesale_pricing_data field="price" price_format="%price%" level_num="2" after=" par "][alg_wc_product_wholesale_pricing_data field="quantity" level_num="2" after=" <span class='tiered-pricing-discount'>-"][alg_wc_product_wholesale_pricing_data level_num="2" field="discount" after="%</span>"] </div>
I hope this helps. Please let me know if you’ll have any questions.
Fixed in the plugin v4.4.5.
Hi Clara,
It looks like an extra closing
</div>
somewhere in the plugin’s “Info” settings section probably.… if you want admin credentials for our website.
Please send it to [email protected].
March 31, 2023 at 2:35 pm in reply to: EAN not shown on some of the product tabs on homepage #112422Hi,
Yes, I can see the problem. As I understand, it displays EAN only in the first product slider tab, correct? Which plugin are you using to create this slider?
If possible, please share access to your site, so I could log in and check what’s going on (my email is [email protected]).
Hi Peter,
You are referring to the
[alg_wc_product_ppq_table]
shortcode, correct? If that’s the case, please update the plugin to the latest v3.3.0. Then you can set the thousands separator with theqty_thousand_sep
attribute like this:[alg_wc_product_ppq_table qty_thousand_sep=","]
Please give it a try and let me know what you think.
Hi Vitor,
Sorry for not getting back to you sooner.
Could you please let me know which payment method(s) you are using? We’ve solved this problem for a couple of payment methods already. If you go to “WooCommerce > Settings > Payment Gateway Currency > Advanced” – there are “Show PayPal gateway for all currencies” and “Show PayFast gateway for all currencies” checkboxes – these solve the issue for PayPal and PayFast payment methods.
Hi Wojciech,
Since the plugin v3.2.2, you can use
image
,image_with_add_to_cart_link
orimage_with_product_link
incolumns
, like this:[alg_wc_ppq_products_list category_slug="stoly" columns="image:Image|sku_with_add_to_cart_link:SKU|name:Nazwa modelu|price:Cena brutto|meta:STAL:Stal"]
I hope this helps. Please let me know if you’ll have any questions.
February 7, 2023 at 4:44 pm in reply to: what is the difference between cron and action scheduler? #109097Hi, Zsuzsa,
Sorry for the late reply.
> Could you help me what is the difference between cron and action scheduler?
By default, Action Scheduler is initiated by WP-Cron, so there is not much difference. However, WooCommerce has a screen for monitoring action scheduler events in “WooCommerce > Status > Scheduled Actions”. To do that for standard WP cron, you would need to install an additional plugin, e.g., WP Crontrol.
> When he cron runs does it go thru every order?
Not exactly. The plugin goes only through orders with status matching one of the “Status from” options.
> Is it possible to run a rule not cron based, but on order status change hook based?
Yes. You need to go to “WooCommerce > Settings > Order Status Rules > Advanced”, disable both “Periodical Processing” options, and make sure that the “Rules processing hooks” option includes “Order status change”.
I hope this helps. Please let me know if you’ll have any questions.
Happy to help 🙂
-
AuthorPosts