• Hey!

    After the last update I’ve got this issue. After investigation I found that it was caused by your plugin.

    Please fix Ced_Click_n_Go::ced_ocor_cart_item_data(), it should return the result, not echo it because it’s inside a filter woocommerce_cart_item_name.

    includes/ced-click-n-go-class.php:581

    find
    echo $name.$product_variation;

    change to
    return $name.$product_variation;

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author cedcommerce

    (@cedcommerce)

    Hello,

    Thank you for your valuable suggestion, we will surely look into it and resolve it at earliest.

    Thanks & Regards,

    I have the same problem. can’t use the plugin because of it.
    Changing to return $name.$product_variation; didn’t fixed it. please resolve this soon.

    • This reply was modified 4 years, 2 months ago by liranrak.
    Plugin Author cedcommerce

    (@cedcommerce)

    Hello,

    We have resolved the issue in our new update of plugin.

    Thanks & Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Item Name is duplicated in the cart/checkout/minicart’ is closed to new replies.