Your account expired support, please renew to get your support.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1640
    digizonca-theme
    Support Expired

    I m using a plugin called zakeke that customize the product. WC cart handling logic which is absent on the theme file is not letting the plugin to add the product to the cart after customization.

    I have mentioned the conversation, below:

    Zakeke Support (Zakeke)

    May 7, 2021, 21:04 GMT+2

    As I said, and posted the code of your theme, your theme completely removed the WC add to cart handling code and replaced it with its own to do the ajax add to cart
    It isn’t something that I can fix

    You should ask to your theme developer to do not remove the WC cart handling logic

    Zakeke Support (Zakeke)

    May 7, 2021, 20:38 GMT+2

    Thank you, the issue is that your theme removed the standard WC add to cart form handling and replaced with its own that is not compatible with Zakeke
    From your theme woocommerce-template-functions.php
    add_action(‘wc_ajax_mixxcazt_add_to_cart’, ‘mixxcazt_ajax_add_to_cart_handler’);

    add_action(‘wc_ajax_nopriv_mixxcazt_add_to_cart’, ‘mixxcazt_ajax_add_to_cart_handler’);

    // Remove WC Core add to cart handler to prevent double-add

    remove_action(‘wp_loaded’, array(‘WC_Form_Handler’, ‘add_to_cart_action’), 20);

    Please Help me to fix it.

    Thanks
    Anlin

    #1644

    Hi there,

    I can’t connect your site, please recheck for me: https://prnt.sc/12qtinw

    My IP address: 27.72.96.219

    #1858
    digizonca-theme
    Support Expired
    This reply has been marked as private.
    #1859
    digizonca-theme
    Support Expired
    #1865

    Hi,

    We don’t support via email, please send your infor via this topic and set as private reply. I will check and try to help you.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.