- Posts: 20
- Thank you received: 0
Whacky billing and shipping addresses
- countryalliance
-
Topic Author
- Offline
Less
More
14 years 5 months ago #47354
by countryalliance
Whacky billing and shipping addresses was created by countryalliance
Hi all
I've been able to fix some front end issues for my customers but have a persistent backend problem that I can't fix.
The address of my customers, such as what I receive when orders are created, are completely in the wrong order.
For example:
Housenumber
Mr Firstname Lastname
Streetname
City Postcode State
The details for "User" on the backend appear the same with the exception that the City and Postcode are reversed (ie Postcode City State) which is completely wrong
I've tried find the offending file but can't. Any suggestions?
Many thanks!
Neil
I've been able to fix some front end issues for my customers but have a persistent backend problem that I can't fix.
The address of my customers, such as what I receive when orders are created, are completely in the wrong order.
For example:
Housenumber
Mr Firstname Lastname
Streetname
City Postcode State
The details for "User" on the backend appear the same with the exception that the City and Postcode are reversed (ie Postcode City State) which is completely wrong
I've tried find the offending file but can't. Any suggestions?
Many thanks!
Neil
Please Log in or Create an account to join the conversation.
14 years 5 months ago #47692
by nicolas
Replied by nicolas on topic Re: Whacky billing and shipping addresses
You can change that display by editing the file "address_template" of the view "order" of your back end template via the menu Display->Views.
Please Log in or Create an account to join the conversation.
- countryalliance
-
Topic Author
- Offline
Less
More
- Posts: 20
- Thank you received: 0
14 years 5 months ago - 14 years 5 months ago #47757
by countryalliance
Replied by countryalliance on topic Re: Whacky billing and shipping addresses
Got it - thanks!
Have fixed that up, but I then found the same issue coming up when I go to generate an invoice or shipping invoice.
I've now turned off the field which will force people to enter their house number with the street name - which is fine.
However this has created a new problem! I'm now getting a "Please create or select an address" error at the registration page. I've seen a post on this on this forum ( www.hikashop.com/en/forum/3-bug-report/1...ZW0uaHRtbD9sYW5nPWVu ). Can someone pls look at it and guess what the problem might be?
The website is www.countryalliance.org - just select the order items in the pop up box. It's possible the problem might clear itself but it hasn't done so yet....
Cheers
Neil
(PS: I just found this code in my address.php file. I haven't reproduced all the colours here - but should the bits in red, be in red?
<input class="hikashop_checkout_shipping_same_address inputbox" <?php echo $checked; ?>type="checkbox" id="same_address" name="same_address" value="yes" alt="Same address" onclick="return hikashopSameAddress(this.checked);" />
<label for="same_address"><?php echo JText::_('SAME_AS_BILLING');?></label>
<div class="hikashop_checkout_shipping_div" id="hikashop_checkout_shipping_div" <?php echo $style;?>>
Have fixed that up, but I then found the same issue coming up when I go to generate an invoice or shipping invoice.
I've now turned off the field which will force people to enter their house number with the street name - which is fine.
However this has created a new problem! I'm now getting a "Please create or select an address" error at the registration page. I've seen a post on this on this forum ( www.hikashop.com/en/forum/3-bug-report/1...ZW0uaHRtbD9sYW5nPWVu ). Can someone pls look at it and guess what the problem might be?
The website is www.countryalliance.org - just select the order items in the pop up box. It's possible the problem might clear itself but it hasn't done so yet....
Cheers
Neil
(PS: I just found this code in my address.php file. I haven't reproduced all the colours here - but should the bits in red, be in red?
<input class="hikashop_checkout_shipping_same_address inputbox" <?php echo $checked; ?>type="checkbox" id="same_address" name="same_address" value="yes" alt="Same address" onclick="return hikashopSameAddress(this.checked);" />
<label for="same_address"><?php echo JText::_('SAME_AS_BILLING');?></label>
<div class="hikashop_checkout_shipping_div" id="hikashop_checkout_shipping_div" <?php echo $style;?>>
Last edit: 14 years 5 months ago by countryalliance.
Please Log in or Create an account to join the conversation.
14 years 5 months ago #47864
by nicolas
Replied by nicolas on topic Re: Whacky billing and shipping addresses
For the invoice, you need to edit the "address_template" file of the "order" view for your back end template via the same menu.
Registration is working fine, without that error message, on your website. I just tested it.
Registration is working fine, without that error message, on your website. I just tested it.
Please Log in or Create an account to join the conversation.
- countryalliance
-
Topic Author
- Offline
Less
More
- Posts: 20
- Thank you received: 0
14 years 5 months ago - 14 years 5 months ago #47925
by countryalliance
Replied by countryalliance on topic Re: Whacky billing and shipping addresses
Cool - thanks. Just saw the order, so really do appreciate it being test driven by someone more familiar with this.
Last edit: 14 years 5 months ago by countryalliance.
Please Log in or Create an account to join the conversation.
Time to create page: 0.202 seconds