Search found 26 matches

by trimble
08 Mar 2016, 12:54
Forum: TYPO3 extension
Topic: PHP7 and overlay window for the basket
Replies: 10
Views: 6994

Re: PHP7 and overlay window for the basket

Thanks for the informations. That's the end of the line: My provider only offers php 7.0.0. :(
by trimble
08 Mar 2016, 12:36
Forum: TYPO3 extension
Topic: PHP7 and overlay window for the basket
Replies: 10
Views: 6994

Re: PHP7 and overlay window for the basket

bootstrap_package v7 released today. I'm curious abourt your experiences with it. Just one more information: with the extension sourceopt I could clean the FE code. As result I get same errors but another output 'return window.wrappedJSObject || window;' and I get the error message: <b>Fatal error</...
by trimble
07 Mar 2016, 18:51
Forum: TYPO3 extension
Topic: PHP7 and overlay window for the basket
Replies: 10
Views: 6994

Re: PHP7 and overlay window for the basket

I didn't add anything. I'm testing the new bootstrap_package v7, I guess that's where it comes from ( https://github.com/benjaminkott/bootstrap_package ) With ph 5.6 and bootstrap_package v7 I have the same error messages but that's no problem for the rendering of the overlay window. Regards trimble...
by trimble
07 Mar 2016, 14:41
Forum: TYPO3 extension
Topic: PHP7 and overlay window for the basket
Replies: 10
Views: 6994

Re: PHP7 and overlay window for the basket

Here is the response of the count request. I deleted the empty lines <div id="c14" class="frame default"> <h1 class=""> Counts </h1> // <!-- var categoryCounts = {"1":"6","2":"3","3":"5","4":"2&q...
by trimble
07 Mar 2016, 10:57
Forum: TYPO3 extension
Topic: PHP7 and overlay window for the basket
Replies: 10
Views: 6994

Re: PHP7 and overlay window for the basket

Good morning,

I tried to check the situation with firebug and got the following error messages (error_messages1).
There is only one situation, when the windows opens correctly: The stock is empty.


Regards
trimble
by trimble
06 Mar 2016, 16:27
Forum: TYPO3 extension
Topic: PHP7 and overlay window for the basket
Replies: 10
Views: 6994

PHP7 and overlay window for the basket

Hi,

I'm using TYPO3 v7.6.4 and aimeos v16.1.2. With PHP 5.6 everything is fine. With PHP 7.0 the overlay window for the basket is opened but remains empty. Do I miss something?

Regards
trimble
by trimble
07 Feb 2016, 21:18
Forum: TYPO3 extension
Topic: Version 16.0.1.1 and Typoscript
Replies: 2
Views: 2270

Re: Version 16.0.1.1 and Typoscript

thanks a lot! I missed that point.

Regards
trimble
by trimble
07 Feb 2016, 10:46
Forum: TYPO3 extension
Topic: Version 16.0.1.1 and Typoscript
Replies: 2
Views: 2270

Version 16.0.1.1 and Typoscript

Hallo, thanks for the new version. The simplified backend for customers is great. After the update I have the problem that my typoscript isn't working anymore. One example: Although I've set plugin.tx_aimeos.settings.client.html.catalog.stage.default.subparts { // 0 = image 1 = navigator 2 = breadcr...
by trimble
19 Sep 2015, 13:13
Forum: TYPO3 extension
Topic: Feature Request: Categories associated with products
Replies: 5
Views: 3514

Re: Feature Request: Categories associated with products

That's a different scenario because sold out products are still associated to a category and are displayed to the customer. The stock level of a product is determined in an asynchronous way too. You're right. I forgot to write that I build a shop which will have unique products always with a few am...
by trimble
18 Sep 2015, 18:10
Forum: TYPO3 extension
Topic: Feature Request: Categories associated with products
Replies: 5
Views: 3514

Re: Feature Request: Categories associated with products

This is the scenario I'm thinking of. 1.) If a category contains no products at all It's possible but requires executing a least one additional query and a filtering of the category nodes afterwards. This is quite expensive and what is if child categories have products associated? If you have a cate...