Results 1 to 8 of 8
  1. #1
    Join Date
    Mar 2011
    Posts
    160
    Plugin Contributions
    0

    Default FedEx Shipping Description Font Styling

    Hi,

    wondering if anyone can help me style descriptions for fedex shipping.

    Here is the code:
    if (MODULE_SHIPPING_FEDEX_EXPRESS_PRIORITY_OVERNIGHT == 'true') $this->domestic_types['01'] = 'FedEx Priority Overnight<sup><font size="1">&reg;</font></sup> (Delivers by 10:30am in most areas)';

    I'm trying to change the font in red. I would like to know how to change it's size and color without affecting the FedEx Priority OvernightŪ title. They are on the same id and any change effects both of them.

    Site: www.bequjuice.com

  2. #2
    Join Date
    Jul 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: FedEx Shipping Description Font Styling

    First, you can change the ID, create a new one and add it to your stylesheet. Or, try with html : <font>

  3. #3
    Join Date
    Mar 2011
    Posts
    160
    Plugin Contributions
    0

    Default Re: FedEx Shipping Description Font Styling

    i think that creating an ID would be best because I can individually control each item. Also I just want this description to appear in this one page where shipping method is selected. The way I have it now (code above) that text also appears in the final page of checkout, and I do not want that.

    Would you be able to show me how to create a new ID for this and have it appear in the same location as the above code does it?

  4. #4
    Join Date
    Jul 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: FedEx Shipping Description Font Styling

    You can add this between <head> & <head> in the file you want this ID :

    Code:
    <style>
    
    #azerty
    
    {
    	color:#color you want;
    	font-style:style you want (bold, italic,...);
    }
    
    </style>
    or just add in an existing stylesheet.css :

    Code:
    #azerty
    
    {
    	color:#color you want;
    	font-style:style you want (bold, italic,...);
    }
    Then add this code between your text :

    Code:
    <div id="azerty">your text here</div>

  5. #5
    Join Date
    Mar 2011
    Posts
    160
    Plugin Contributions
    0

    Default Re: FedEx Shipping Description Font Styling

    Thanks for the help niko62,

    the code worked but it creates another issue. This is what I did:

    if (MODULE_SHIPPING_FEDEX_EXPRESS_PRIORITY_OVERNIGHT == 'true') $this->domestic_types['01'] = 'FedEx Priority Overnight<sup><font size="1">&reg;</font></sup> <div id="azerty">your text here</div>';

    After this modification, it's all good on the first page of the checkout. But once I get to 2nd and 3rd page, this happens:

    FedEx Express (FedEx Priority OvernightŪ your text here ):

    So pretty much whatever description I write gets transferred into the shipping method.

    Is there a way to avoid this from happening? Please help.

  6. #6
    Join Date
    Jul 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: FedEx Shipping Description Font Styling

    Code:
    if (MODULE_SHIPPING_FEDEX_EXPRESS_PRIORITY_OVERNIGHT == 'true') $this->domestic_types['01'] = 'FedEx Priority Overnight<sup><font size="1">&reg;</font></sup> <div id="azerty">(Delivers by 10:30am in most areas)</div>';

  7. #7
    Join Date
    Mar 2011
    Posts
    160
    Plugin Contributions
    0

    Default Re: FedEx Shipping Description Font Styling

    Yeah that's what I did, but the comments I put in still display on step 2 and step 3 of checkout. Anyway to suppress that? Maybe using CSS?

  8. #8
    Join Date
    Mar 2011
    Posts
    160
    Plugin Contributions
    0

    Default Re: FedEx Shipping Description Font Styling

    Figured it out!

    Used CSS to suppress it from coming up later in checkout stages 2&3:

    .lineTitle #azerty {
    display: none;
    }

 

 

Similar Threads

  1. v151 Styling list in product description
    By godt in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 29 Jan 2013, 04:59 AM
  2. Replies: 0
    Last Post: 19 Dec 2012, 11:50 PM
  3. product description font
    By Glock1 in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 1 Oct 2011, 06:15 PM
  4. Product Description Font
    By Ranch Dog in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 27 Aug 2010, 02:02 PM
  5. FedEx / Estimate Shipping Button Returns "Data Sent to FedEx fo Rating"
    By sportbiker in forum Addon Shipping Modules
    Replies: 7
    Last Post: 5 Aug 2010, 02:47 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR