DNN: 5.6.3
Cart: 4.50
I've read http://www.smith-consulting.com/Forum... and we want to localize buttons at Product Listing. Although View Details button and View Options button is localized correctly, we are unable to make things work for ADD to CART button.
We are using single column:
ADD TO CART is displayed from ProductsList.ascx line 229. This line has one value TEXT and a resource file. Resource key looks to ibAddToCart.Text which also refers to:
C:\Websites\fleuristecreatif.com\DesktopModules\Smith.BuyNow\App_LocalResources\ProductsList.ascx.fr-CA.resx
C:\Websites\fleuristecreatif.com\DesktopModules\Smith.BuyNow\App_LocalResources\ProductsList.ascx.resx
C:\Websites\fleuristecreatif.com\DesktopModules\Smith.BuyNow\ProductsList.ascx
C:\Websites\fleuristecreatif.com\DesktopModules\Smith.FeaturedProducts\App_LocalResources\FeaturedProducts.ascx.fr-CA.resx
C:\Websites\fleuristecreatif.com\DesktopModules\Smith.FeaturedProducts\App_LocalResources\FeaturedProducts.ascx.resx
C:\Websites\fleuristecreatif.com\DesktopModules\Smith.ProductDetail\App_LocalResources\ProductDetails.ascx.fr-CA.resx
C:\Websites\fleuristecreatif.com\DesktopModules\Smith.ProductDetail\App_LocalResources\ProductDetails.ascx.resx
I tried to open resx files and changed Add to Cart text to something else e.g Add to Cart v2
Result: No change.
Then...
I opened ProductsList.ascx file and changed Add to Cart text on line 229 to Add to Cart v2
Result: Now Add to Cart v2 is displayed.
Although respective resource key connection placed in ascx file, somehow localization does not work for ADD TO CART button.
If you help us to solve this issue, we are willing to share localization pack for fr-CA.
Thank you.
P.S Email notifications does not work here.