Search found 42 matches

by andreas.allacher
07 Nov 2016, 18:19
Forum: TYPO3 extension
Topic: Plans to add orders to simple admin interface ?
Replies: 1
Views: 1509

Plans to add orders to simple admin interface ?

Hi, I see that with current version (at least dev-master) aimeos has an access check to only allow admin users (can be modified of course by overriding the access helper or the template) and I agree to add more option in regards to permissions. However, the simple admin interface currently doesn't h...
by andreas.allacher
02 Nov 2016, 19:14
Forum: Help
Topic: Extending simple admin interface - How to?
Replies: 6
Views: 4535

Re: Extending simple admin interface - How to?

OK. But the Javascript data attribute solution would be quite simple to achieve too without making the system too complex. Of course, one can write the corresponding Javascript too, after all it is a really simple script, bascially find elements with data-attribute and appendTo to the specified cont...
by andreas.allacher
02 Nov 2016, 17:35
Forum: Help
Topic: Extending simple admin interface - How to?
Replies: 6
Views: 4535

Re: Extending simple admin interface - How to?

That will make it way easier already, however, I think moving the subparts to inside the panels would be nice though, for e.g. other fields like prices. If I want to add fields I want to do so per currency. The change is for master / 2017.x release only? Or provide a data attribute that moves it aut...
by andreas.allacher
01 Nov 2016, 19:21
Forum: Help
Topic: Extending simple admin interface - How to?
Replies: 6
Views: 4535

Re: Extending simple admin interface - How to?

Some further questions in that regard. If I want to add additional text fields to the "Texts". I have now created a subparted and copied the behavioru of \Aimeos\Admin\JQAdm\Product\Text\Standard to achieve storage etc. for my own fields. Then I added a Javascript that moves my subpart cod...
by andreas.allacher
25 Aug 2016, 11:45
Forum: TYPO3 extension
Topic: URL sanatize with "-" instead of "_"
Replies: 4
Views: 3418

Re: URL sanatize with "-" instead of "_"

That's true, of course, but I meant the default behaviour if there is no url segement.
by andreas.allacher
25 Aug 2016, 11:21
Forum: TYPO3 extension
Topic: Price per country?
Replies: 11
Views: 5695

Re: Price per country?

So it is best to setup the scheduler jobs according to the suggestion in the wiki.
(e-mails every minute, of course later would work too but those are best sent soonish :) )
by andreas.allacher
25 Aug 2016, 11:17
Forum: TYPO3 extension
Topic: URL sanatize with "-" instead of "_"
Replies: 4
Views: 3418

Re: URL sanatize with "-" instead of "_"

OK.
But I still think there should be an option to automatically sanitize those names accordingly.

Regarding PR:
https://github.com/aimeos/aimeos-typo3/pull/14
by andreas.allacher
24 Aug 2016, 19:13
Forum: Help
Topic: Extending simple admin interface - How to?
Replies: 6
Views: 4535

Extending simple admin interface - How to?

Hi, I would like to know how exactly one would extend the easy admin interface, e.g. adding customer groups to prices (in combination with the ai-customergroups extension). I guess I would have to add a subpart via: admin/jqadm/product/price/standard/subparts Which implements the corresponding get, ...
by andreas.allacher
23 Aug 2016, 16:59
Forum: TYPO3 extension
Topic: URL sanatize with "-" instead of "_"
Replies: 4
Views: 3418

URL sanatize with "-" instead of "_"

Hi, I just want to know if there is a simple way to have the product names etc. sanitized with "-" instead of "_" If I am correct what will work is to set: $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['aimeos']['aimeos_view_url'] Copy the Method: \Aimeos\Aimeos\Base\View::addUrl withou...
by andreas.allacher
22 Aug 2016, 21:23
Forum: TYPO3 extension
Topic: Optional Shop Account
Replies: 9
Views: 5136

Re: Optional Shop Account

Btw. am I correct and aimeos actually stores any user data in the default TYPO3 user data (fe_users) due to the decorators / modifications in ai-typo3. So if I want to add any userregistration or account data manager (e.g. password and email changes) then I just have to use any TYPO3 extension and t...