Search found 42 matches

by antonlinderer
13 Dec 2017, 10:04
Forum: Laravel package
Topic: login as user from admin panel
Replies: 8
Views: 4814

login as user from admin panel

Is there a way to login as another user from admin panel once you are logged in as administrator?
by antonlinderer
29 Nov 2017, 14:37
Forum: Laravel package
Topic: Advanced image data
Replies: 1
Views: 883

Advanced image data

I would like to get the functionality mentioned in the tweet (https://twitter.com/aimeos/status/935833216912633856) installed. How do we get the latest version installed? I tried with "composer update" but there are no updates yet...
by antonlinderer
28 Nov 2017, 08:57
Forum: Laravel package
Topic: get config attributes price
Replies: 1
Views: 1082

get config attributes price

I have config attributes with associated prices specified. I want to access these price values in a (client/html) template. How do you access them? I know how to access the attributes but I am not able to make the reference to their pricing although pricing is correctly linked to the attributes as I...
by antonlinderer
24 Nov 2017, 18:29
Forum: Laravel package
Topic: attribute type selection for configurable options
Replies: 1
Views: 960

attribute type selection for configurable options

Is there a way to define in config/shop.php a radio type for attributes that are configurable options such as for variant attributes as described in the docs?
by antonlinderer
23 Nov 2017, 13:50
Forum: Laravel package
Topic: preselect (non-first) option for attribute
Replies: 1
Views: 942

preselect (non-first) option for attribute

How do you specify a preselect other than the (default) first option for an attribute?
by antonlinderer
23 Nov 2017, 11:00
Forum: Laravel package
Topic: Documentation error for social list
Replies: 1
Views: 855

Documentation error for social list

I tried the instructions in https://aimeos.org/docs/Configuration/Core/client/html/catalog/detail/social/list so to customize the social links, but there seems to be an error in the documentation. When I used client/html/catalog/social/list instead of client/html/catalog/detail/social/list then it w...
by antonlinderer
18 Nov 2017, 13:43
Forum: Laravel package
Topic: PWA?
Replies: 4
Views: 2470

Re: PWA?

great, thanks for the info!
by antonlinderer
17 Nov 2017, 08:59
Forum: Laravel package
Topic: PWA?
Replies: 4
Views: 2470

PWA?

I wonder whether there is a plan to implement a PWA as magento is going into that direction:
https://community.magento.com/t5/Magent ... ba-p/74636
by antonlinderer
14 Nov 2017, 09:02
Forum: Laravel package
Topic: Mapping different products
Replies: 8
Views: 7167

Re: Mapping different products

Just a small correction... the mentioned code is for file "controller/jobs/src/Controller/Jobs/Product/Import/Csv/Clothes/Factory.php" and thel code for the file "controller/jobs/src/Controller/Jobs/Product/Import/Csv/Clothes/Standard.php" remains the same as in the file "co...