Search found 85 matches

by krzysiekp
19 Nov 2021, 10:38
Forum: Laravel package
Topic: Additional fields validation
Replies: 6
Views: 1642

Re: Additional fields validation

Aimeos, will you answer ? Thanks
by krzysiekp
19 Nov 2021, 08:26
Forum: Laravel package
Topic: Difference between global and local decorators
Replies: 1
Views: 599

Difference between global and local decorators

What is the difference between global and local decorators ?
by krzysiekp
18 Nov 2021, 11:55
Forum: Laravel package
Topic: Billing salutation new value problem
Replies: 1
Views: 595

Billing salutation new value problem

I added new value for salutation field. New value is "private-person". I received error "Address salutation "private-person" not within allowed range". I can't find source of this error.
I added this value to config/shop.php
by krzysiekp
08 Nov 2021, 10:00
Forum: Laravel package
Topic: Additional fields validation
Replies: 6
Views: 1642

Re: Additional fields validation

Hi Aimeos! How to return back when error ? My code below. This code takes you to the next page (basket/standard) despite the error thrown. How to redirect to previous page with error list etc. ? redirect() method not working. public function process() { $view = $this->getView(); $context = $this->ge...
by krzysiekp
05 Nov 2021, 16:37
Forum: Laravel package
Topic: Additional fields validation
Replies: 6
Views: 1642

Additional fields validation

How I can validate additional fields in form on the server side. These fields are product attributes. Example form code: <div id="as-gift" class="d-none"> <div class="row py-2"> <div class="col-6 form-group"> <small id="emailHelp " class="form-t...