Forum Replies Created
-
AuthorPosts
-
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.
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.
November 25, 2018 at 11:50 pm in reply to: Full Product description in feed – Shortcode request #105578Hi 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.
Hi Aidas,
Sorry for a late reply. Yes, you can. To do that, you need to replace quotes
"
with HTML symbol code"
(as in WordPress shortcodes are not allowed in HTML attributes), so:<item id="[alg_product_id]">
And it will produce “normal” quotes in resulting XML, e.g.:
<item id="123">
Hope that helps.
Hi,
Unfortunately not possible at the moment, but please give me a couple of days to implement it. Will get back to you asap.
Hi,
Yes, that’s correct – new download permissions will be generated.
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.
Hi Sam,
Thanks for the idea. Already working on this – will release new plugin version in a couple of hours or so.
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"]
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.Hi,
In case anyone else has a similar question – yes, this can be done by setting the
precision
attribute to1
in the[math_round]
shortcode, e.g.:[math_round precision="1"]x[/math_round]
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.
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)?October 22, 2018 at 3:36 pm in reply to: What is the difference between the premium and the free version of this plugin? #91291Hi 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.
October 18, 2018 at 4:21 pm in reply to: How to make the call for price text appear on only one of the variable options? #98742Update2: 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.
-
AuthorPosts