Update Joomla 3.4.6 Probleme Login - Bestellprozess

17.12.2015 17:08
#1
kmedien
Joomshopping forum user no avatar
Name: Kayser
07.02.2011
Posts: 35
Quote
Update Joomla 3.4.6 Probleme Login - Bestellprozess

Seit dem neusten Joomla Update auf 3.4.6 komme ich im Frontend vom Warenkorb nach erfolgreichem Kundenlogin nicht im Bestellprozess weiter sondern gelange wieder auf die Homepage Startseite. Nach erneutem Anwählen des Warenkorbs geht es dann weiter zum Adressabgleich usw.. Vor dem Update funktionierte das Weiterleiten einwandfrei.

mfg

kmedien


Joomla: 3.4.6
JoomShopping: 4.11.5
Website Url: www.sf4.de
 
17.12.2015 19:30
#2
Dr.Rivera
Joomshopping forum user no avatar
Name: Jürgen
13.09.2010
Posts: 2276
Quote
Aw: Update Joomla 3.4.6 Probleme Login - Bestellprozess

Upps.

@webdesigner

Please check this! Latest versions Joomla and Joomshopping.

Example:
product to basket, than login
result: no checkout



Thank you and greetings


Last change: 17.12.2015 19:35

Nicht ganz aktuell, aber vielleicht doch noch für einige hilfreich, das E-Book Joomshopping.
Bei Amazon (kindl) und xinxii (ePub):

http://www.amazon.de/JoomShopping-Joomla-Shop-Online-Shop-ebook/dp/B005L9D8MC

http://www.xinxii.com/joomshopping-der-joomla-shop-p-339561.html
 
18.12.2015 08:54
#3
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Update Joomla 3.4.6 Probleme Login - Bestellprozess

Error in joomla 3.4.6
Error in JURI::isInternal

fix
components\com_jshopping\models\userlogin.php

public function getRequestReturnUrl(){
if ($return = JRequest::getVar('return', '', 'method', 'base64')){
$return = base64_decode($return);
if (!JURI::isInternal($return)){
$return = '';
}
}
return $return;
}


chaget to



public function getRequestReturnUrl(){
if ($return = JRequest::getVar('return', '', 'method', 'base64')){
$return = base64_decode($return);

}
return $return;
}

 
18.12.2015 09:23
#4
kmedien
Joomshopping forum user no avatar
Name: Kayser
07.02.2011
Posts: 35
Quote
Aw: Update Joomla 3.4.6 Probleme Login - Bestellprozess

Vielen Dank - Toller Service :)

 
06.01.2016 11:26
#5
Dr.Rivera
Joomshopping forum user no avatar
Name: Jürgen
13.09.2010
Posts: 2276
Quote
Aw: Update Joomla 3.4.6 Probleme Login - Bestellprozess

Hello webdesigner,

Error in joomla 3.4.6
Error in JURI::isInternal

fix
components\com_jshopping\models\userlogin.php

public function getRequestReturnUrl(){
if ($return = JRequest::getVar('return', '', 'method', 'base64')){
$return = base64_decode($return);
if (!JURI::isInternal($return)){
$return = '';
}
}
return $return;
}


chaget to



public function getRequestReturnUrl(){
if ($return = JRequest::getVar('return', '', 'method', 'base64')){
$return = base64_decode($return);

}
return $return;
}



Hmm...
What could the solution for the future?
a) integrate this code into the next joomshopping version?
b) or could you send this bug to a joomla programmer?

Because, same problem in actual joomla/js versions.

Greetings


Last change: 06.01.2016 11:28

Nicht ganz aktuell, aber vielleicht doch noch für einige hilfreich, das E-Book Joomshopping.
Bei Amazon (kindl) und xinxii (ePub):

http://www.amazon.de/JoomShopping-Joomla-Shop-Online-Shop-ebook/dp/B005L9D8MC

http://www.xinxii.com/joomshopping-der-joomla-shop-p-339561.html
 
06.01.2016 13:24
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Update Joomla 3.4.6 Probleme Login - Bestellprozess

Will be fixed in new version joomsopping

https://github.com/joomla/joomla-cms/issues/8689

 


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.