Search found 28 matches

by gilbertsoft
02 Feb 2017, 20:41
Forum: TYPO3 extension
Topic: V17.1.0 Issues
Replies: 6
Views: 3054

Re: V17.1.0 Issues

I have the same issue with pinning, on the click the product is pinned and showed, after page refresh user session related data disapears. I think there could be a problem with the plugin settings, but hadn't time for a detailed investigation...
by gilbertsoft
31 Jan 2017, 22:54
Forum: TYPO3 extension
Topic: bootstrap_package
Replies: 2
Views: 1664

bootstrap_package

Is there a list of known problems with version 7?
by gilbertsoft
30 Jan 2017, 20:15
Forum: Help
Topic: Pagination broken
Replies: 4
Views: 2653

Re: Pagination broken

I always forget the logfiles, I only looked at the interal logs at the BE ;-( Thanks for the hint! Corrections are uploaded
by gilbertsoft
30 Jan 2017, 13:03
Forum: Help
Topic: Pagination broken
Replies: 4
Views: 2653

Re: Pagination broken

Two bugs found at body-default.php, the last 2 params pointed to listProduct instead listPage: $pagination = $this->partial( $this->config( 'client/html/catalog/lists/partials/pagination', 'catalog/lists/pagination-default.php' ), array( 'params' => $params, 'total' => $this->get( 'listProductTotal'...
by gilbertsoft
30 Jan 2017, 10:31
Forum: Help
Topic: Pagination broken
Replies: 4
Views: 2653

Pagination broken

Hi,

since version 2017.01 pagination on catalog list seems to be broken. page 0 of 2 is shown and if I switch to the second page the following error: Oops, an error occurred! Code: 20170130112303c476ea5c

Is this already corrected in the newest sources?

Regards
Simon
by gilbertsoft
26 Jan 2017, 18:17
Forum: Help
Topic: Properties of selections
Replies: 2
Views: 2267

Re: Properties of selections

Thx, got it and pushed to the repo
by gilbertsoft
26 Jan 2017, 12:03
Forum: Help
Topic: Properties of selections
Replies: 2
Views: 2267

Properties of selections

Hi, I tried to adapt the behaviour of the displayed properties for selections. The idea is to show only the properties of the selected variant as the attributes are done. Here is the code snipplet of Standard.php of the catalog detail: ... $context = $this->getContext(); $prodid = $view->param( 'd_p...
by gilbertsoft
11 Jan 2017, 12:16
Forum: Help
Topic: Attributes / variants as radio
Replies: 2
Views: 2058

Re: Attributes / variants as radio

I found the problem: the file type of this image was not set!

Thx anyway
by gilbertsoft
09 Jan 2017, 17:21
Forum: Help
Topic: Attributes / variants as radio
Replies: 2
Views: 2058

Attributes / variants as radio

Hi and a happy new year! I got a strange behaviour with variant attributes configured as radio and icons in selections with 12*2 subproducts: for the last variant the link on the icon links to the image instead to the action updating the product as the others do. The selection has to variants, one w...
by gilbertsoft
01 Dec 2016, 12:29
Forum: Help
Topic: Separate templates for some attr types
Replies: 1
Views: 1711

Separate templates for some attr types

Is it possible to define a new template for some attribute types? I'm talking about the setting client/html/catalog/detail/basket/attribute/standard/template-body. I tried to replace "standard" by the name of the attribute but with no success. On a quick view at the sources I coudn't find ...