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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -