• Resolved ajachocki

    (@ajachocki)


    This works for standard wordpress site. But doesn’t work for woocommerce product site (wp tao oto just don’t show up on product).

    How can I change it? Or maybe you will change it soon?

Viewing 1 replies (of 1 total)
  • Plugin Author Michal Jaworski

    (@upsell)

    Hi @ajachocki,

    You should try to modify fallowing code:

    public function add_oto_meta_box() {
    		add_meta_box( 'wptao-oto-meta-box', __( 'WP Tao OTO', WPTAO_ONETIMEOFFER_DOMAIN ), array( $this, 'oto_meta_box_markup' ), 'page', 'normal', 'high', null );
    	}

    Just replace ‘page’ by null for example.

Viewing 1 replies (of 1 total)
  • The topic ‘How to make it work with woocommerce product site?’ is closed to new replies.