Ok Anne (or anyone else that might know) I KNOW this should be really easy but can't for the life of me can't find it anywhere. This is the link to the page I am trying to fix although I realize the answer will change all the category pages but that is ok:
http://www.crystals-place.com/index....ex&cPath=11_13
I want the two subcategories (kids bathrobes & Adult bathrobes) to appear above all that text in the category description.
Thanks in advance for the help.
Robert
Updating website from 139 to 151 same template (andover) except this is the newer version....
Problem: Updating the footer file for 'facebook & twitter' just 'aint working for me. I have cut & pasted all the details from the working site to the 'demo' site (on same server) but the links are not active... Can't find any mention in the docs/ Maybe I'm blind lol.
Hi Anne
Just wondering if you had chance to look at the facebook & twitter links for me? About to go live on Saturday
Thanks
Arrh... Thanks for the pointer.... working now.
I have one more BIG problem with the products_info_display as the template has been refined since the first one (which I'm using live) to the current one. One your site all looks well, with the attributes in a box next to the image, but my page turns out very different in layout, but ok.
Because I have a lot of attributes I need to simply (so I thought) place the code for 'product description' above the 'attributes' but is falls apart in that the attributes 'box' now expands off the page edge. (to the right) I would also love to know how I can get the 'price' and 'product title' to be up top right of image? I want the 'attributes' box & 'add to cart' to be in a box on there own.
You can see what I mean here:http://www.thepersonalisedtouch.com/...products_id=41
The code follow:
So, I'm placing this code ABOVE the next code:
<!--bof Product description -->
<?php if ($products_description != '') { ?>
<div id="productDescription" class="productGeneral biggerText"><?php echo stripslashes($products_description); ?></div>
<?php } ?>
<!--eof Product description -->
<br class="clearBoth" />
----------------------------------JUST TO SEPERATE HERE
<div id="cart">
<!--bof Product Price block -->
<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>
<!--eof Product Price block -->
<!--bof free ship icon -->
<?php if(zen_get_product_is_always_free_shipping($products_id_current) && $flag_show_product_info_free_shipping) { ?>
<div id="freeShippingIcon"><?php echo TEXT_PRODUCT_FREE_SHIPPING_ICON; ?></div>
<?php } ?>
<!--eof free ship icon -->
<!--bof Attributes Module -->
<?php
if ($pr_attr->fields['total'] > 0) {
?>
<?php
/**
* display the product atributes
*/
require($template->get_template_dir('/tpl_modules_attributes.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_attributes.php'); ?>
<?php
}
?>
<!--eof Attributes Module -->
Hi
Please ignore the above post... used old product_info_display and css file. All is good
Bookmarks