Quote Originally Posted by HeathenMagic View Post
Hello Jettrue,

I have put the request restock. I tried putting everywhere, and it does the same. I have added wishlist, and social bookmarking, but they are ok. This is the code I have added:-
Regards,

Heathenmagic
Heathenmagic

If I may offer a few suggestions for your template.

Open up includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php and add a

<br class="clearBoth" />

right before:
<?php echo $options_attributes_image[$i]; ?>

Then in "configuration", "Images" change the additional images per row to 2.

Then in your css, change:

.attribImg {
width:20%;
margin:0.3em 0;
}

to


.attribImg {
width:48%;
margin:0.3em 0;
}

Also, in Firefox, a lot of your product descriptions are HUMONGOUS. Just wanted to let you know in case it looks different in your browser. If you meant for them to be that big sorry, LOL. But the #productDescription will need more padding and bigger line-height if so.

The product listing page issue is my fault, LOL, an error with my mod. I swore I had uploaded the fix, but I guess not!

open up includes/templates/YOUR_TEMPLATE/templates/tpl_index_product_list.php and change:


Code:
echo '<a id="descSubLink" href="' . zen_href_link(FILENAME_DEFAULT, 'cPath=' . $cPath) . '#descSub" >' . CATEGORIES_SUB_TEXT . '</a>';
to this:
Code:
echo '<a id="descSubLink" href="' . zen_href_link(FILENAME_DEFAULT, 'cPath=' . $cPath) . '#descSub" >' . CATEGORIES_SUB_TEXT . '</a></div>';
Do the exact same thing in includes/templates/YOUR_TEMPLATE/templates/tpl_index_index_categories.php