Tom Anbinder

Forum Replies Created

Viewing 15 posts - 76 through 90 (of 1,193 total)
  • Author
    Posts
  • in reply to: HPOS compatibility #119924
    Tom Anbinder
    Moderator
    Plugin Support

    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.

    in reply to: MPN Product Meta ALL CAPS #119702
    Tom Anbinder
    Moderator
    Plugin Support

    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.

    in reply to: EAN Labels by category #119086
    Tom Anbinder
    Moderator
    Plugin Support

    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.

    in reply to: Copy EAN for all languages #116760
    Tom Anbinder
    Moderator
    Plugin Support

    Hi,

    Here is what you need to do:

    1. Go to “WPML > Settings”.
    2. Locate the “Custom Fields Translation” section.
    3. Click “Show system fields”.
    4. Search for the _alg_ean field.
    5. 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.

    in reply to: Shortcode not printed in mail #114734
    Tom Anbinder
    Moderator
    Plugin Support

    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.

    in reply to: DOM structure change #114228
    Tom Anbinder
    Moderator
    Plugin Support

    Happy to help 🙂

    in reply to: DOM structure change #113172
    Tom Anbinder
    Moderator
    Plugin Support

    Hi Clara,

    Sorry for not getting back to you sooner.

    I suggest you simply wrap the shortcodes in <div> (instead of using the before and after 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.

    in reply to: EAN not shown on some of the product tabs on homepage #112774
    Tom Anbinder
    Moderator
    Plugin Support

    Fixed in the plugin v4.4.5.

    in reply to: DOM structure change #112747
    Tom Anbinder
    Moderator
    Plugin Support

    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].

    in reply to: EAN not shown on some of the product tabs on homepage #112422
    Tom Anbinder
    Moderator
    Plugin Support

    Hi,

    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]).

    in reply to: Require quantity to include comma separator #111499
    Tom Anbinder
    Moderator
    Plugin Support

    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 the qty_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.

    in reply to: Help; #110623
    Tom Anbinder
    Moderator
    Plugin Support

    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.

    in reply to: Product image #109173
    Tom Anbinder
    Moderator
    Plugin Support

    Hi Wojciech,

    Since the plugin v3.2.2, you can use image, image_with_add_to_cart_link or image_with_product_link in columns, 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.

    in reply to: what is the difference between cron and action scheduler? #109097
    Tom Anbinder
    Moderator
    Plugin Support

    Hi, 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.

    in reply to: Feature suggestion: signature field #108765
    Tom Anbinder
    Moderator
    Plugin Support

    Happy to help 🙂

Viewing 15 posts - 76 through 90 (of 1,193 total)