Results 1 to 10 of 20

Hybrid View

  1. #1
    Join Date
    May 2006
    Location
    Virginia U.S
    Posts
    173
    Plugin Contributions
    3

    Default Re: Credit card sidebox image and box height

    Sketchy,
    Ah,Ha! Luckly I beat you to it and answered my own question.
    I don't know how I figured it out but what I did was to use the overides system in my template.

    in tpl_product_info_display.php I went to this section and added the html in red.

    <!--bof Product Name-->
    <center><h1 id="productName" class="productGeneral"><?php echo $products_name; ?></h1></center>
    <!--eof Product Name-->

    <!--bof Product Price block -->
    <center><h2 id="productPrices" class="productGeneral">
    <?php
    // base price
    if ($show_onetime_charges_description == 'true') {
    $one_time = '<span >' . TEXT_ONETIME_CHARGE_SYMBOL . TEXT_ONETIME_CHARGE_DESCRIPTION . '</span><br />';
    } else {
    $one_time = '';
    }
    echo $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : '') . zen_get_products_display_price((int)$_GET['products_id']);
    ?></h2></center>
    <!--eof Product Price block -->

    Anywho, I still appreciate your help and wonder what you were seeing with the padding issue you described earlier.
    How can there be nothing? Nothing is something!

  2. #2
    Join Date
    May 2006
    Location
    Virginia U.S
    Posts
    173
    Plugin Contributions
    3

    Default Re: Credit card sidebox image and box height

    Well, poo! You beat me!
    How can there be nothing? Nothing is something!

 

 

Similar Threads

  1. Credit Card Image in sidebox
    By joemind in forum Basic Configuration
    Replies: 1
    Last Post: 11 Jun 2009, 04:55 PM
  2. credit card sidebox
    By ronron in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 2 Apr 2009, 10:25 AM
  3. Credit Card Sidebox - adding link to image?
    By ivanc in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 14 Dec 2008, 01:07 PM
  4. Credit Card Sidebox & shopping cart with image
    By deemurphy in forum Basic Configuration
    Replies: 1
    Last Post: 25 Aug 2007, 03:59 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