- Posts: 14
- Thank you received: 0
Shipping address NOT defaulted
13 years 11 months ago #72291
by tberg
Shipping address NOT defaulted was created by tberg
Hi,
In the standard config the checkbox “use same address as billing address” is checked as a default.
How/where do you change this so that the default is that a shipping address has to be manually entered?
TB
In the standard config the checkbox “use same address as billing address” is checked as a default.
How/where do you change this so that the default is that a shipping address has to be manually entered?
TB
Please Log in or Create an account to join the conversation.
13 years 10 months ago #72481
by nicolas
Replied by nicolas on topic Re: Shipping address NOT defaulted
Hi,
You will have to add such code at the end of the file "address" of the view "checkout" via the menu Display->Views:
?><script type="text/javascript">hikashopEditAddress(document.getElementById('hikashop_checkout_shipping_address_edit_<?php echo $address->address_id; ?>'),1,false);</script>
and remove the line:
$checked = 'checked="checked" ';
You will have to add such code at the end of the file "address" of the view "checkout" via the menu Display->Views:
?><script type="text/javascript">hikashopEditAddress(document.getElementById('hikashop_checkout_shipping_address_edit_<?php echo $address->address_id; ?>'),1,false);</script>
and remove the line:
$checked = 'checked="checked" ';
Please Log in or Create an account to join the conversation.
13 years 10 months ago #72515
by tberg
Replied by tberg on topic Re: Shipping address NOT defaulted
Still checked …
Please Log in or Create an account to join the conversation.
13 years 10 months ago #72774
by nicolas
Replied by nicolas on topic Re: Shipping address NOT defaulted
Please make sure that you're editing the view file for the front end template you're using and not another template or you won't see any change.
Please Log in or Create an account to join the conversation.
13 years 8 months ago #83727
by tberg
Replied by tberg on topic Re: Shipping address NOT defaulted
Has this changed in v2?
Please Log in or Create an account to join the conversation.
13 years 8 months ago #83734
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Re: Shipping address NOT defaulted
Hi,
It has no changed in HikaShop 2.0.0 but there would be a new (hidden) option in HikaShop 2.0.1
Regards,
It has no changed in HikaShop 2.0.0 but there would be a new (hidden) option in HikaShop 2.0.1
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
Time to create page: 0.158 seconds