• actondev

    (@actondev)


    I’ve just started creating a custom theme for WP, learned the basic of Template Hierarchy and used blade cause i have worked with laravel before.

    Everything works great for everything (page.php, page-{slug} etc..)

    But what about woocommerce?

    editing woocommerce.php just like another page, results in seeing in your browser the template itself
    @layout( ‘layouts.master’ ) etc…

    https://wordpress.org/plugins/blade/

    (oh and great work on the plugin. love it 😀 )

Viewing 1 replies (of 1 total)
  • Never tested on woocommerce. WooCommerce has its own way of hooking into the wordpress and changing what file should be loaded. It might be fixable by just adding a hook or playing around with the priority of the hooks. Submit a pull request on github if you find a way.

Viewing 1 replies (of 1 total)

The topic ‘woocommerce integration?’ is closed to new replies.