![]() |
Re: Additional fields for address book
+1
Quote:
|
Re: Additional fields for address book
I've informed the staff responsible. We'll consider adding this feature in 4.5.2.
|
Re: Additional fields for address book
My additional_address_fields area isn't showing up either. additional_address_fields.tpl is being loaded, but the file isn't in the listed directory. How do I add it?
|
Re: Additional fields for address book
As far as I understand, you mean skin/common_files/additional_address_fields.tpl, right? It should be created during the patch application automatically. If not, you can create it via FTP or X-Cart templates editing tool (in the admin back-end) and copy its content subtracting (+ signs) from the corresponding DIFF_*.patch file.
|
Re: Additional fields for address book
Same problem, it looks like that the part of the file creation is missing in the patch for 4.5.0. I took the part from 4.4.5 and now it works
|
Re: Additional fields for address book
1 Attachment(s)
Hi,
The new field data does not appear in the fast lane checkout. |
Re: Additional fields for address book
Quote:
Could you please clarify the X-Cart version? |
Re: Additional fields for address book
Just successfully implemented this mod for 4.4.4, worked like a charm. Thanks Alex
I did have to implement the extra step in post #26 http://forum.x-cart.com/showpost.php?p=333175&postcount=26 Additionally I modified /common_files/mail/html/order_invoice.tpl to include an if statement to check if there is a saved value for the field : {foreach from=$order.extra.additional_fields.address.B item=v} {if $v.value ne ""} <tr> <td><strong>{$v.title}:</strong></td> <td>{$v.value}</td> </tr> {/if} {/foreach} Has to be done for the billing and shipping fields both. Just keeps it from displaying the field title unless the user has a value saved for that field. |
Re: Additional fields for address book
Ok, just attempted this with 4.5.2
All files patched successfully except for register.php I did that one manually but I must have made an error because when I add additional fields to the address book in the admin section and click update, they do not show up in the top section of that page once it refreshes! Any help? What should I try? Can anyone else say if they made this work on 4.5.2 and how they did it? Is QT going to update this to support 4.5.2 as they seem to not want to have it included? |
Re: Additional fields for address book
Quote:
It appears I have this problem with 4.5.2 also. I can't even find a section of the DIFF file where that file is created for 4.4.5 either! Took it from 4.4.4 and did the post #26 fix and did a php cleanup and it works now. :) |
All times are GMT -8. The time now is 12:23 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.