Search found 16 matches

by joakim
03 May 2016, 08:12
Forum: TYPO3 extension
Topic: Uncaught TYPO3 Exception
Replies: 1
Views: 1714

Uncaught TYPO3 Exception

Hi,

When I set 'SYS/displayErrors' => '1' to display all errors, I get Uncaught TYPO3 Exception when trying to use Aimeos.

Screenshot: http://prntscr.com/azorha

It seems it looks for manifest.php on the path ext/.gitignore/manifest.php when it only resides in ext/manifest.php
by joakim
28 Apr 2016, 12:51
Forum: TYPO3 extension
Topic: Class '\Omnipay\Klarna\CheckoutGateway' not found
Replies: 5
Views: 3138

Class '\Omnipay\Klarna\CheckoutGateway' not found

I downloaded Klarna driver from GitHub

Copied contents to typo3conf/ext/aimeos_pay/Resources/Libraries/omnipay/klarna

Added service in Aimeos: Screenshot

When checkout in webshop, I only get:
Class '\Omnipay\Klarna\CheckoutGateway' not found
Using Aimeos webshop with Typo3
by joakim
21 Apr 2016, 09:36
Forum: TYPO3 extension
Topic: Localization problems
Replies: 6
Views: 3733

Re: Localization problems

Suddenly works fine now.
Thank you very much for your help.
by joakim
21 Apr 2016, 07:23
Forum: TYPO3 extension
Topic: Localization problems
Replies: 6
Views: 3733

Re: Localization problems

Another problem: I have set catalog list to show one category if no parameter is given. But it shows all categories.
by joakim
19 Apr 2016, 19:19
Forum: TYPO3 extension
Topic: Localization problems
Replies: 6
Views: 3733

Re: Localization problems

Thanks for the response, it works perfect now. There is another problem. If a product has / (slash) in its name. When using Real-URL 2, I get 404 error. Example product name: "some/product" navigation url: mysite.com/detail/d/2/some/product/0/ browser address bar changes automatically to: ...
by joakim
19 Apr 2016, 13:19
Forum: TYPO3 extension
Topic: Localization problems
Replies: 6
Views: 3733

Localization problems

Hi,

I have a site with Aimeos Webshop Distribution.
I have added Locales in Aimeos backend - en, no and sv
I have added no and sv in Typo3 Language menu.

Still it shows only English texts and prices when I choose another language in the front-end language menu.
by joakim
04 Feb 2016, 11:05
Forum: TYPO3 extension
Topic: Override setting page.fluidtemplate.partialRootPath
Replies: 1
Views: 1948

Override setting page.fluidtemplate.partialRootPath

I have set

Code: Select all

page.fluidtemplate.partialRootPath = EXT:myext/Resources/Private/Partials/Page/
in my own constants.txt

Still I don't see my own bootstrap partial. I have included static template and made my own extension below all others.
by joakim
02 Feb 2016, 13:27
Forum: TYPO3 extension
Topic: Make social buttons show product picture+details ?
Replies: 4
Views: 3432

Re: Make social buttons show product picture+details ?

Is it possible to make social buttons set OpenGraph properties with product details? So they share product picture + details instead of general page details. It's currently not possible to share details but you can add the URL to the product picture: https://aimeos.org/docs/Configuration/Core/clien...
by joakim
02 Feb 2016, 11:24
Forum: TYPO3 extension
Topic: Make social buttons show product picture+details ?
Replies: 4
Views: 3432

Make social buttons show product picture+details ?

Is it possible to make social buttons set OpenGraph properties with product details?
So they share product picture + details instead of general page details.
by joakim
02 Feb 2016, 09:38
Forum: TYPO3 extension
Topic: How to configure email?
Replies: 5
Views: 3903

Re: How to configure email?

I tried setting in scheduler typoscript field:

Code: Select all

plugin.tx_aimeos.settings.client.html.email.bcc-email = post@mywebshop.com
However it doesn't receive any mail. Only customer receives mail.