Re: Problem with displaying Localizer Module on a storefront
I'm not sure why it doesn't appear in the storefront, but the second point is likely due to a renamed field class:
- XLite\Model\WidgetParam\* classes are XLite\Model\WidgetParam\Object\Type* now
- XLite\View\FormField\Input\Text\Float class is XLite\View\FormField\Input\Text\FloatInput now
|