• Resolved cyberwolfer

    (@cyberwolfer)


    Hi, came across a small problem with the micro template that is awesome! My clients so called “additional services” or optional services are not showing on the micro template (see link for reference) and I don’t really have any coding skills to attempt to weed them out in the template.

    These additional services do seem to be displayed on the minimal template but I would prefer to use the much prettier micro template that I have already spent a day working on and adjusting for my purpose.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Bas Elbers

    (@baaaaas)

    Use below code to display it.

    do_action( 'wpi_order_item_meta_start', $item, $this->order );
    			do_action( 'woocommerce_order_item_meta_start', $item_id, $item, $this->order );
    
    			WPI()->templater()->display_item_meta( $item );
    
    			do_action( 'woocommerce_order_item_meta_end', $item_id, $item, $this->order );
Viewing 1 replies (of 1 total)
  • The topic ‘How to get “additional services” showing also in micro template?’ is closed to new replies.