Search found 52 matches

by loeffe1
04 Mar 2022, 10:06
Forum: Help
Topic: Show address subpart but hide delivery and payment
Replies: 6
Views: 1563

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: 1563

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: 1563

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: 1563

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: 1069

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: 1501

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: 1501

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: 8242

Re: Thumbnail too big

Thanks, this did the trick!
by loeffe1
13 Jul 2020, 12:59
Forum: TYPO3 extension
Topic: Breadcrumb and Active Category in Detailview
Replies: 9
Views: 4423

Re: Breadcrumb and Active Category in Detailview

Has this ever been fixed? In the demoshop all it ever shows is "Home" or "Your search result" but that'd in no way what breadcrumbs should be doing...
by loeffe1
10 Jul 2020, 12:39
Forum: TYPO3 extension
Topic: Thumbnail too big
Replies: 13
Views: 8242

Re: Thumbnail too big

I created the rescale image scheduled task and added the config controller.common.media.standard.preview.maxwidth = 350 to the TypoScript configuration field, but after running the task (which takes a few seconds, so it seems to be doing something ) the images are still 240px width. Is there anythin...