Search found 89 matches

by mantik
21 Dec 2017, 11:02
Forum: TYPO3 extension
Topic: Sorting Products in Backend
Replies: 16
Views: 6863

Re: Sorting Products in Backend

How can the reindex be started?
by mantik
21 Dec 2017, 08:56
Forum: TYPO3 extension
Topic: Sorting Products in Backend
Replies: 16
Views: 6863

Re: Sorting Products in Backend

just a question. if i change the order in the backend then nothing happen in frontend. but then after some time the order was correct.
Is there some kind of cache?
by mantik
21 Dec 2017, 08:13
Forum: TYPO3 extension
Topic: cant change Product imagetypes
Replies: 8
Views: 2799

Re: cant change Product imagetypes

No problem - can happen but you must see our side. for a small update where we think there are some minutes we get a call from our clients for new bugs and then must work few hours for free to see are there any other things that not working too. the updates solves the problem but not fully. in the b...
by mantik
20 Dec 2017, 12:22
Forum: TYPO3 extension
Topic: cant change Product imagetypes
Replies: 8
Views: 2799

Re: cant change Product imagetypes

oh boy.... now after update the Salutaions have lost his translated labels... https://i.imgur.com/iwNtZmo.png its really hard to work with a software like this. customergroup extension delete the product tab by the category module imagetypes can't be saved now this.... please improve a little bit yo...
by mantik
20 Dec 2017, 09:09
Forum: TYPO3 extension
Topic: cant change Product imagetypes
Replies: 8
Views: 2799

Re: cant change Product imagetypes

very good. now it works
by mantik
19 Dec 2017, 10:46
Forum: TYPO3 extension
Topic: Sorting Products in Backend
Replies: 16
Views: 6863

Re: Sorting Products in Backend

Yes!! that works.
by mantik
19 Dec 2017, 06:25
Forum: TYPO3 extension
Topic: no Company output in the checkout-summary
Replies: 12
Views: 4188

Re: no Company output in the checkout-summary

...there must be somewhere a php function where the company is cleared if someone don't choose company by the salutation...
by mantik
19 Dec 2017, 06:18
Forum: TYPO3 extension
Topic: no Company output in the checkout-summary
Replies: 12
Views: 4188

Re: no Company output in the checkout-summary

all constants are setted to my extension template so i setted it there. and i cehcked the html source just this aimeos.js from my ext is there
by mantik
19 Dec 2017, 06:15
Forum: TYPO3 extension
Topic: Extend Base Classes in Typo3
Replies: 15
Views: 4853

Re: Extend Base Classes in Typo3

i think the problem here is cus i've a field "language" in the user table and that works with the numbers of typo3 (like in the switch statement).

but for generally information if i want extend this class how can i do it?
by mantik
18 Dec 2017, 10:39
Forum: TYPO3 extension
Topic: Extend Base Classes in Typo3
Replies: 15
Views: 4853

Re: Extend Base Classes in Typo3

Ok i solve it now like this: namespace Mantik\MShop\Customer\Item; class Base extends \Aimeos\MShop\Customer\Item\Base { /** * Initializes the customer item object * * @param \Aimeos\MShop\Common\Item\Address\Iface $address Payment address item object * @param array $values List of attributes that b...