Not able to change checkout/cart.phtml through layout update

后端 未结 2 1125
闹比i
闹比i 2020-12-20 06:09

I am trying to change checkout/cart.phtml through layout update in my module\'s layout file i.e. mymodule.xml


    
         


        
2条回答
  •  醉酒成梦
    2020-12-20 06:32

    The method is setTemplate not setCartTemplate, like so:

    
        
            
                mymodule/checkout/cart.phtml
            
        
    
    

提交回复
热议问题