pm_purchase_order

30.03.2012 15:50
#1
the_night
Joomshopping forum user no avatar
Name: Andreas Eiter
08.05.2011
Сообщения: 59
Quote
pm_purchase_order

i use usergroups in my payments (addon) and there i have four options to pay and three groups. i named the default group to another name.

everything works, but when a guest dosn't register and buy something then there is the pm_purchase_order missing. the other two like paypal are available.

please help

 
30.03.2012 16:44
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25919
Quote
Aw: pm_purchase_order

Screenshot?

 
30.03.2012 22:49
#3
the_night
Joomshopping forum user no avatar
Name: Andreas Eiter
08.05.2011
Сообщения: 59
Quote
Aw: pm_purchase_order

with registration everything is ok.

without registration there is "Vorkasse" missing.
Aw: pm_purchase_order

 
31.03.2012 21:59
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25919
Quote
Aw: pm_purchase_order

Error in joomshopping

will be fix in version 3.6.0


change file
\components\com_jshopping\models\userguest.php

change function load


function load(){
$session =& JFactory::getSession();
$objuser = $session->get('user_shop_guest');
if (isset($objuser) && $objuser!=''){
$tmp = unserialize($objuser);
foreach($tmp as $k=>$v){
$this->$k = $v;
}
}
$this->user_id = -1;
$usergroup = &JTable::getInstance('usergroup', 'jshop');
$this->usergroup_id = jshopUsergroup::getDefaultUsergroup();
return true;
}


 
01.04.2012 00:57
#5
the_night
Joomshopping forum user no avatar
Name: Andreas Eiter
08.05.2011
Сообщения: 59
Quote
Aw: pm_purchase_order

Hello,

great work, now it works all perfect!

nice weekend :)

thank you.

 


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.