Results 1 to 6 of 6
  1. #1

    Default Changing Text Attributes in Store Name Address

    How do I change the size and color of our Store information that appears on our invoices? I found where the /admin/invoice.php pulls the STORE_NAME_ADDRESS from, but can't see where to change the attributes of it.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Changing Text Attributes in Store Name Address

    If I am getting what you are seeking correctly this is in /email where there ae html files that draw on DB info but you can style the html inline
    Zen-Venom Get Bitten

  3. #3

    Default Re: Changing Text Attributes in Store Name Address

    Correct me if I'm wrong, but from what I can see those are some type of templates for all the emails that allow you to change what's in the email, but not change any attributes about them.

    In my invoice, I'm trying to change only the size and color of our store information (name, address, phone, fax) not remove it or change it's location.

  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Changing Text Attributes in Store Name Address

    Look in your stylesheet for this declaration:

    address - make changes as necessary.

  5. #5

    Default Re: Changing Text Attributes in Store Name Address

    Quote Originally Posted by clydejones View Post
    Look in your stylesheet for this declaration:

    address - make changes as necessary.
    You couldn't be more difficult than that?
    Thank you.

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Changing Text Attributes in Store Name Address

    My Bad...I thought that there was an invoice email....

    in invoice.php

    Code:
    <!-- body_text //-->
    <table border="0" width="100%" cellspacing="0" cellpadding="2">
      <tr>
        <td><table border="0" width="100%" cellspacing="0" cellpadding="0">
          <tr>
            <td class="pageHeading"><?php echo nl2br(STORE_NAME_ADDRESS); ?></td>
            <td class="pageHeading" align="right"><?php echo zen_image(DIR_WS_IMAGES . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT); ?></td>
          </tr>
    You can also find in admin/includes/stylesheet.css and change the styling from there
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. v154 Changing address to store
    By ParseRaider in forum General Questions
    Replies: 5
    Last Post: 28 Jan 2016, 07:37 AM
  2. Replies: 0
    Last Post: 27 Aug 2008, 01:35 PM
  3. Replies: 1
    Last Post: 27 Sep 2006, 05:11 AM
  4. store name address and tel
    By stephan in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 19 May 2006, 01:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg