Search found 43 matches

by Innonic
30 Aug 2017, 07:54
Forum: Help
Topic: Attributes not visible on product page
Replies: 8
Views: 4257

Re: Attributes not visible on product page

I'm using version 16.10.5 I just looked into Chrome's 'Code Inspector' again and I realized, that the HTML of the attributes is there (see image). But it seems to be invisible due to the CSS 'display:none'... Maybe that's a hint? UPDATE: I just added some "Configurable" attributes toan art...
by Innonic
29 Aug 2017, 09:35
Forum: Help
Topic: Attributes not visible on product page
Replies: 8
Views: 4257

Re: Attributes not visible on product page

Yes, here's the result (formatted for better readability): Array ( [Anwendungsbereich] => Array ( [102] => Aimeos\MShop\Attribute\Item\Standard Object ( [values:Aimeos\MShop\Attribute\Item\Standard:private] => Array ( [attribute.id] => 102 [attribute.siteid] => 1 [attribute.typeid] => 55 [attribute....
by Innonic
28 Aug 2017, 10:20
Forum: Help
Topic: Attributes not visible on product page
Replies: 8
Views: 4257

Attributes not visible on product page

I added attributes of two types to an article: 'Configurable' and 'Default'. The configurable attributes are there and configurable. But there's only one of the 'Default' attributes visible (see images). I just startet adding the 'Configurable' attributes. Before I did that, the 'Default' atrributes...
by Innonic
28 Aug 2017, 09:11
Forum: Help
Topic: Shipping costs disappear from basket
Replies: 12
Views: 5409

Re: Shipping costs disappear from basket

Need to reopen this issue: Now I observed the same issue when removing articles from the basket. Scenario: 1. Step: I put a small artice into the basket. Shipping costs for small package are shown. 2. Step: I put a big article into the basket. Shipping costs for a big package are shown. 3. Step: I r...
by Innonic
25 Aug 2017, 09:46
Forum: Help
Topic: Decorator does not retrieve basket items any more
Replies: 2
Views: 1561

Re: Decorator does not retrieve basket items any more

Hello,

I found the problem. I was wrong with what I said, I DID make a change: I renamed the property type code of products and forgot to adapt that in the decorator.

I really feel ashamed of having opened an issue for that. So please accept my apology. :oops:
by Innonic
24 Aug 2017, 10:38
Forum: Help
Topic: Decorator does not retrieve basket items any more
Replies: 2
Views: 1561

Decorator does not retrieve basket items any more

Hello, I got a new problem. I didn't change anything concerning my decorator (at least I'm not aware I did something). The decorator worked fine before. Now it seems it can't retrieve the items of the basket any more: sizeof($propertyManager->searchItems( $search )) returns 0. That causes weight, si...
by Innonic
18 Aug 2017, 09:10
Forum: Help
Topic: How to remove "warehouse:default"?
Replies: 7
Views: 3343

Re: How to remove "warehouse:default"?

Ok, now I got it. I'm a bit stressed out so it took a while... I wanted to replace "warehouse:" not "warehouse:default". Since I changed/added the warehouse properties (key and description), the string "warehouse:default" doesn't exist at all. I have "warehouse:<so...
by Innonic
12 Aug 2017, 14:23
Forum: Help
Topic: How to remove "warehouse:default"?
Replies: 7
Views: 3343

Re: How to remove "warehouse:default"?

Yes, I saw that code, but as I said before, I couldn't get the translation to work... I did not upgrade to 17.x, yet. I'm running version 16.10.5. Somehow I don't dare to since I've made bad experiences with other updates within the TYPO3 environment. But I know, I will have to. So if I do upgrade t...
by Innonic
11 Aug 2017, 13:01
Forum: Help
Topic: How to remove "warehouse:default"?
Replies: 7
Views: 3343

Re: How to remove "warehouse:default"?

Update: This seems to be hardcoded: I've found the following line in file "aimeos/Resources/Private/Extensions/ai-client-html/client/html/templates/catalog/stock/body-default.php" (TYPO3): $whCode = ( isset( $warehouseItems[$whId] ) ? 'warehouse:' . $warehouseItems[$whId]->getCode() : 'def...
by Innonic
11 Aug 2017, 10:42
Forum: Help
Topic: Offer file upload for customer - Possible
Replies: 14
Views: 5123

Re: Offer file upload for customer - Possible

Thank you for your quick response.

If I find enough time to do that, I'll let you know first.