
Originally Posted by
Beth-katherine
I'm still lost as to how to move the price from next to the product image to below on the products page just like it is on the new products page.
and for some reason I lost the vertical lines inbetween the columns of products.
http://smockingbooks.com/index.php?m...&cPath=158_168
Beth-Katherine
almost open but no secure socket layer yet so no orders please
So sorry, I misunderstood you. Upload the original (from my template) includes/templates/cherry_zen/templates/tpl_product_info_display.php.
For the product listing, if you turn on the product name (in your admin, under "configuration", "Product Listing", that problem will go away, OR if you don't want the product name under the image, add this to your stylesheet:
.listingPrice {display:block;}
For the missing horizontal lines... does your includes/templates/cherry_zen/common/tpl_columnar_display.php have 5 lines that look like this:
Code:
$r_params = str_replace(" back", "", $r_params);
$r_params = str_replace("50", "98", $r_params);
$r_params = str_replace("33", "98", $r_params);
$col_width = str_replace("50", "48", $col_width);
$col_width = str_replace("33", "31", $col_width);
Bookmarks