Thanks for the reply.
However I will test the plugin!
I have to print in my table in cart.php 2 coloumns, each one with a single attribute (size and colour).
by default both are printed under product’s title.
i wrote:
$terms = get_the_terms( $product->id, 'pa_taglie');
foreach ( $terms as $term ) {
echo $term->name;
}
but it returns tihis error:
Warning: Invalid argument supplied for foreach()
any suggestion?
Yes I supposed to have to edit calendar-full.php (i’m using that)
and I have to edit this lines:
<a class="em-calnav full-link em-calnav-prev" href="<?php echo $calendar['links']['previous_url']; ?>"><<</a>
<a class="em-calnav full-link em-calnav-next" href="<?php echo $calendar['links']['next_url']; ?>">>></a>
but what have I to write instead of << and
>>
I tested everything but I got any result :((