Hi,
1. On witch line i should add this:
var_dump($app->getUserState(HIKASHOP_COMPONENT.'.shipping_id'));
I have tried to add into line 11 and got this errors:
11[/code]
So what i did i have added this before that line:
$app = JFactory::getApplication();
and received such results:
array(1) { [0]=> string(4) "12@0" }
2. Product picture doesnt show in checkout cart view. With both legacy on or off.
3. There is some issue with login & registration selector.
I have set "Default registration view" to "Login". "Create account" to "Creat account" and "Guest".
Switcher fails. If i try to checkout as a guest after entering email and pressing one of the "Next" buttons it still asks me to enter other details from "Creat account".....and some other issue related to same thing. I also dont understand why there is button "Next" in login view. If i try to register i press button "register" and it should go to next step. So that button is not needed....Same with guest or login....