• In the function show_cart_items_html, the template is including by this line :
    include(plugin_dir_path(dirname(__FILE__)) . 'templates/' . $template_type_items . '.php');

    This line doesn’t take the override of template in a custom path, like the function get_cart_templates.

  • The topic ‘Custom path don’t work when add to cart’ is closed to new replies.