Reply 61704 to: Woocommerce Attributes Pulling data in alpahabetic order

Avatar: jagadeesh
jagadeesh
Participant
May 5, 2015 at 13:07

Hello,

Here you can find the details pls find the attached image. i add the code in themes/mavango-one/woocommerce/content-product.php

<?php
$sizes = get_the_terms( $product->id, ‘pa_size’);
foreach ( $sizes as $size ) {
echo $size->name. ”   “;
}
?>
http://www.awesomescreenshot.com/image/181395/bc8c04c02a2a9dac79eaf7d173c31ec3 in product page
this is the line i added exactly. but the front end its displayed in alphabetic order.

thanks in advance

Please, contact administrator
for this information.
Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.