Forum Replies Created
-
AuthorPosts
-
WPWhale
ModeratorHello Vlad,
I got your email, but whenever I reply, it gets bounced back with antispam fitlering error.
Can you please check or contact us through another email provider?
Omar
WPWhale
ModeratorHi Vlad,
By default, the image_url that gets extracted is the product image (for products export tool).
I think you can make use of the additional meta field to get those. In order to help you further, can you please let me know from where you’re trying to export these images?
Omar
WPWhale
ModeratorIf that didn’t work, please try your code, with this edit:
remove_filter( 'woocommerce_checkout_fields', array( alg_wc_eu_vat()->core, 'add_eu_vat_checkout_field_to_frontend' ), PHP_INT_MAX );
Omar
WPWhale
ModeratorHello Thomas,
If you’re trying to remove the field totally, I suggest you try unset instead of remove_filter, check this WC example for reference.
Let me know how it goes.
OmarWPWhale
ModeratorHello,
Do you mean to set a specific number (e.g. 10) for all products on your store at once? If yes, then this is easily doable by defining this value on the plugin settings page.
For example, if you want all store products to have minimum quantity of 10, then go to plugin settings >> Minimum Quantity >> Per Item Minimum Quantity Options >> All Products and define the value there.
Please let me know if you need any further help.
Omar
WPWhale
ModeratorHello Kate,
Yes you should be able to do so by defining a step quantity for the variable/variation on the product page.
You will have to enable defining these values “per product” on their respective pages on the plugin settings (min & step quantity).
Please let me know if this is not what you’re looking for.
Omar
WPWhale
ModeratorHello Yves,
Thanks for using the plugin, and glad to know it’s working for you.
If I understood your post well, I think you need to allow dropdown list right? In this case, you will need to specify a maximum quantity for that product, or use Max Value Fallback number in plugin settings >> Quantity Dropdown >> Quantity Dropdown Options.
Please let me know if this is not what you’re looking for.
Omar
WPWhale
ModeratorHi Pat,
I think you just need to use this instead:
<bottles size="[alg_product_list_attribute name='inhoud']">1</bottles>
Omar
WPWhale
ModeratorHello Marko,
Glad to know that you got the first thing fixed.
As for the slowness, actually this is very weird and have never been reported before, can you please send me more details (and maybe a login info if possible?) about your website, link, screenshots of PageSpeed insights or GTMetrix results? I’m reachable at [email protected]
Omar
WPWhale
ModeratorHello Marko,
Not sure I got the issue, but price is calculated (even with decimals) as per price per quantity of 1 multiplied by total quantity.
So if I understood your case well, you will define price for the product (meter) in WooCommerce price field as usual, then set minimum quantity to 2.2, and step to 2.2 as well.
Is this what you’re looking for?
Omar
WPWhale
ModeratorHello Almar,
Yes sure, would love to help.
I have to look at the feed setting and result as well, can you please send us more details (screenshots & links) about the issue to [email protected]?
Thanks,
OmarWPWhale
ModeratorHello again,
I used WCK to create the taxonomy, and it allows you to create values from the product page itself.
For communications, yes please contact me at that email .
Omar
WPWhale
ModeratorHello Thrive Team,
Sorry to know you’re having a trouble using this feature.
To create a feed based on a taxonomy (named color for example), you will need something like this:
<size>[alg_product_terms taxonomy=”size”]</size>
So now let’s assume you have 3 values for the size (S,M,L), and you want the XML feed to contain the products that have a value of S or M for the size taxonomy, you will need to enter ‘size’ (without quotes) in “Custom Taxonomy to Include”, and then enter ‘s,m’ in “Custom Taxonomy Slug” field.
I’ve just applied the same exact steps and here is the XML file generated.
The store has other products of course, but these two (appearing in the XML) are the only ones with small & medium values for that taxonomy (there is a product with large value, but not included in custom tax slugs so it’s not in the feed).
I’ve used WCK plugin to create the taxonomy, while you used ACF, not sure if it could be an issue.
If possible, grant me access to your store ([email protected]) I can take a look at the settings you have.
OmarWPWhale
ModeratorHello Raffaele,
Got it, and I’ve received your email, will respond there.
Omar
WPWhale
ModeratorHi Raffaelle,
Glad to know you’re enjoying the plugin (except this issue 🙂 ).
What you requested is a straight-forward feature and you should have no issues having these two rules, I’ve created it on this test product for you to test.
I think it’s most probably a setting overlap or mis-configuration, if you can please send me a screenshot for the product settings, or if possible, just grant me access on my email [email protected] and I will be glad to check it for you.
Omar -
AuthorPosts