crittle Posted July 3, 2006 Posted July 3, 2006 My store isn't superb by any means, but we're working on it. My lack of php knowledge is really kicking us in the butt, although we know flash and some dreamweaver. Anyway, I have messed something up on my site. On the home page, please look at the "new products" title listed below. Here I have "TABLE_HEADING_NEW_PRODUCTS" and below that (for the products about to be released) the titles are "TABLE_HEADING_UPCOMING_PRODUCTS"?"TABLE_HEADING_DATE_EXPECTED" I know text is suppose to go after these headings in some php document, my problem is...which document to I go into to ad the text?? ?:blink: www.junqueinthetrunk.com Also, any links that will help me customize my store a little more? I us Mac and when I try to change the stylesheet nothing happens. But on a PC you can see color changes. I would also like to add some flash or java. Any tips would be great. Thanks!!!
Guest Posted July 3, 2006 Posted July 3, 2006 Those are calls for text in your language files. Have you moved any around lately?
hack4lk Posted July 3, 2006 Posted July 3, 2006 If you want to change the verbiage on your site go into catalog/includes/languages/english/index.php there you'll find most of what needs to be changed...as for the customization...there are many templates in the contribution section as well as in sites like templatemoster where you could start playing with.
UncleSteve Posted July 3, 2006 Posted July 3, 2006 www.junqueinthetrunk.com Hi crittle, What contribs have you used so far for layout? Do keep an eye on your image sizes as they take a while to download, not good for anyone on a slow download. ____________________________________________________________________ ____________________________________________________________________
crittle Posted July 3, 2006 Author Posted July 3, 2006 Thanks for the replies. I will go into the languages and figure out where I need to add the text. I have maily been fooling around withing languages to customize my settings. The only other document that I have messed with is the "stylesheets" css doc on my root level. I've changed the top color of the text boxes, I just need to figure out how to change the corners so they actually match the color I picked. I see that those little corners are gifs which I don't understand why they that is. I would like to design the site myself but unfortunatly without php knowledge, that just isn't going to work. Thanks for the info on where to find some great templets, I'm going to look into that. I try to take all my images and save for web before I upload them. Could you give me an example of which ones inparticular are loading slow? I might need to go back through and take the sizes down a bit. I have high speed so sometimes it's hard to tell :s
crittle Posted July 3, 2006 Author Posted July 3, 2006 fixed the title problem :D Thank you, thank you...and thank you!!! I had taken out define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s'); define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products'); define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected'); in my index.php file in languages so I put it back in. Now...how to get rid of those darn purple corners on the tables...it remains a mystery, lol
Recommended Posts
Archived
This topic is now archived and is closed to further replies.