php - Call woocommerce product data outside review order file -


how proper call / product information name, price, , product image, outside review-order.php file (woocommerce).

i have tried adding:

<p class="product-price-special">   <?php echo apply_filters( 'woocommerce_cart_item_subtotal', wc()->cart->get_product_subtotal( $_product, $cart_item['quantity'] ), $cart_item, $cart_item_key ); ?></p> 

this makes woocommerce fields, elements etc. disappear. styles stays background colors , images, data related elements disappear. can use these apply filters /echo class inside review-order.php. how can call outside file?


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -