Viewing 1 replies (of 1 total)
  • Hi @aceben72,
    You can reach attributes attached to product with construction similiar to

    $_product = new jigoshop_product( $post->ID );
    $_product->get_attribute('NAME')

    You’d need to use javascript to track change of variation choosen and then basing on choice – change html of choosen DOM element.

    If you’d like to order full change with us – let us know via [email protected]

Viewing 1 replies (of 1 total)
  • The topic ‘How To Display Attribute Description’ is closed to new replies.