WPWhale

Forum Replies Created

Viewing 15 posts - 901 through 915 (of 964 total)
  • Author
    Posts
  • in reply to: Export image URL? #95289
    WPWhale
    Moderator

    Hello 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

    in reply to: Export image URL? #95288
    WPWhale
    Moderator

    Hi 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

    in reply to: Unhooking VAT field (no payment needed) #105162
    WPWhale
    Moderator

    If 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

    in reply to: Unhooking VAT field (no payment needed) #105161
    WPWhale
    Moderator

    Hello 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.
    Omar

    in reply to: Add quantity field on archive/category pages #104146
    WPWhale
    Moderator

    Hello,

    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

    in reply to: Customize step by variation #104144
    WPWhale
    Moderator

    Hello 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

    in reply to: Min & Step not showing quantity dropdown #104142
    WPWhale
    Moderator

    Hello 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

    in reply to: Showing attribute in feed #105701
    WPWhale
    Moderator

    Hi Pat,

    I think you just need to use this instead:

    &lt;bottles size="[alg_product_list_attribute name='inhoud']">1</bottles>

    Omar

    in reply to: Quantity dropdown by product #104139
    WPWhale
    Moderator

    Hello 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

    in reply to: Quantity dropdown by product #104137
    WPWhale
    Moderator

    Hello 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

    in reply to: Google Merchant XML format error #105698
    WPWhale
    Moderator

    Hello 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,
    Omar

    in reply to: Filtering on custom field #105695
    WPWhale
    Moderator

    Hello 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

    in reply to: Filtering on custom field #105692
    WPWhale
    Moderator

    Hello 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.
    Omar

    in reply to: Mix step with minimum #104135
    WPWhale
    Moderator

    Hello Raffaele,

    Got it, and I’ve received your email, will respond there.

    Omar

    in reply to: Mix step with minimum #104133
    WPWhale
    Moderator

    Hi 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

Viewing 15 posts - 901 through 915 (of 964 total)