Kousik

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 42 total)
  • Author
    Posts
  • in reply to: Products.xml File Testing #140469
    Kousik
    Moderator
    Plugin Support

    Hello Desirae,

    Our plugin is flexible, and if you can update the tags according to Google Merchant’s requirements, it will be accepted in the Google Merchant feed.

    Please review the example Google Merchant feed at the following link: https://gist.github.com/marcosnakamine/acc1be40f6606c397b3c8bbd7f8b689c

    Please attempt to update “XML item” as shown in your setting screenshot:

    For example, change from <title>[alg_product_name cdata="yes"]</title> to <g:title>[alg_product_name]</g:title>

    Regards,
    Kousik Mukherjee

    in reply to: Simple calculation between two fields #140212
    Kousik
    Moderator
    Plugin Support

    Hello,

    Two shortcodes cannot be used as operands. Please use this shortcode instead: [alg_product_id custom_function="my_custom_function"]

    In the theme’s functions.php file, create a function named “my_custom_function” with the argument “product_id”. There, you can write down the logic and return the result.

    Regards,
    Kousik Mukherjee

    in reply to: Cant load wishlist products on whislist page #139226
    Kousik
    Moderator
    Plugin Support

    Hi Nico,

    Apologies for the delayed response.

    We are currently implementing some structural changes in our wishlist plugin. It may take approximately one week to release a new version, which will address your issue as well.

    Regards,
    Kousik Mukherjee

    in reply to: Multiple lang products in feed #139212
    Kousik
    Moderator
    Plugin Support

    Hello,

    Here, you can filter the language in the feed to display the desired content. It also supports Polylang.

    Please try selecting your default language in the feed filter, saving it, and generating the feed again. If this does not resolve the issue, please send your site access to [email protected], and we will quickly assist you.

    Regards,
    Kousik Mukherjee

    Kousik
    Moderator
    Plugin Support

    Hello RedAISkye,

    I have retested the checkout process, but I didn’t encounter the issue you mentioned. Instead, I received the following HTML response from the checkout page

    <p>
    Please <a href="http://localhost/wpfactory-local/checkout/?alg_wc_ev_verify_email=eyJpZCI6ImtvdTc4ODk1Njg5N0B5dWkuY28iLCJjb2RlIjoiZWNhMzE0NWM4NGU0NTUxOGVmODIxN2NiOWNmYWUyZWUifQ--" target="_blank">click here</a>
    to verify your email on <a href="localhost" target="_blank">Wpfactory</a>
    .
    </p>
    
    Regards
    Kousik Mukherjee
    
    
    in reply to: Exclusion Rule not Working #138733
    Kousik
    Moderator
    Plugin Support

    Hello Jack,

    From what I understand from your message, the “excluded product category” feature works, but not completely. Could you provide a clear explanation of how I can reproduce the error?

    Alternatively, if you could record a video of the issue and send it to [email protected] with the ticket reference, it would greatly expedite the resolution process.

    Regards,
    Kousik Mukherjee

    in reply to: Update quantity of variable products on category pages #138730
    Kousik
    Moderator
    Plugin Support

    Hello Zivski,

    Yes, we can help resolve this issue for you. Just one request: if you could share admin access to debug the code, it would be greatly helpful.

    Since the frontend variation “add to cart” feature is coming from a different plugin and your site is already set up with this plugin elements, the resolution process should be quick.

    Please send access to [email protected] with this support URL as a reference.

    Regards,
    Kousik Mukherjee

    Kousik
    Moderator
    Plugin Support

    Hello FirstClassReece,

    It appears that something might be amiss despite the filter code being correct. If you could send access to the admin at [email protected], we would be able to address and resolve this issue for you.

    Regards,
    Kousik Mukherjee

    Kousik
    Moderator
    Plugin Support

    Hello @RedAISkye,

    Could you please share a screen recording video of the issue you’re experiencing? We have tested it with a new user account, and the problem doesn’t seem to occur. Therefore, to accurately identify the issue, we would appreciate it if you could provide a screen recording video.

    Regards,
    Kousik Mukherjee

    in reply to: Shipping within the EU #137666
    Kousik
    Moderator
    Plugin Support

    Hello Sundeep,

    Apologies for the delayed response.

    The “Preserve VAT in selected countries” option in our plugin is functioning as expected. However, we have encountered some issues with certain member states during validation with VIES.

    To address this, we have implemented two solutions:

    1. Admin & Advanced > Enable manual validation of VAT numbers
    2. Admin & Advanced > Reduce concurrent requests to VIES

    We hope that these measures will resolve any issues you encounter when VIES is unavailable or returns unexpected results.
    Please use the latest version of our plugin 2.10.2

    Regards,
    Kousik Mukherjee

    Kousik
    Moderator
    Plugin Support

    Hello,

    Apologies for the delayed response.

    You can utilize this filter in your code:

    function example_callback( $qty, $product_id ) {
    return $qty;
    }
    add_filter( 'alg_wc_pq_get_product_qty_min', 'example_callback', 10, 2 );
    
    

    Regards,
    Kousik Mukherjee

    • This reply was modified 1 month, 3 weeks ago by Kousik.
    Kousik
    Moderator
    Plugin Support

    Hello @andrew,

    Apologies for the delayed response.

    Unfortunately, the Min Max Default Quantity for WooCommerce plugin is not designed to create a category like “sold individually”.

    However, I can provide a solution: if your category is associated with only one product, you can choose the “sold individually” option under inventory on the product edit page.

    Alternatively, if you have multiple products in a category that you wish to restrict, custom code will be required to achieve your desired solution.

    Regards,
    Kousik Mukherjee

    Kousik
    Moderator
    Plugin Support

    Hello @xue

    Sorry for the late reply.

    Please follow this instruction to make it work.

    Order Items > Meta fields # > Enabled (tick) > Value ( this should be same meta_key used for code or required to save in the database )

    Regards
    Kousik Mukherjee

    in reply to: Exclude feature vies by product or category #135145
    Kousik
    Moderator
    Plugin Support

    Hello Oeo,

    Firstly, I would like to clarify whether your functionality, such as restricting the EU VAT field for specific categories and products, adheres to any official regulations. Is there any reference indicating that the EU VAT authority allows this type of functionality?

    Secondly, if different types of products, both restricted and unrestricted, are present in the cart, will the VAT field still appear on the checkout page?

    Regards,
    Kousik Mukherjee

    in reply to: Create Feed Issue #135061
    Kousik
    Moderator
    Plugin Support

    Hello Geoff Poitras,

    I just want to confirm: After reloading, do you receive your feed at the specified URL? If the AJAX feed is disabled, does it still work well?

    Could you please create a video demonstrating your issue and send it to [email protected]?

    Thank you!
    Kousik Mukherjee

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