• This is a very cool and easy to use plugin, but I currently do not like it appearing in product details or in product description.

    I have generated some custom tabs with php; I wonder, how we can disable the table displaying on product details and instead simply use something in my custom tabs function echo to display your plugin instead?

Viewing 3 replies - 16 through 18 (of 18 total)
  • Plugin Author Charlie Etienne

    (@charlieetienne)

    Hi @tgjr, thanks for the feedback. Could you tell me what error message you got with 4.0 ?

    Thanks,

    Charlie

    Plugin Author Charlie Etienne

    (@charlieetienne)

    Ah, I think I know why it breaks your site: I decided to use a namespace, and you got custom code which needs to be adapted:

    Instead of:

    
    $wcsfwc = WashCareSymbolsForWooCommerce::get_instance();
    

    you should now write:

    
    $wcsfwc = WCSFWC\WashCareSymbolsForWooCommerce::get_instance();
    
    Thread Starter somerandomdude

    (@tgjr)

    I was having white screen of death. That fixed it, thank you!

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘custom tab’ is closed to new replies.