Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > Ecommerce Module View modes: 
User avatar
Member
Member
ruddymen - 3/11/2009 8:47:40 AM
   
Ecommerce Module
How can I get read of the "Add to wish list button" ? or even change its caption or title?
How can I change the title of the add to card button?

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 3/16/2009 9:24:21 AM
   
RE:Ecommerce Module
Hello,

Basically you just need to specify your own translation for EcommerceFunctions.AddToWishlist and EcommerceFunctions.AddToShoppingCart resource strings.

You can also see and eventually modify the code that generates the links in GetAddToShoppingCartLink(...) and GetAddToWishListLink(...) methods in ~\App_Code\CMSModules\Ecommerce folder.

Best Regards,

Martin Dobsicek