Rostislav Vítek
Rostislav Vítek
Hi @pk16011990, sorry for the late response. Actually, I have no example for extending `Price` :smile: I think I just wanted to show some examples of services that are created...
just bumped into another class that is missing factory - `ProductParameterValuesLocalizedData` - now I am forced to overwrite whole `ProductParameterValueToProductParameterValuesLocalizedTransformer` as the data object is created directly there
factory for `ProductFilterData` was added in https://github.com/shopsys/shopsys/pull/2983 :tada:
remove stale!
> hi @vitek-rostislav , would it be possible to continue with #539 PR in the near future ? Hi @boris-brtan, well, hopefully in the next sprint within 2 weeks, it...
Hi @grossmannmartin, thanks for the response :slightly_smiling_face: Our colleagues came up with a solution with `FormBuilderHelper` class that provides `disableFieldsByConfigurations` method. Then you simply define an array of fields names...
Hi, recently, I came across another form type that would deserve a read-only option - `CategoriesType` - it is quite a common scenario for variants - you assign categories on...
Today, I figured, I do not need to re-define the `class` atribute default value in teh form type - I can add the default value in the theme: ```diff +...
just to add the complete info about the extending, to make the variables work, one need to overwrite `OrderMail::getVariablesReplacementsForBody`, or `OrderMail::getVariablesReplacementsForSubject` (this is the same as it was before and...
Ok, I discussed the topic with @grossmannmartin and it is true that most of the time, it is not a good practice to use flash messages outside controllers. A better...