Search found 2 matches

by mihkeltt
Fri Jun 19, 2009 4:26 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: nVelocity for current YEAR?
Replies: 3
Views: 2691

Re: nVelocity for current YEAR?

A bit more elegant solution would be to add DateTime.Now() into the Page.Items dictionary which you have access from the template as $page.Items.get_Item("currentDate").Year . Bear in mind that the date should be inserted into the items collection very early on in the page lifecycle. One point for t...
by mihkeltt
Thu Jun 18, 2009 4:39 am
Forum: International Questions and Topics
Topic: Multilingual support customization
Replies: 10
Views: 30774

Re: Multilingual support customization

I'm working on the same project as mike_f so i can shed further light on our intentions. We're not trying to merely translate the Able Commerce application but to add per-user multilanguage support. I've already extracted all the UI texts and moved them to resources and created a new control in ConL...