Skip to content

Instantly share code, notes, and snippets.

@Micemade
Micemade / woocommerce-cart-item-coupon-price.php
Last active May 10, 2024 03:17
WooCommerce display price with applied coupon(s) per item in cart
<?php
/**
* Woocommerce cart - display prices with coupons applied, per cart item.
*
* @param string $subtotal
* @param array $cart_item
* @param string $cart_item_key
* @return $subtotal
*
* Inspired by: