Open navigation

Label Customization

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

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.