Taha

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 68 total)
  • Author
    Posts
  • in reply to: Order Minimum/Maximum Amount Limits for WooCommerce #164905
    Taha
    Moderator
    Plugin Support

    Hi David,

    Good morning, and apologies for the delay in getting back to you.

    We’re still working on that issue and will update you as soon as possible — we just need a bit more time to complete the process. We’re sorry for any inconvenience this may have caused and appreciate your patience.

    Best regards,
    WPFactory Support Team

    in reply to: VAT should be removed, but it’s not. #164866
    Taha
    Moderator
    Plugin Support

    Hi Przem,

    I hope you’re doing well, and thank you for confirming — I’m glad to hear the issue has been resolved!

    You’re always welcome to reach out to us here, via the WordPress.org forums, or directly by email at [email protected].

    If you need any further assistance, don’t hesitate to let us know. For now, I’ll go ahead and close this topic — feel free to contact us anytime.

    Best regards,
    WPFactory Support Team

    Taha
    Moderator
    Plugin Support

    Hi Erika,

    Thanks for reaching out — I hope you’re doing well.

    I’d be happy to assist you with this. I’ve consulted with our development team regarding your request. However, to properly assess any potential compatibility issues between the two plugins, some testing will be necessary.

    There are two options:

    1. If you’re using the free version of the Klaviyo plugin, we’ll try to replicate your scenario on our end for testing.

    2. If you’re using the Pro version, it would be much more efficient if you could provide admin access to a staging site. This will allow us to troubleshoot and test directly.

    You can safely share login details with us at [email protected].

    In the meantime, if I receive any updates from our team, I’ll let you know as soon as possible.

    Best regards,
    WPFactory Support Team

    in reply to: Not working anymore?! #164864
    Taha
    Moderator
    Plugin Support

    Hi Ronny,

    Thanks for reaching out — I hope you’re doing well, and I apologize for the delayed reply.

    I’ve just reviewed the steps you mentioned, and I can confirm that the plugin is working correctly on my end. I’ve recorded a video walkthrough for you, when the required product is not in the cart shipping method is not available.— please take a look and let me know if you’re still experiencing any issues:

    Watch the video

    I’ll be happy to assist further if needed.

    Best regards,
    WPFactory Support Team

    in reply to: Custom prices #164601
    Taha
    Moderator
    Plugin Support

    Hi Pascal,

    Good morning, I hope you are doing well.


    Sorry for the delay in getting back to you — your issue was with our development team, and I have just heard back from them. Here is the suggested code for achieving your request.

    The developer has tested it using the custom_function option. Based on your description, the following code worked as expected, and you can adjust it if needed:

    function france_price_with_vat() {
        $product_id = get_the_ID();
        if ( ! $product_id ) return;
    
        $product = wc_get_product( $product_id );
        if ( ! $product ) return;
    
        // Get WooCommerce setting (if prices include tax)
        $prices_include_tax = get_option( 'woocommerce_prices_include_tax' ) === 'yes';
    
        // VAT rates
        $germany_vat = 1.19;
        $france_vat = 1.20;
    
        // Product price
        $price = floatval( $product->get_price() );
    
        if ( $prices_include_tax ) {
           // Remove Germany VAT, then apply France VAT
           $price_excl = $price / $germany_vat;
           $france_price = $price_excl * $france_vat;
        } else {
           // Add France VAT directly if price is excluding tax
           $france_price = $price * $france_vat;
        }
    
        return number_format( $france_price, 2 );
    }

    And here’s the XML structure you can use:

    <vat_price>
    <germany>[alg_product_price]</germany>
    <france>[alg_product_id custom_function="france_price_with_vat"]</france>
    </vat_price>

    Please try it out and let me know if it works for you!

    Best regards,
    WPFactory support team

    in reply to: issue after adding to cart #164140
    Taha
    Moderator
    Plugin Support

    Hi Nabi,

    I’m sorry to hear that—hopefully you’ll receive a reply from them soon.

    In the meantime, please let us know if there’s anything we can assist you with from our side. We’re happy to help.

    Thanks again, and take care.

    Best regards,

    in reply to: Plugin conflict with Sumo Subscriptions #164138
    Taha
    Moderator
    Plugin Support

    Hi Matt,

    Thanks for reaching out! I hope you’re doing well, and apologies for not getting back to you sooner.

    I’m sorry, but I didn’t fully understand your request—could you please elaborate a bit more on the issue you’re facing? Also, could you confirm which version of the plugin you’re using? The latest version is 5.0.2, so please make sure you’re updated to that.

    If you’re encountering a fatal error, it would be helpful if you could share the exact error message with us. Additionally, I recommend temporarily disabling other plugins (sumo subscriptions plugin) to check if there’s a conflict causing the issue.

    Once I have more details, I’ll forward your case to our development team to investigate further. If the issue is indeed related to our plugin, we’ll make sure to address it promptly.

    Feel free to share any additional information or screenshots with us at [email protected].

    Looking forward to your reply!

    Best regards,
    WPFactory Support Team

    in reply to: The country code must be pre-filled. #164137
    Taha
    Moderator
    Plugin Support

    Hi Danas,

    Thanks for reaching out! I hope you’re doing well, and I apologize for the delayed response.

    Currently, we offer an option that allows VAT numbers to be entered without the country code. You can enable this by going to the Validation tab and activating the “Allow VAT number input without country code” option.

    This setting allows customers to enter VAT numbers without the country prefix, and the system will automatically detect the country based on the billing country input.

    That said, I’ll also discuss your suggestion with our development team to see if we can implement it as an additional option in the future. We really appreciate your feedback!

    Please let me know if you need any further assistance or clarification.

    Best regards,
    WPFactory Support Team

    in reply to: VAT should be removed, but it’s not. #164136
    Taha
    Moderator
    Plugin Support

    Hi Przem,

    I hope you’re doing well, and I apologize for the delayed response.

    I’ve just tested the plugin with the latest version (4.4.1), and I can confirm that the “Keep VAT in selected countries” option is working correctly. This applies to both the base country setting and when using a comma-separated list.

    Could you please confirm if you’re using the latest version and only the Pro version (since you have a Pro license)?
    If you’re open to further collaboration, I’d be happy to take a closer look at your setup. You’re welcome to reach out directly via email at [email protected] and provide admin access so I can assist you more thoroughly.

    Looking forward to your reply!

    Best regards,
    WPFactory Support Team

    in reply to: Bulk edit all variable products in a category. #164023
    Taha
    Moderator
    Plugin Support

    Hi Charles,

    Thanks for reaching out! I hope you’re doing well, and apologies for the delayed response.

    Yes, what you’re asking is absolutely possible. Just make sure you’re using the latest version of the plugin (v1.9.8).

    To add $1 to all variable products within a specific category, follow these steps:

    1. Set “Add to all product prices” to 1 in General Options.

    2. Choose the appropriate “Price type to modify” in the same section.

    3. Select the desired product category from Products section.

    Before applying the changes site-wide, you can preview the adjusted prices using the “Preview Prices” option. We also recommend testing on a staging site first to ensure everything works as expected.

    If you need any assistance or a step-by-step guide, I’d be happy to help. Here’s a quick video showing the plugin in action:
    https://mega.nz/file/HQxUWYYS#z1-1EbKxUuaimGKZ1oEJ8IzNzqrdmXRUgnyPLxaL85s

    Best regards,
    WPFactory Support Team

    in reply to: Cart gets cleared when user registers #164008
    Taha
    Moderator
    Plugin Support

    Hi Rainers,

    Thank you for reaching out—I hope you’re doing well. Apologies for the delayed response.

    Could you please try the following?

    Go to Advanced > Authenticate filter and change the setting to send_auth_cookies.

    Let me know if this helps or if you need further assistance.

    Best regards,
    WPFactory Support Team

    in reply to: Shortocode list and wysiwyg editor #163985
    Taha
    Moderator
    Plugin Support

    Hi everyone,

    We apologize for any inconvenience you may have experienced with our knowledge base, Thanks webinfluences or providing that link also.

    You can find the documentation for the shortcode here:
    Shortcodes – Additional Custom Emails Recipients

    Thank you for your understanding.

    Best regards,
    WPFactory Support Team

    in reply to: Shortocode list and wysiwyg editor #163984
    Taha
    Moderator
    Plugin Support

    Hi everyone,

    We apologize for any inconvenience you may have experienced with our knowledge base, Thanks webinfluences or providing that link also.

    You can find the documentation for the shortcode here:
    Shortcodes – Additional Custom Emails Recipients

    Thank you for your understanding.

    Best regards,
    WPFactory Support Team

    in reply to: Shortcodes and placeholders #163983
    Taha
    Moderator
    Plugin Support

    Hi everyone,

    We apologize for any inconvenience you may have experienced with our knowledge base.

    You can find the documentation for the shortcode here:
    Shortcodes – Additional Custom Emails Recipients

    Thank you for your understanding.

    Best regards,
    WPFactory Support Team

    Taha
    Moderator
    Plugin Support

    Hi Luciano,

    Thanks for reaching out! I hope you’re doing well.

    Thank you for your suggestion—I’m currently reviewing your request and have shared it with our development team. I’ll let you know soon if this feature will be added in an upcoming update.

    Appreciate your input, and thanks again. Wishing you a great night!

    Best regards,
    WPFactory Support Team

Viewing 15 posts - 1 through 15 (of 68 total)