• Resolved Dharmesh Patel

    (@dharm1025)


    Hello t3rep.com,

    Thanks for developing great plugin.

    Your plugin breaks some woo-commerce default features like Ajax add to cart, checkout page JS operation. I have take look in plugins file and found that. “Arabic Woocommerce Middle east currencies” is overwriting default woo commerce js with handle “woocommerce”. so dependencies related issues happen.

    Can you please fix in next release. so user can use your plugin without any feature breaks.

    Also, I will be happy to sort out issue, if you allow me to contribute.

    * Sorry, I am non-Arabic so, posted topic in English.

    Thanks,
    Dharmesh Patel

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author t3rep.com

    (@t3repcom)

    Hello @dharm1025 thank you for using our plugin
    We are already preparing to release an improved version with solutions to some issues , update for new features and will adding support for Arab RTL Css direction in our plugin

    to fix Ajax duplicate issue please open ar-wooco.php file

    and replace this line

    wp_register_script( 'woocommerce', plugin_dir_url( __FILE__ ) . 'js/woocommerce.js', array( 'jquery' ), '', true );

    with

    wp_register_script( 'script', plugin_dir_url( __FILE__ ) . 'js/woocommerce.js', array( 'jquery' ), '', true );

    Please try and tell me about any updates

    Best Regards

    • This reply was modified 7 years, 5 months ago by t3rep.com.
    Thread Starter Dharmesh Patel

    (@dharm1025)

    Hello @t3repcom,

    Thanks for the reply,

    I have implemented same solutions and its working now.

    Thanks,
    Dharmesh Patel

    Plugin Author t3rep.com

    (@t3repcom)

    Thank you @dharm1025 ??

    Best Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Breaks ajax add to cart and checkout page functionality.’ is closed to new replies.