Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2009
    Location
    Limerick, Ireland
    Posts
    91
    Plugin Contributions
    0

    Default Align "Add to Cart" & "Tell A Friend" on tpl_product_info_display

    hello All,

    I would like to know if it is possible to horizontally align the "Add to Cart" and "Tell A Firend" buttons on the tpl_product_info_display page?

    My page is http://www.safebaby.ie/index.php?mai...&products_id=1

    Currently the "Tell A Friend" is on the next line and beneath "Add to Cart". I believe it would look much better on the same line.

    If not, can I place it directly under the "Add to Cart" button?

  2. #2
    Join Date
    Jan 2009
    Posts
    310
    Plugin Contributions
    0

    Default Re: Align "Add to Cart" & "Tell A Friend" on tpl_product_info_display

    In terms of the second option you can do that in seconds by adding:


    #productTellFriendLink {
    float: left;
    }


    Hope this helps

    Steve
    Last edited by stiggy100; 22 Oct 2009 at 05:11 PM.
    Steve
    Site Under Construction: adatglobal.com

  3. #3
    Join Date
    Jan 2009
    Posts
    310
    Plugin Contributions
    0

    Default Re: Align "Add to Cart" & "Tell A Friend" on tpl_product_info_display

    Too late to edit - but I of course meant by adding that to your stylesheet.

    I think the first option requires a very small change in your php but I am not so sure, so I'll leave that to someone more experienced!

    Steve
    Steve
    Site Under Construction: adatglobal.com

  4. #4
    Join Date
    Aug 2009
    Location
    Limerick, Ireland
    Posts
    91
    Plugin Contributions
    0

    Default Re: Align "Add to Cart" & "Tell A Friend" on tpl_product_info_display

    Thanks Stiggy, the code you supplied worked perfectly for aligning it left.

    Would still like to move it up on to the same line as the "Add to Cart" button if anyone knows how to do this it would be great?

  5. #5
    Join Date
    Jan 2009
    Posts
    310
    Plugin Contributions
    0

    Default Re: Align "Add to Cart" & "Tell A Friend" on tpl_product_info_display

    To get them on the same line you I beleive will need to create a 'wrapper' and include both of these lines in it:

    <!--bof Add to Cart Box -->
    <div id="cartAdd">
    <input name="cart_quantity" value="1" type="hidden"><input name="products_id" value="1" type="hidden"><input src="includes/templates/sbtemplate1/buttons/english/button_in_cart.gif" alt="Add to Cart" title=" Add to Cart " type="image"> </div>
    <!--eof Add to Cart Box-->

    <!--bof Tell a Friend button -->
    <div id="productTellFriendLink" class="buttonRow forward"><a href="http://www.safebaby.ie/index.php?main_page=tell_a_friend&amp;products_id=1&amp;zenid=bc43023c806ffcefc2 4a84c0697e702f"><img src="includes/templates/sbtemplate1/buttons/english/button_TellAFriend.gif" alt="Tell a Friend" title=" Tell a Friend " width="150" height="58"></a></div>
    <!--eof Tell a Friend button -->
    This is found in your includes>templates>sbtemplate1>templates>product_info_display.php

    Now I'm not proficient in PHP but I guess you could create it using a similar technique and coding to the wrappers above?

    Apologies its not much help,

    Steve
    Steve
    Site Under Construction: adatglobal.com

  6. #6
    Join Date
    Jan 2009
    Posts
    310
    Plugin Contributions
    0

    Default Re: Align "Add to Cart" & "Tell A Friend" on tpl_product_info_display

    Or Try

    #productTellFriendLink {
    position: relative;
    bottom: 65px;

    See if that holds up to interrogation???
    Steve
    Site Under Construction: adatglobal.com

 

 

Similar Threads

  1. v139h Need to align "Quantity Discount" table w/ "add to cart" button
    By marvin in forum General Questions
    Replies: 4
    Last Post: 4 Mar 2015, 12:12 AM
  2. Replies: 2
    Last Post: 11 Feb 2010, 09:13 PM
  3. How to turn off " Tell a Friend " and " Write a Review"?
    By awk_grep in forum General Questions
    Replies: 1
    Last Post: 15 Dec 2009, 11:31 PM
  4. Replies: 0
    Last Post: 15 May 2008, 01:51 PM
  5. Modify "add to cart" "write a review" "tell a friend"
    By Marlake in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 10 May 2008, 12:05 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