Search found 5 matches

by vovakurylo
09 Dec 2019, 16:43
Forum: Laravel package
Topic: Product categories in detail
Replies: 1
Views: 788

Product categories in detail

I was looking for solution to get the current product categories in detail view. I already tried to do like in this posts: https://aimeos.org/help/help-f15/retrieve-the-category-of-a-product-t450.html https://aimeos.org/help/typo3-and-flow-neoscms-f16/get-product-category-t1447.html but it's not wor...
by vovakurylo
29 Nov 2019, 11:36
Forum: Laravel package
Topic: Disabled telephone field in checkout address
Replies: 7
Views: 2366

Re: Disabled telephone field in checkout address

Oh, i forgot about that, now it's working, thanks :)
by vovakurylo
28 Nov 2019, 16:37
Forum: Laravel package
Topic: Disabled telephone field in checkout address
Replies: 7
Views: 2366

Re: Disabled telephone field in checkout address

shop.php <?php return [ 'apc_enabled' => false, // enable for maximum performance if APCu is availalbe 'apc_prefix' => 'laravel:', // prefix for caching config and translation in APCu 'pcntl_max' => 4, // maximum number of parallel command line processes when starting jobs 'routes' => [ // Docs: htt...
by vovakurylo
27 Nov 2019, 09:29
Forum: Laravel package
Topic: Disabled telephone field in checkout address
Replies: 7
Views: 2366

Re: Disabled telephone field in checkout address

Still no field, am i doing something wrong? 'client' => [ 'html' => [ 'checkout' => [ 'standard' => [ 'address' => [ 'billing' => [ 'optional' => array( 0 => 'order.base.address.telephone' ) ] ] ] ], ... This didn't work too 'optional' => [ 0 => 'order.base.address.telephone' ]
by vovakurylo
26 Nov 2019, 16:08
Forum: Laravel package
Topic: Disabled telephone field in checkout address
Replies: 7
Views: 2366

Disabled telephone field in checkout address

Hi, I have a question:
in which way should I enable telephone field so it can be editable and displayed with other items on billing address section at checkout summary?