Search found 54 matches

by loeffe1
27 Jan 2023, 14:29
Forum: TYPO3 extension
Topic: Wrapping divs in default layout breaks aimeos javascript
Replies: 2
Views: 3149

Wrapping divs in default layout breaks aimeos javascript

I have my content main section wrapped in a div to assign some necessary classes. This however breaks aimeos javascript: https://i.imgur.com/3WO9GmC.png https://i.imgur.com/gQLTHBY.png I tried setting a custom layoutRootPath for aimeos via plugin.tx_aimeos.view.layoutRootPaths.100 = [...] but this i...
by loeffe1
04 Mar 2022, 10:06
Forum: Help
Topic: Show address subpart but hide delivery and payment
Replies: 6
Views: 1583

Re: Show address subpart but hide delivery and payment

I see. Thanks for the clarification
by loeffe1
01 Mar 2022, 08:50
Forum: Help
Topic: Show address subpart but hide delivery and payment
Replies: 6
Views: 1583

Re: Show address subpart but hide delivery and payment

Sorry for the late reply. I am using version 21.10.4
by loeffe1
24 Feb 2022, 11:20
Forum: Help
Topic: Show address subpart but hide delivery and payment
Replies: 6
Views: 1583

Re: Show address subpart but hide delivery and payment

Code: Select all

checkout {
  standard {
    standard {
      subparts {
        0 = address
        1 = summary
        2 = process
      }
    }
  }
}
by loeffe1
23 Feb 2022, 10:46
Forum: Help
Topic: Show address subpart but hide delivery and payment
Replies: 6
Views: 1583

Show address subpart but hide delivery and payment

I am trying to only get a users email address during address step since that's all I require for non physical products. However I can't figure out how to only show the address, summary and process steps in checkout. As soon as I add the address step, delivery and payment steps are shown aswell, even...
by loeffe1
27 Aug 2021, 08:42
Forum: TYPO3 extension
Topic: Aimeos 2021 requires composer 2
Replies: 1
Views: 1083

Aimeos 2021 requires composer 2

It says in your docs that due to a problem with TYPO3 only composer 1 can be used, however the aimeos composer.json requires composer-runtime-api version 2.1. How does that fit together?

Code: Select all

aimeos/aimeos-typo3 2021.07.x-dev requires composer-runtime-api ^2.1 -> no matching package found.
by loeffe1
11 Jan 2021, 08:09
Forum: TYPO3 extension
Topic: Non-secure ajax request if TYPO3 is running behing SSL proxy
Replies: 2
Views: 1519

Re: Non-secure ajax request if TYPO3 is running behing SSL proxy

Yes, site configuration includes the secure urls. I have tested this in two other environments and there it is working, I am unsure why this happens with one of my environments.
by loeffe1
09 Dec 2020, 09:03
Forum: TYPO3 extension
Topic: Non-secure ajax request if TYPO3 is running behing SSL proxy
Replies: 2
Views: 1519

Non-secure ajax request if TYPO3 is running behing SSL proxy

My TYPO3 is running behind a SSL proxy and while the entire page is using secure URLs all ajax requests to /jsonapi will use http and will therefore fail due to a mixed content error. How can I configure aimeos to use https? Running Typo3 9.5.19, aimeos 19.10.2, PHP 7.2 https://i.postimg.cc/qBZkKpJ3...
by loeffe1
13 Jul 2020, 14:18
Forum: TYPO3 extension
Topic: Thumbnail too big
Replies: 13
Views: 8352

Re: Thumbnail too big

Thanks, this did the trick!