Add another filter to cart html
-
Hello,
I’m in need of an additional filter in the cart html on line 1341 of wpc-fly-cart.php. Below is my example using woofc_cart_item_inner as the filter name
Basically I just need the filter there to add some additional html between the .woofc-item-inner and .woofc-item divs.
$cart_html .= '</div><!-- /.woofc-item-inner -->'; $cart_html .= apply_filters( 'woofc_cart_item_inner', '', $cart_item ); $cart_html .= '</div><!-- /.woofc-item -->';
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Add another filter to cart html’ is closed to new replies.