Problem checkout (injection Step 3,4,5 in url address)

05.08.2014 00:07
#1
davood_71
Joomshopping forum user no avatar
Name: davood
23.10.2012
Posts: 33
Quote
Problem checkout (injection Step 3,4,5 in url address)

hello,i have joomshopping Version 4.4.1

When I ordered, the address( Step 2), for example, I typed in the url step 5 or step4 without recourse to the mode of transportation will go to the order confirmation

This makes the cost of transportation to the site 0$
This is a bug url injection
please,please, help meeeeee
Tankyou.


Joomla: 3.3.3
JoomShopping: 4.4.1
 
05.08.2014 08:12
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Problem checkout (injection Step 3,4,5 in url address)

after change step 2 to step 3,4,5 - error step!

url?

 
05.08.2014 08:59
#3
davood_71
Joomshopping forum user no avatar
Name: davood
23.10.2012
Posts: 33
Quote
Aw: Problem checkout (injection Step 3,4,5 in url address)

1-From the step 2 to step 5 are we going (click next) when to Order confirmation shown
2-Then we click here on step 2(Address)
3-click--->> next
4-in step 3 ---->> type in url (component/jshopping/checkout/step3?Itemid=0) change to (component/jshopping/checkout/step5?Itemid=0)
5-going to step 5
in this step 5 , The price shown is not transportation And The price is there transportation 0 $
The price of the price without transportation is calculated

please help me
thank you.

 
05.08.2014 19:27
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Problem checkout (injection Step 3,4,5 in url address)

Not see error
See demo shop
http://demo.joomshopping.com/

 
06.08.2014 06:26
#5
davood_71
Joomshopping forum user no avatar
Name: davood
23.10.2012
Posts: 33
Quote
Aw: Problem checkout (injection Step 3,4,5 in url address)

Please see the joomshop file that you've uploaded

I tried it on your store, but again had trouble

Step by step :

1-in address ------>> click next
2-in payment method ------>> click next
3-in Delivery method ------->> click next
4-in Confirm order ----->> See ( Shipping price for example : 5.00 EUR)

5-in Confirm order ------>> Click on Address Link
6-in address ---->> click next
7-in payment method ------>> Please type the address into the browser ------>> change (step3 to step5)
7-Confirm order you want to go
8- see ---->>> shipping price : 0.00 EUR , Not see ------>> Cash on delivery
9- Total incl : without (shipping price,Cash on delivery)

How to fix?
I update joomshopping to 4.6.0
But I have a problem again

please help me
Thank You.


Joomla: 3.3.3
JoomShopping: 4.6.0

Last change: 24.10.2016 15:03
 
06.08.2014 14:14
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Problem checkout (injection Step 3,4,5 in url address)

Thanks, now I see the error.


Change components\com_jshopping\models\checkout.php

delete code
"if ($jhop_max_step < $step)"
for function setMaxStep


function setMaxStep($step){
$session = JFactory::getSession();
$jhop_max_step = $session->get('jhop_max_step');
if (!isset($jhop_max_step)) $session->set('jhop_max_step', 2);
$jhop_max_step = $session->get('jhop_max_step');
$session->set('jhop_max_step', $step);
}


Last change: 06.08.2014 14:28
 
06.08.2014 17:00
#7
davood_71
Joomshopping forum user no avatar
Name: davood
23.10.2012
Posts: 33
Quote
Aw: Problem checkout (injection Step 3,4,5 in url address)

very very Thanks.

problem solved.
joomshopping the best store is world

joomshopping Very Liiiiiiikeee.

Thanks.

 


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.