Tom Anbinder

Forum Replies Created

Viewing 15 posts - 1,096 through 1,110 (of 1,193 total)
  • Author
    Posts
  • in reply to: Add additional images #105554
    Tom Anbinder
    Moderator
    Plugin Support

    Hi,

    In case if anyone else has similar question – [alg_product_gallery_image_url] shortcode was added in plugin version 1.4.0, e.g.:

    <image_1>[alg_product_gallery_image_url image_nr="1"]</image_1>
    <image_2>[alg_product_gallery_image_url image_nr="2"]</image_2>
    <image_3>[alg_product_gallery_image_url image_nr="3"]</image_3>
    

    Hope that helps.

    in reply to: Additional images to XML feed #105576
    Tom Anbinder
    Moderator
    Plugin Support

    Hi Nikolaos,

    As promised we’ve just released new plugin version 1.4.0. After update you can use new [alg_product_gallery_image_url] shortcode in your feed, e.g.:

    <image_1>[alg_product_gallery_image_url image_nr="1"]</image_1>
    <image_2>[alg_product_gallery_image_url image_nr="2"]</image_2>
    <image_3>[alg_product_gallery_image_url image_nr="3"]</image_3>
    

    and so on…

    In case if there is no image available, empty string will be outputted.

    Hope that helps. Please let me know if something is not working correctly.

    P.S. If you like the plugin, please leave us a rating.

    in reply to: Full Product description in feed – Shortcode request #105578
    Tom Anbinder
    Moderator
    Plugin Support

    Hi Valdemir,

    Thanks for the idea. We’ve just released new plugin version 1.4.0. After update you can use new [alg_product_description] shortcode in your feed, e.g.:

    <description>[alg_product_description]</description>

    Also in v1.4.0 we’ve added more general [alg_product_function] shrotcode – you can get the description with this shortcode as well, e.g.:

    <description>[alg_product_function function="get_description"]</description>

    Hope that helps. Please let me know if something is not working correctly.

    P.S. If you like the plugin, please leave us a rating.

    in reply to: Using [alg_product_id] shortcode in element ID #105567
    Tom Anbinder
    Moderator
    Plugin Support

    Hi Aidas,

    Sorry for a late reply. Yes, you can. To do that, you need to replace quotes " with HTML symbol code &quot; (as in WordPress shortcodes are not allowed in HTML attributes), so:

    <item id=&quot;[alg_product_id]&quot;>

    And it will produce “normal” quotes in resulting XML, e.g.:

    <item id="123">

    Hope that helps.

    in reply to: Additional images to XML feed #105575
    Tom Anbinder
    Moderator
    Plugin Support

    Hi,

    Unfortunately not possible at the moment, but please give me a couple of days to implement it. Will get back to you asap.

    in reply to: Topic #19409 #98199
    Tom Anbinder
    Moderator
    Plugin Support

    Hi,

    Yes, that’s correct – new download permissions will be generated.

    in reply to: Can it display Free instead of zero? #94552
    Tom Anbinder
    Moderator
    Plugin Support

    Hi again Sam,

    As promised, we’ve just released new plugin v1.2.1 (both Free and Pro). After updating please go to plugin settings (in “WooCommerce > Settings > Custom Shipping Methods”) and enable “Replace zero cost” checkbox there. You can also choose what text to display instead of $0.00: it can be empty (as with WooCommerce standard “Free shipping” method) or you can set some text (can be HTML), e.g.:

     - <strong style="color:red;">Free</strong>

    Please let me know if it’s not working as expected. And if you like the plugin, please leave us a rating.

    in reply to: Can it display Free instead of zero? #94551
    Tom Anbinder
    Moderator
    Plugin Support

    Hi Sam,

    Thanks for the idea. Already working on this – will release new plugin version in a couple of hours or so.

    in reply to: Shipping costs based on products weight #94549
    Tom Anbinder
    Moderator
    Plugin Support

    Hi,

    There is last price missing in your shortcode (i.e. for the 4750 weight), so please try something like this:

    [costs_table prop="weight" table="0-2.6|750-3.2|1750-3.9|2750-4.4|3750-5|4750-6"]
    in reply to: Apply different formulas for different categories? #99063
    Tom Anbinder
    Moderator
    Plugin Support

    Hi,

    In case if anyone else needs similar functionality – yes, it’s possible since plugin version 2.1.1. You’ll need to use [if_product_category] shortcode in formula for this, e.g.:

    x[if_product_category slug="cat1"]*1.3[/if_product_category][if_product_category slug="cat2"]*1.45[/if_product_category]

    * There are also similar [if_product_tag] and [if_product_taxonomy] shortcodes available.

    in reply to: Set price rounding to next close decimal? #99065
    Tom Anbinder
    Moderator
    Plugin Support

    Hi,

    In case anyone else has a similar question – yes, this can be done by setting the precision attribute to 1 in the [math_round] shortcode, e.g.:

    [math_round precision="1"]x[/math_round]
    in reply to: I need all my product prices to be updated #99070
    Tom Anbinder
    Moderator
    Plugin Support

    Hi,

    Hopefully I’ve understood you correctly – we’ve just released new plugin version 2.1.0. Now you can set “Use same formula” option to “Yes (with same params)” in plugin settings (in “WooCommerce > Settings > Product Price by Formula > Bulk Settings”), which should solve your task.

    Please give it a try and let me know if that was not it.

    in reply to: I need all my product prices to be updated #99068
    Tom Anbinder
    Moderator
    Plugin Support

    Hi,

    Sorry for the late reply. Not sure I understood it correctly. If you are using the “Default formula”, you can change the parameter there and product prices will change accordingly. For example, if you have x*1.05 formula, then after you change the margin (i.e. 1.05) product prices will be updated. Could you please try to explain it to me to once again (if possible maybe give an example of how this should work)?

    Tom Anbinder
    Moderator
    Plugin Support

    Hi Roman,

    Free plugin version is limited to 10 price robot enabled products. Pro version allows you to enable unlimited number of products.

    Hope that helps. Please let me know if you have any more questions.

    Tom Anbinder
    Moderator
    Plugin Support

    Update2: As promised, we’ve just released new plugin version 3.2.3. Now in “Advanced Options” settings section (in “WooCommerce > Settings > Call for Price > General”) there are two new options: “Main variable price” and “Force variation price”. If you enable both, your task should be solved (and you don’t need to add the code, I posted previously, manually). Please let me know if there are still any issues.

    P.S. If you like the plugin, please consider leaving us a rating.

Viewing 15 posts - 1,096 through 1,110 (of 1,193 total)