Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Posts
    167
    Plugin Contributions
    0

    Default Want to add a RSS button uner the items description

    What file should I be looking for? Thanks!

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Want to add a RSS button uner the items description

    This assumes you are using Andrew's RSS Feed mod,
    i.e.
    Version: v 2.0.7 27.10.2007 17:52
    Last Updated: Oct 27 2007
    Author: Andrew Berezin
    as at
    http://www.zen-cart.com/forum/showthread.php?t=76041

    BACKUP this file quoted below first !!!!!
    /includes/templates/nameofyourtemplate/templates/tpl_product_info_display.php
    Find
    Code:
     
    <!--bof Product description -->
    <?php if ($products_description != '') { ?>
    <div id="productDescription" class="productGeneral biggerText"><?php echo stripslashes($products_description); ?></div>
    <?php } ?>
    <!--eof Product description -->
    <br class="clearBoth" />
    Replace with
    Code:
     <!--bof Product description -->
    <?php if ($products_description != '') { ?>
    <div id="productDescription" class="productGeneral biggerText"><?php echo stripslashes($products_description); ?></div>
    <?php } ?>
     <div id="RSSFeedLink"><?php echo rss_feed_link(RSS_ICON); ?></div>
    <!--eof Product description -->
    <br class="clearBoth" />
    Added code highlighted in RED

  3. #3
    Join Date
    Jun 2007
    Posts
    167
    Plugin Contributions
    0

    Default Re: Want to add a RSS button uner the items description

    Perfect! Thank you!

  4. #4
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Want to add a RSS button uner the items description

    Perfect! Thank you!
    Thanks for confirming additional code worked for you

 

 

Similar Threads

  1. v138a Add Metakeywords to Description in Rss feed
    By aire in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 11 Sep 2014, 01:19 PM
  2. Adding the Add to Cart button to Featured Items
    By dimmyr in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 29 Jan 2009, 06:28 AM
  3. i want to add a button to the product page
    By semaxd in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 15 Nov 2008, 12:01 AM
  4. I want to add a button to my website so that the customer can state his amount ......
    By lrfowler in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 14 May 2008, 06:28 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