• Using the Divi builder and want to add custom content above the footer.
    In most (child) themes I have tried, adding the following code to functions.php works.

    add_action( ‘woocommerce_after_main_content’, ‘add_footer’, 10, 3 );
    function add_footer(){

    echo do_shortcode(‘[et_pb_section global_module=”4358″][/et_pb_section]’);
    }

    This has no effect in Customify

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Woocommerce pages. Add content above footer’ is closed to new replies.