Sergey
Total posts: 13,748
18 Jul 2013 07:58

Is it possible to use some fields in the compare cart that I don't use in Intro view?

Right now the compare cart only works with fields I use in Intro view but not with the ones I only want in full view (although there is a "yes" in Show compare).

Last Modified: 02 Mar 2014


Sergey
Total posts: 13,748
18 Jul 2013 09:21

Fixed in release today


Guest
22 Jul 2013 00:46

Thank you.

It works fine but there is a problem with the image field. In compare cart it shows the full view size not the intro (resized) size. Is it possible to fix this?


Sergey
Total posts: 13,748
22 Jul 2013 01:00

Fixed.


Guest
26 Jul 2013 13:59

It works. Thanks.


Guest
26 Jul 2013 14:08

Oops, I commented to soon. Actually the resized image works fine but now fields that are not in intro are gone from the compare cart again.


Sergey
Total posts: 13,748
29 Jul 2013 02:18

In compare cart only fields that Show in compare are there. Even if field is intro, it will not be there is Show in compare if off.


Sergey
Total posts: 13,748
29 Jul 2013 05:18

have you updated to 8.270?


Sergey
Total posts: 13,748
29 Jul 2013 10:44

Found шею now it is surely fixed. If you do not want to wait till Thursday open api.php file in cobalt root and find line 251

$items[$key] = JModelLegacy::getInstance('Record', 'CobaltModel')->_prepareItem($item, ($client == 'full' ? $client : 'list'));

change to

$items[$key] = JModelLegacy::getInstance('Record', 'CobaltModel')->_prepareItem($item, ($client ? $client : 'list'));


Guest
18 Aug 2013 05:51

Now it's the same like after the first fix. The problem with fields not showing is solved and works perfectly but the image field breaks the compare template because it's shown in full article size not intro size.


Sergey
Total posts: 13,748
19 Aug 2013 01:01

Fixed.


Guest
23 Aug 2013 03:18

Now it works perfect. Thanks

Powered by Cobalt