Zen Cart Logo
Forums / Basic Configuration / Simple changes need help pelase...

Simple changes need help pelase...

Locked

Views: 1,333

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
30 Jan 2007, 5:54 PM
#1
jas99villa avatar

jas99villa

New Zenner

Join Date:
May 2006
Posts:
76
Plugin Contributions:
0

Simple changes need help pelase...

Creating a jewellery store for a friend but just as a showcase. The website is https://www.gemworld.tv/shop

Here are the first of my teething problems...

I wanted to change the manufacturers to birth stones so people can select that way. Simple enough to do but when you go into looking at an item is says manufactured by: January. How do I change the manufactured by?

How do I add the second catagory box too? I have read this many times in other threads and I don't seem to be able to find the straight forward "simple" answer?

This is for a second zencart I am making. It is a sports shop but they want a second catagory list for clothing as they specialise in school sports kits too.

One more question... in the gemworld.tv zencart I installed silverfish template but when I look at it through FF or IE6 it seems to have a bit of grey image from the catagories on the left hang over into the main but not on IE7. We took out the logo and tag line at the top too but in IE7 you can still see the small red X plus the hint text.

Can anyone advise on any of the above?

30 Jan 2007, 9:04 PM
#2
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Simple changes need help pelase...

Try going into the admin and under Tools select "Developers Tool Kit" and search for "Manufactured by". :smile: (hint: you should be able to override it in includes/languages/english/YOUR_TEMPLATE, but I won't give you the file name)

30 Jan 2007, 9:43 PM
#3
jas99villa avatar

jas99villa

New Zenner

Join Date:
May 2006
Posts:
76
Plugin Contributions:
0

Re: Simple changes need help pelase...

afo:

Try going into the admin and under Tools select "Developers Tool Kit" and search for "Manufactured by". :smile: (hint: you should be able to override it in includes/languages/english/YOUR_TEMPLATE, but I won't give you the file name)

/shop/includes/languages/english/document_general_info.php

Line #16 : define('TEXT_PRODUCT_MANUFACTURER', 'Manufactured by: ');

/shop/includes/languages/english/document_product_info.php

Line #16 : define('TEXT_PRODUCT_MANUFACTURER', 'Manufactured by: ');

/shop/includes/languages/english/product_free_shipping_info.php

Line #16 : define('TEXT_PRODUCT_MANUFACTURER', 'Manufactured by: ');

/shop/includes/languages/english/product_info.php

Line #16 : define('TEXT_PRODUCT_MANUFACTURER', 'Manufactured by: ');

Do I change it in all 4?

31 Jan 2007, 1:29 PM
#4
jas99villa avatar

jas99villa

New Zenner

Join Date:
May 2006
Posts:
76
Plugin Contributions:
0

Re: Simple changes need help pelase...

I changed the Manufactured by in the productinfo.php and then I had the error page come up (can't remember what it said but it was line 20). Am I editing the right file?

1 Feb 2007, 6:18 PM
#5
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Simple changes need help pelase...

Yes, that's the right file. I hope you copied it into /shop/includes/languages/english/YOUR_TEMPLATE and edited it in there.

I'm trying to take a look, but my machine is wonky today.