Search found 42 matches

by andreas.allacher
23 Feb 2016, 17:44
Forum: Help
Topic: mPAY24 Payment provider?
Replies: 3
Views: 2726

Re: mPAY24 Payment provider?

Thanks.
I guess I will create one using that plugin.
After I have created everything else :)

Just one question: Do you think it is better/easier to create an OmniPay driver or directly one for aimeos (after all the payment is for arcavias)
by andreas.allacher
22 Feb 2016, 17:28
Forum: Help
Topic: mPAY24 Payment provider?
Replies: 3
Views: 2726

mPAY24 Payment provider?

Hi,

I would like to know if there is already a payment provider for mPAY24 or if someone is working on one for aimeos?
by andreas.allacher
27 Jan 2016, 07:26
Forum: TYPO3 extension
Topic: Various questions - TYPO3 integration (images, links, ...)
Replies: 17
Views: 9668

Re: Various questions - TYPO3 integration (images, links, ..

As I didn't find the time to start prior to this week with my implementation, I wanted to ask if I still should use the dev-master or has the necessary update already been released?
by andreas.allacher
23 Dec 2015, 16:48
Forum: TYPO3 extension
Topic: Various questions - TYPO3 integration (images, links, ...)
Replies: 17
Views: 9668

Re: Various questions - TYPO3 integration (images, links, ..

I will check. How would you do the copy to Resources/Public ? However, in case of TYPO3 being installed without composer the library would have to be included manually but that could be done when packaging it for TYPO3 TER repository and e.g. include the autoload if COMPOSER_MODE (I think the consta...
by andreas.allacher
23 Dec 2015, 15:03
Forum: TYPO3 extension
Topic: Various questions - TYPO3 integration (images, links, ...)
Replies: 17
Views: 9668

Re: Various questions - TYPO3 integration (images, links, ..

Regarding composer.lock: You are right in regards that as long as the version constraint is restrictive enough it really shouldn't matter and might require unnecessary composer.lock Updates. Regarding composer autoinstall: I think in 7.6 it would be possible to add it to the normal composer.json act...
by andreas.allacher
22 Dec 2015, 19:15
Forum: TYPO3 extension
Topic: Various questions - TYPO3 integration (images, links, ...)
Replies: 17
Views: 9668

Re: Various questions - TYPO3 integration (images, links, ..

I will probably experiment during the upcoming weekend/holidays so here some last questions: So I best checkout https://github.com/aimeos/aimeos-typo3 and then do COMPOSER=composer.aimeos.json composer update Btw. wouldn't it make sense to include a composer.aimeos.lock file to ensure the same aimeo...
by andreas.allacher
17 Dec 2015, 20:23
Forum: TYPO3 extension
Topic: Various questions - TYPO3 integration (images, links, ...)
Replies: 17
Views: 9668

Re: Various questions - TYPO3 integration (images, links, ..

Yes, I think that might be indeed the best solution. That way I have all the features backend users know from TYPO3 (and easily input products that way) and the power of aimeos for Frontend and for detailled configuration. And if I need further options in TYPO3 directly I can always add further mana...
by andreas.allacher
17 Dec 2015, 18:53
Forum: TYPO3 extension
Topic: Various questions - TYPO3 integration (images, links, ...)
Replies: 17
Views: 9668

Re: Various questions - TYPO3 integration (images, links, ..

Regarding FAL \TYPO3\CMS\Core\Resource\ResourceFactory is actually the main class here and \TYPO3\CMS\Core\Resource\FileRepository (would be used to find an existing file refernce by relation) although ResourceFactory should be enough. e.g. using retrieveFileOrFolderObject you could retrieve a folde...
by andreas.allacher
17 Dec 2015, 18:48
Forum: TYPO3 extension
Topic: Various questions - TYPO3 integration (images, links, ...)
Replies: 17
Views: 9668

Re: Various questions - TYPO3 integration (images, links, ..

I actually need the shop system because cart and checkout is not enough but for the backend users it would be enough to input the products with prices and images. Therefore, I could let them input data using natve TYPO3 and then upon save in the backend it would be migrated to aimeos. The other data...
by andreas.allacher
17 Dec 2015, 18:18
Forum: TYPO3 extension
Topic: Various questions - TYPO3 integration (images, links, ...)
Replies: 17
Views: 9668

Re: Various questions - TYPO3 integration (images, links, ..

I meant ViewHelper just generally. I know it uses PHP directly but I could still write an own class for it that behaves like a Fluid-ViewHelper, just that it is called directly :) ad 4.) So in the current aimeos Version I would be able to select existing files and can upload existing files to certai...