Search found 6 matches

by Kaloa
23 Feb 2017, 17:46
Forum: TYPO3 extension
Topic: Extend Omnipay
Replies: 1
Views: 1320

Re: Extend Omnipay

I reply to myself:

In ext_localconf.php of the extension foreach file:

Code: Select all

Require_once \ TYPO3 \ CMS \ Core \ Utility \ ExtensionManagementUtility :: extPath ($ _EXTKEY). '/Resources/Libraries/ck-developer/omnipay-payline/src/AbstractGateway.php';
by Kaloa
23 Feb 2017, 14:46
Forum: TYPO3 extension
Topic: Extend Omnipay
Replies: 1
Views: 1320

Extend Omnipay

Hello, I'm doing my integration service payment test. I do not have Compose on my current server . I found https://github.com/ck-developer/omnipay-payline to have a Payline gateway for Omnipay. As this one is not integrated in Aimeos_pay extension, I think that create a new Typo3 extension is the be...
by Kaloa
15 Feb 2017, 00:09
Forum: Help
Topic: How to create products to compose
Replies: 5
Views: 2837

Re: How to create products to compose

I did not look at the functioning of the payment services at all. We currently use the Citelis Payline system. There is the basic solution we are currently using. The client is redirected to an online form hosted on the bank's site to which the appropriate parameters must be passed. At the end of th...
by Kaloa
14 Feb 2017, 23:08
Forum: TYPO3 extension
Topic: Quantity for bundle products
Replies: 1
Views: 1169

Quantity for bundle products

Hello, In our current shop, when a customer orders a product on our site, our old system sends to our ERP, managing the stocks of all the products, a set of information on the complementary products of the order (in a transparent way for the " Internet user): The product ordered + Packaging + P...
by Kaloa
14 Feb 2017, 22:39
Forum: Help
Topic: How to create products to compose
Replies: 5
Views: 2837

Re: How to create products to compose

Ok for theory ... I'll give it a try. Now I discovered Aimeos only recently and I am not yet familiar with all aspects of. I'm not a developer at the base. Rather frontend oriented, integration typo3, development extbase / fluid, ... and more, my English is based on Google translate ;-) I will certa...
by Kaloa
13 Feb 2017, 13:02
Forum: Help
Topic: How to create products to compose
Replies: 5
Views: 2837

How to create products to compose

We are currently using a tailor-made solution and are studying the transition to the Aimeos solution for typo3. typo3 7.6.15 - Aimeos 17.2.0 How can we reproduce this need? A product that the customer can compose himself. Example: The customer must be able to buy a box in which he can put 10 items: ...