Item Name is duplicated in the cart/checkout/minicart
-
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 filterwoocommerce_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)
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.