Announcement

Collapse
No announcement yet.

How can I change the width of the 'address book' in the checkout?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How can I change the width of the 'address book' in the checkout?

    The code for this is found in a perl script. Do the following:

    * browse to your site folder and edit 'ActinicAddressBook.pm' in a text editor such as notepad

    * search for:

    $buf .= $self->TABLE_(


    you should see:

    $buf .= $self->TABLE_(
    WIDTH => "600",
    BORDER => "1" ,
    CELLSPACING => "0" ,
    CELLPADDING => "0" ,
    );

    * change the 'width' value

    * close and save the file and update your site.

    SellerDeck is not able to provide any detailed support for script changes made. If you find that there is a problem, an original copy of the script can be found within the 'Original' folder in your installation. Copy this into your site folder.
Working...
X