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!