Search found 15 matches

by Dennis
23 Nov 2017, 12:36
Forum: TYPO3 extension
Topic: Using Aimeos\MShop\Product\Item\Standard in a custom EXT
Replies: 2
Views: 1556

Using Aimeos\MShop\Product\Item\Standard in a custom EXT

Hi, in a custom extension I want to extend the core class Aimeos\MShop\Product\Item\Standard, but am getting the error 'PHP Fatal error: Class 'Aimeos\MShop\Product\Item\Standard' not found in ... (path of the custom php class)'. The aimeos extension, where the class Aimeos\MShop\Product\Item\Standa...
by Dennis
16 Nov 2017, 13:02
Forum: TYPO3 extension
Topic: Image scaling for product images
Replies: 4
Views: 3302

Re: Image scaling for product images

Thank you! The rescaling when uploading works when having the following configuration, for example (as you mentioned): module.tx_aimeos.settings.controller.common.media.standard.preview.maxwidth = 620 module.tx_aimeos.settings.controller.common.media.standard.files.maxwidth = 1024 You are totally ri...
by Dennis
13 Nov 2017, 11:09
Forum: TYPO3 extension
Topic: Image scaling for product images
Replies: 4
Views: 3302

Image scaling for product images

Hi, as you know, the starting point for the image scaling of product images is the scheduler task "Rescale product images". This task leads to calling the method imagescale within the file typo3conf/ext/aimeos/Resources/Libraries/aimeos/aimeos-core/lib/mwlib/src/MW/Media/Image/Standard.php...
by Dennis
25 Oct 2017, 15:08
Forum: TYPO3 extension
Topic: Trouble while installing aimeos extension 17.10.0
Replies: 2
Views: 1462

Re: Trouble while installing aimeos extension 17.10.0

A temporary solution for today and just for testing purposes was to make the following setting in the aimeos extension configuration:

cache.useAPC = 0

[Use APC cache
cache.useAPC (boolesch)
(If Aimeos configuration values should be cached in the APC user cache)]
by Dennis
25 Oct 2017, 11:53
Forum: TYPO3 extension
Topic: Trouble while installing aimeos extension 17.10.0
Replies: 2
Views: 1462

Trouble while installing aimeos extension 17.10.0

Hi, after updating the aimeos extension from version 17.4.1-pre8 to 17.10.0, we get an error while executing the update script and in the aimeos backend module, too: The following error occurs in the update script: Class "\Aimeos\MShop\Common\Manager\Decorator\Sitecheck" not available #0 /...
by Dennis
09 Aug 2017, 15:12
Forum: TYPO3 extension
Topic: Order History under 'my account'
Replies: 1
Views: 1269

Order History under 'my account'

Hello! If users log in our online shop and then buy something, the orders will be logged under 'my account'. ('My account' is in our case almost the same as http://typo3.demo.aimeos.org/my-account/ in your demo shop.) So, in this case everything is fine! But... But if users do not login and then buy...
by Dennis
20 Apr 2017, 08:23
Forum: TYPO3 extension
Topic: Skip "redirect to payment provider" during checkout process
Replies: 3
Views: 5868

Skip "redirect to payment provider" during checkout process

Hello! In our online shop we want to offer payments options with PAYONE and a custom payment option via invoice, too. In the first case (external payment handling), a redirect page with message "Sie werden jetzt zu unserem Zahlungsanbieter weiter geleitet" is shown and this is obviously ok...
by Dennis
19 Apr 2017, 15:11
Forum: TYPO3 extension
Topic: Transaction Status Controller
Replies: 5
Views: 2718

Re: Transaction Status Controller

Hello! Many thanks for your answer! The updateSync() method of the Omnipay provider in the ai-payments extensions accepts the notifications sent by the PayOne server. Now I am facing the problem that in the method updateSync() (https://github.com/aimeoscom/ai-payments/blob/master/lib/custom/src/MSho...
by Dennis
06 Apr 2017, 11:30
Forum: TYPO3 extension
Topic: Transaction Status Controller
Replies: 5
Views: 2718

Transaction Status Controller

Hello! I'm using the aimeos_pay extension and especially the Omnipay service provider with configuration omnipay.type = Payone_ShopFrontend due to having PAYONE as payment service provider. On https://github.com/academe/OmniPay-Payone (the library which is included within aimeos_pay) it is described...
by Dennis
22 Mar 2017, 16:41
Forum: TYPO3 extension
Topic: Use of Fluid templates
Replies: 6
Views: 4083

Use of Fluid templates

Hello! On https://aimeos.org/docs/TYPO3/Use_Fluid_templates you describe Since version 2017.04, you can alternatively use the TYPO3 Fluid template engine for Aimeos templates overwritten for your project. Thus, all your templates will be in the same template language. ... The Fluid view helpers avai...