zjerry wrote:Thanks, now it looks ok.
Can you point me to where I can localize the 'close' tooltip that appears when hoovering over 'X' button in those dialogs?
Also I've found one hard coded string in the:
\Themes\NeoFashion\Views\ShoppingCart\OrderSummary.cshtml
at line 96: title="View details"
which probably should be placed in resources.
Hi zjerry,
The Close tooltip comes from the jQuery-UI and it can not be localized from the administration of nopCommerce. You can check the jQuery-UI website. Maybe there is a solution to this problem.
The resource that is in the \Themes\NeoFashion\Views\ShoppingCart\OrderSummary.cshtml view is not localized in nopCommerce by default. You can localize it by yourself by creating a custom resource string and adding it to the resource strings in the administration.
Also you can write in the forum of nopCommerce and report this problem.
Best regards,
Ivan Stoyanov