Chris Brown
Chris Brown
@torvista in what ways did you customize it? Any of those worth incorporating, or are they very specialized?
Given that most of its function has been implemented as HTML5 rules already, yes you can probably skip the use of the older form-checking javascript files.
Ya I’d like to get rid of all that old rollover class stuff. It’s outdated.
> Is there a good reason why the language packs should not be named as per the locale: en_US, en_GB, es_ES? > On initial testing this seems to work I'll...
A Crowdin project has been created. We can explore collaborating on language stuff here: https://crowdin.com/project/zen-cart/
I'm unfamiliar with how to extract translated stuff into a "language pack" that can then be used by people wanting the translations in their store. I'm guessing it's as simple...
Ya, the en_US format makes most sense.
Ya, I removed those captions in https://github.com/zencart/zencart/pull/1572 ... I left that code-block in case someone felt the need to re-implement it. It might require some updating for proper display though.
> uses function zen_draw_products_pull_down which is shared with the shopfront. Where is it used by the shopfront?
It appears as though it's been available in both admin and catalog for many releases. But I see no use if it catalog-side. In fact all of the pulldown functions...