Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    May 2009
    Posts
    197
    Plugin Contributions
    0

    Default Texts or Links below "Add to Cart" Button

    I am looking for a way to insert Texts or Links below "Add to Cart" button. I can add Texts or Links in the description box, but I want "Texts" or "Links" appear below the "Add to Cart" button. Please show me how to do it. Thanks so much for your help.

  2. #2
    Join Date
    Jun 2009
    Location
    Orange County, California
    Posts
    544
    Plugin Contributions
    18

    Default Re: Texts or Links below "Add to Cart" Button

    I assume you're talking about the bottom of the actual product page, and not the area where all products are listed under a category. Here's how to do it:

    Edit this file: /includes/templates/YOURTEMPLATENAME/templates/tpl_product_info_display.php

    Find the following code and place your text/ other images below it:

    <?php if ($display_qty != '' or $display_button != '') { ?>
    <div id="cartAdd">
    <?php
    echo $display_qty;
    echo $display_button;
    ?>
    </div><br /><br /><br /><hr /><br />
    <?php } // display qty and button ?>
    <?php } // CUSTOMERS_APPROVAL == 3 ?>
    <!--eof Add to Cart Box-->

  3. #3
    Join Date
    May 2009
    Posts
    197
    Plugin Contributions
    0

    Default Re: Texts or Links below "Add to Cart" Button

    Thank you very very much for your guidance. I definitely read my mind. Thanks again.

  4. #4
    Join Date
    May 2009
    Posts
    197
    Plugin Contributions
    0

    Default Re: Texts or Links below "Add to Cart" Button

    I am sorry. I meant "You're definitely read my mind."

  5. #5
    Join Date
    Jun 2009
    Location
    Orange County, California
    Posts
    544
    Plugin Contributions
    18

    Default Re: Texts or Links below "Add to Cart" Button

    No problem, glad to help.

 

 

Similar Threads

  1. v150 "Sold Out" -- how to add text below button?
    By WebKat in forum General Questions
    Replies: 2
    Last Post: 31 Jul 2012, 02:35 AM
  2. Replies: 0
    Last Post: 2 Jan 2011, 01:14 PM
  3. Replies: 26
    Last Post: 19 Feb 2010, 02:56 AM
  4. How can I insert links below "Add to cart" in the product infor page?
    By ttmb33 in forum Customization from the Admin
    Replies: 0
    Last Post: 5 Aug 2009, 07:42 AM
  5. Remove "Add Selected Items to Cart" button at top of page & Disabling links
    By ahuacatlan in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Jul 2007, 04:04 AM

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