Results 1 to 10 of 11

Hybrid View

  1. #1
    Join Date
    Jan 2009
    Posts
    71
    Plugin Contributions
    0

    Default Re: Making Changes to product page

    Just want to add some spacing after:

    "this product will be in stock..."

    Cant figure out that one yet...

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

    Default Re: Making Changes to product page

    Just want to add some spacing after:

    "this product will be in stock..."
    Provide a link to this page
    Zen-Venom Get Bitten

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

    Default Re: Making Changes to product page

    Quote Originally Posted by kobra View Post
    Provide a link to this page
    I added the spacing in the form of <br /><br /> in tpl_product_info_display.php, seems to work ok!

    PHP Code:
    <!--bof Product date added/available-->
    <?php
      
    if ($products_date_available date('Y-m-d H:i:s')) {
        if (
    $flag_show_product_info_date_available == 1) {
    ?>
      <p id="productDateAvailable" class="productGeneral centeredContent"><?php echo sprintf(TEXT_DATE_AVAILABLEzen_date_long

    ($products_date_available)); ?><br /><br /></p>
    <?php
        
    }
      } else {
        if (
    $flag_show_product_info_date_added == 1) {
    ?>
          <p id="productDateAdded" class="productGeneral centeredContent"><?php echo sprintf(TEXT_DATE_ADDEDzen_date_long

    ($products_date_added)); ?></p>
    <?php
        
    // $flag_show_product_info_date_added
      
    }
    ?>
    <!--eof Product date added/available -->

 

 

Similar Threads

  1. v139h Making Changes to Main Page Tags
    By traytray in forum General Questions
    Replies: 1
    Last Post: 3 Nov 2013, 06:54 PM
  2. Making changes to my site
    By jenesaisquoi in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 2 Mar 2011, 11:44 PM
  3. Preview while making changes
    By campnfun in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 25 Mar 2010, 05:25 PM
  4. problem making changes
    By waznu in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 23 Feb 2007, 06:42 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