Add-on States Not Displaying States in Frontend

StartZurück 1 2 WeiterEnde
19.07.2016 20:03
#21
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Quote
Aw: Add-on States Not Displaying States in Frontend

url?

 
20.07.2016 04:31
#22
Bilmar
Joomshopping forum user no avatar
Name: Mark
23.05.2016
Posts: 124
Quote
Aw: Add-on States Not Displaying States in Frontend

webdesigner - 19.07.2016 20:03
url?


I would need to know when you would be checking it out since I can't make this live because then no one would be able to order anything while it's live.

If we can coordinate a time, i can turn it on so you can see it live in action if that's what you are asking for?

 
28.08.2016 16:15
#23
Bilmar
Joomshopping forum user no avatar
Name: Mark
23.05.2016
Posts: 124
Quote
Aw: Add-on States Not Displaying States in Frontend

Private message sent

 
30.08.2016 15:43
#24
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Quote
Aw: Add-on States Not Displaying States in Frontend

Delete your code

<div class="control-group" style="display:none;">
<div class="control-label name">
Country
<span>*</span>
</div>
<div class="controls">
<select id="country" class="inputbox" name="country">
</div>
</div>

AND / OR

change file
components\com_jshopping\controllers\user.php

~row 41

$select_countries = JshopHelpersSelects::getCountry();
$select_titles = JshopHelpersSelects::getTitle();
$select_client_types = JshopHelpersSelects::getClientType();

change to

$modelUserRegister = JSFactory::getModel('userregister', 'jshop');
$adv_user = $modelUserRegister->getRegistrationDefaultData();

$select_countries = JshopHelpersSelects::getCountry($adv_user->country);
$select_titles = JshopHelpersSelects::getTitle($adv_user->title);
$select_client_types = JshopHelpersSelects::getClientType($adv_user->client_type);


Letzte Änderung: 30.08.2016 15:53
 
28.09.2016 01:33
#25
Bilmar
Joomshopping forum user no avatar
Name: Mark
23.05.2016
Posts: 124
Quote
Aw: Add-on States Not Displaying States in Frontend

That worked. thank you. My question for this is will this change if I update Joomshopping or the extension in the future? Will I need to keep going back and fixing this each time?

 
28.09.2016 08:39
#26
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Quote
Aw: Add-on States Not Displaying States in Frontend

Will be fixed in new version joomshopping

 
StartZurück 1 2 WeiterEnde


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.