- Open app/design/frontend/base/default/template/klevu/addtocart/index.phtml file
- Uncomment the following code in the file
var klevu_addtocartLbl = "More Info";
- Change value of the klevu_addtocartLbl variable. For displaying button with text(Default)
For displaying image as buttonklevu_addtocartLbl = 'Add to cart';
klevu_addtocartLbl = '<img src="img/cart.png" />';