Addon products compare

29.01.2013 11:33
#1
dineshraj
Joomshopping forum user no avatar
Name: Dineshraj
17.01.2013
Сообщения: 3
Quote
Addon products compare

Hi All,

In Addon tab installed addon is not getting displayed. Please review the screenshot and advise.

Appreciate your help.

Thanks,
Dineshraj
Addon products compare


Joomla: 2.5
JoomShopping: Latest
PHP: Latest
MySQL: Latest
Website Url: Latest
 
29.01.2013 12:05
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25857
Quote
Aw: Addon products compare

old version addons.
Does not appear in the list.

 
31.01.2013 11:43
#3
dineshraj
Joomshopping forum user no avatar
Name: Dineshraj
17.01.2013
Сообщения: 3
Quote
Aw: Addon products compare

We have installed Joomshooping 3.12, please let us know which version of Addon product compare will support Joomshooping 3.12.

Thanks,
Dineshraj

 
31.01.2013 12:53
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25857
Quote
Aw: Addon products compare

Addon products compare 3.5.2

 
19.07.2013 02:10
#5
flaxton
Joomshopping forum user no avatar
Name: Fred Laxton
22.01.2013
Сообщения: 4
Quote
Aw: Addon products compare

Is there a way to limit the number of compares at once? I'd like to limit to 3 product compares. I looked in the options, and the php code briefly but nothing looked appropriate.

Thanks!

Fred


Joomla: 2.5.11
JoomShopping: 3.14.3
PHP: 5.3.3
MySQL: 5.1.69
Website Url: http://infotechdesign.us/closures/cap-catalog
 
19.07.2013 07:55
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25857
Quote
Aw: Addon products compare

Try

controller/addon_compare.php

function add(){
..

after row
if ($session->get('comparison')) $comparison = $session->get('comparison');

add

if (count($comparison)>=3){
if ($addon_config['stay_on_page']) {
$this->setRedirect($_SERVER['HTTP_REFERER'], _JSHOP_ADDED_TO_COMPARISON);
} else {
$this->setRedirect(SEFLink("index.php?option=com_jshopping&controller=addon_compare",1,1));
}
}

 
19.07.2013 16:21
#7
flaxton
Joomshopping forum user no avatar
Name: Fred Laxton
22.01.2013
Сообщения: 4
Quote
Aw: Addon products compare

OK, I did that but it made no difference. Are you sure count($comparison) is the right variable to use? It isn't referenced anywhere else in the whole website, I did a recursive egrep search.

Thanks!

Fred

 
19.07.2013 17:00
#8
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25857
Quote
Aw: Addon products compare

url?
ftp?

 
19.07.2013 20:33
#9
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25857
Quote
Aw: Addon products compare

if (count($comparison)>=2){
$this->setRedirect($_SERVER['HTTP_REFERER'], "Error: Maximum 2 product");
return 0;
}

 
19.07.2013 20:48
#10
flaxton
Joomshopping forum user no avatar
Name: Fred Laxton
22.01.2013
Сообщения: 4
Quote
Aw: Addon products compare

Sweet! Thank you so much!

Fred

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.