To add custom price to each cart item dynamically ( override price for each item in cart separately ) in woocommerce , you need to follow these steps mentioned bellow. 1. STEP1: Update add to cart link with custom price for shop page. Place the following code in your functions.php function ipe_add_to_cart_link() { global $product; [...]The post WooCommerce: add to cart products with custom price appeared first on Expert Web Technologies.