Look three posts up. ;-) You'll just add the link manually to includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php
Printable View
Sorry, I should have been a bit more clear. I have been unsuccessfully attempting to introduce this bit of code from the Return Authorization module into the tpl_drop_menu.php. It would place the link for the module in the drop-down list so that I could eliminate the information sidebox:
However, my complete lack of PHP know-how has me at a disadvantage. It doesn't seem to follow the same sequence as the code around it, thus I have no examples to follow. I want to place it second in the list after shipping info. Could you tell me how to go about doing that?PHP Code:
if (DEFINE_RETURNS_STATUS <= 1) {
$information[] = '<a href="' . zen_href_link(FILENAME_RETURNS, '', 'SSL') . '">' . BOX_INFORMATION_RETURNS . '</a>';
}
Thanks again - Tim
Jade would you be so kind plz to help me fix a small problem in categories box right column, I have installed enhanced categories which works great have changed its css to reflect th colours in the template, hopefully without any problems.
If you look at the categories box it has a grey area which I would like to go plz.
here is link to image and also site, this problem is top and bottom of the menu.
http://www.elwyns-services.co.uk/deals
http://www.elwyns-services.co.uk/ima...om/problem.jpg
Thx in advance Jade and take care.:thumbsup:
Super Jade, thx for that fix, bugged me a little, now looks 100%:thumbsup:
I have a few issues on the shopping cart part a few of the buttons, and text are now are now showing out of line.
This is the button problem I have:
http://www.elwyns-services.co.uk/ima...dom/check1.jpg
This is text problems also:
http://www.elwyns-services.co.uk/ima...dom/check2.jpg
And would it be possible to mod the text and remove options at the end to look like this also:
http://www.elwyns-services.co.uk/ima...dom/check3.jpg
many thx from anyone who can help on this one:thumbsup:
Regards, and good day to all.
Hi There,
Ok, I made a bunch of changes to the shopping cart section. Instead of going through each issue, I'll just paste the big chunk of css code. :thumbsup: You will replace everything between:
.tableRow, .tableHeading, #cartSubTotal {
height:2.2em;
}
and
.cartAttribsList {
margin-left:1em;
}
Here it is:
LMK how that looks for ya.Code:.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
padding:0.5em 0 0 0;
}
#cartProdTitle {
text-align:center
}
.cartUnitDisplay, .cartTotalDisplay {
text-align:center;
padding-right:0.2em;
}
.cartQuantityUpdate input {
margin:0;
padding:0;
}
.cartRemoveItemDisplay input[type=checkbox] {
float:none;
margin-bottom:1em;
}
#scUpdateQuantity {
width:1.8em;
}
#scProductsHeading {
padding-left:2em;
}
.cartQuantity {
width:4em;
}
.cartNewItem {
position:relative; /*do not remove-fixes stupid IEbug*/
}
.cartOldItem {
position:relative; /*do not remove-fixes stupid IEbug*/
}
.cartBoxTotal {
text-align:right;
font-weight:bold;
}
.cartRemoveItemDisplay {
width:5em;
}
Excellent Jade thank you very much, I have moved the site to primary domain now at@
http://www.juliestoys.co.uk
I do seem to have a slight problem with the product listing row being quite fat.
And remove button to the left seem up and right of the quantity box, is this something I may have done to the php file:shocking: in my messing session.
Again thx a bit closer now to adding actual products.:thumbsup:
Hi, this is my first post here, firstly, I love this template, it works well for me.
I am fairly new to Zen and have spent the last 2 weeks learning how over-rides, css and php are glued together.
I do of course have a question, on my create account page, it works fine in Firefox and IE7, but in IE6 the form drops down below the sidebar when it is displayed. I have seen this issue on another Apple Zen site, but on other people's it seems to work OK.
My Create Account Page is here
Any clues would be greatly appreciated.
Thanks
Ian:wacko: