Ok, I figured it out. It was just a matter of using the radio buttons instead of the checkbox and setting a default.
I have it set up the same as yours.
Printable View
Ok, I figured it out. It was just a matter of using the radio buttons instead of the checkbox and setting a default.
I have it set up the same as yours.
How did you get rid of the "Starting At:" field on your product info page?
I commented it out in the PHP file (4 years ago), but an easier way of doing it would be to add to your stylesheetCode:#productPrices {display: none;}
this is all I could find for the log off link code:
define('HEADER_TITLE_LOGOFF', 'Log Out');
I stuck in there a few different ways but nothing. It seems like there should be more to it than that.
That is not the link code, just the text display definition. It will be in tpl_header.php, in the navigation section, bundled with the Login and Checkout link code.
Found it, placed it, its working.
I would like to uncapitalize the text fro the link. Didn't the text in the code. How can I change that?
also, I am having some positioning issues from browser to browser. The position of these links and some other thinks I have moved around are different in Safari and Firefox, and possibly other browsers.
There is a help link on the shopping cart page that I would like to get rid of. I can't find the code...
The Log In text is capitalized in the source, so it is not an effect of styling. Perhaps double-check that the definition is not now capitalized?
The help link is javascript, so if you can find a call to that at the top of the tpl file, you may be able to remove it that way.
There is not a clear identifier for CSS to handle it by.
I found the text for the header links in the header.php file under:
header text in includes/header.php
I could than edit the text however I want for each link.