I was wondering if it was possible to order the product (just a simple product) gallery images in a certain way? I've tried the select/drag in the WordPress gallery, but it doesn't affect the product thumbnails.
I found this thread on WooThemes for one of their themes:
http://www.woothemes.com/support-forum/?viewtopic=63786
Would it be as simple as adding:
'orderby' => 'menu_order'
'order' => 'ASC'
to a certain line in the woocommerce_template_functions.php file? Or does one of the Adundance theme files need to be modified?
Thanks.














