Re: move address field to first registration screen
Oops - When I changed lbl_address_book, it made a mess of the address book page. So, I created a new language Variable which I called lbl_address_book_note1. Then I added it after line line 9 in /skin/common_files/customer/main/address_book.tpl
<h1>{$lng.lbl_address_book}</h1>
{* added New Language Variable below *}
{$lng.lbl_address_book_note1}
This works. This new language variable tells my customer they are registered and that they can add an address now or later blah blah blah....
__________________
Xcart Version Gold 4.7.12
Prod Sys- Debian 9 Stretch
Prod Sys - Apache/2.4.25 (Debian)
CDSEO Pro- 2.2
Mysql Community Edition 5.7.32
PHP 7.3
|