Hi,
This is really URGENT and I would really appreciate your support on this. This is a two-part query.
I would like to display products by order. The current my orders table is of no use. I would like to display without the table like a product grid with
Productid usually an array of the thumbnail, product name, category, and brand, and right beneath Status: Pending/inprocess etc
Second, I would like to know how to display brand name under a <? php> tag. I want to show it in my wishlist (using yith)
This code only outpust “array”:
<div class="product-page-brands">
<h3>
<?php foreach( $brands as $brand ) {
<?php echo __( ‘Brand Description’, ”) . ‘: ‘ . term_description( $brand->term_id, 'pa_brand' );
}?>
</h3>
</div>