No products in the cart.
Forum Replies Created
Viewing 1 post (of 1 total)
- AuthorPosts
-
mohan
ParticipantYes i agree with Mobashir.
There are three steps to check why override not working :- Check in functions.php for woocommerce supported added ( URL : https://docs.woocommerce.com/document/woocommerce-theme-developer-handbook/ )
- Check spelling of directory and files is proper in theme such as your-theme/woocommerce. ( URL : https://docs.woocommerce.com/document/template-structure/ )
- Woocommerce allow to change the location of woocommerce template. Hook is : woocommerce_template_path .If you are using the premium theme then check for filter hook in your theme’s functions.php file. If that hook exits then use that location which is mention in that hook’s callback function.
- AuthorPosts
Viewing 1 post (of 1 total)