Search found 21 matches

by billy678
13 Jun 2022, 11:30
Forum: TYPO3 extension
Topic: Thumbnail too big
Replies: 13
Views: 8148

Re: Thumbnail too big

So this is my updated config:

Code: Select all

controller.common.media.product.previews {
  0 {
    maxwidth = 500
    maxheight = 500
  }
  1 {
     maxwidth = 700
     maxheight = 700
  }
  2 {
     maxwidth = 900
     maxheight = 900
  }
}
Unfortunately it does not work.
by billy678
09 Jun 2022, 08:45
Forum: TYPO3 extension
Topic: Thumbnail too big
Replies: 13
Views: 8148

Re: Thumbnail too big

I removed it but it doesn't work, sorry.
by billy678
07 Jun 2022, 13:34
Forum: TYPO3 extension
Topic: Thumbnail too big
Replies: 13
Views: 8148

Re: Thumbnail too big

I haven't success with this. Cleared all the caches but this isn't working for me.
Is the thumbnail in the basket generated this way as well?
by billy678
07 Jun 2022, 12:59
Forum: TYPO3 extension
Topic: Combination of selections and options
Replies: 7
Views: 3749

Re: Combination of selections and options

If I configure a product in the FE and reload the page then I am able to add the product to the basket.
I think that has something to do with your Javascript.
by billy678
07 Jun 2022, 11:31
Forum: TYPO3 extension
Topic: Overwrite pdf file for order confirmation
Replies: 4
Views: 2770

Re: Overwrite pdf file for order confirmation

That works! Thank you.
by billy678
03 Jun 2022, 09:43
Forum: TYPO3 extension
Topic: Set Catalog attribute plugin to OR
Replies: 2
Views: 2231

Re: Set Catalog attribute plugin to OR

That works - thank you!

If someone is trying it too:
I added this to the TS-Config box in the plugin

Code: Select all

client.html.catalog.filter.attribute.types-oneof.1 = category
by billy678
03 Jun 2022, 09:31
Forum: TYPO3 extension
Topic: Overwrite pdf file for order confirmation
Replies: 4
Views: 2770

Re: Overwrite pdf file for order confirmation

Yes sure. We already did a lot of customizations.
by billy678
02 Jun 2022, 16:25
Forum: TYPO3 extension
Topic: Combination of selections and options
Replies: 7
Views: 3749

Combination of selections and options

Hi, I've a product with a few variants and on the main product i added options. When I configure my product I'm not able to submit it. The product without the additional options works fine. Can you tell me what my mistake is? Thank you & best wishes! ________ PHP 7.4 aimeos-typo3: 22.4.3 aimeos-...
by billy678
02 Jun 2022, 16:14
Forum: TYPO3 extension
Topic: Set Catalog attribute plugin to OR
Replies: 2
Views: 2231

Set Catalog attribute plugin to OR

Hi,
is there an option to set the catalog attribute plugin to OR?
Thank you & best regards!