Here's another quick question. I just installed the RMA module into my Comstock template. how do I change the name in the Information side box from "Returns" to "RMA Request" ???
Here's another quick question. I just installed the RMA module into my Comstock template. how do I change the name in the Information side box from "Returns" to "RMA Request" ???
not template specific problem
you could use admin -> tools -> developers took kit
scroll to the bottom of the page type returns into the last input box select all files admin/catalog from the drop down menu then click the search button
You will get a list of all the files and line numbers that contain that particular text.
You can then open the associated file and make the changes you want.
Clyde,
I got two of my issues straightened out, but this one seems to still be hanging me up:
The deep red on the template is pretty, but it clashes horribly with the hot pink of my logo and lettering. I was trying to change the red to blue by overriding the tier2_bg.gif file, but it's not overriding the original. Is there a way this can be done?
Also, my logo is off, dimension-wise, being more rectangular than square (the dimensions are only off by a pixel in real life). I've changed the dimensions on the graphic itself, as well as played around with the stylesheet. How can I fix that? If it were up to me, I'd scootch it way over to the left so my entire header shows, though I'm considering taking a pic out of the header, which will help with spacing.
That's enough to play with for now. I'm sure I'll have more questions later.
~Sara
logo:
includes/languages/english/comstock/header.php
adjust the height and width of the logo
define('HEADER_LOGO_WIDTH', '192');
define('HEADER_LOGO_HEIGHT', '100');
create a new graphic making sure is is the same size as the original (in your choice of color) save it as tier2_bg.gif to includes/templates/comstock/images