Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Need Help Going Live Tomorrow :-(

Need Help Going Live Tomorrow :-(

Locked

Views: 1,512

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
1 Aug 2006, 7:43 PM
#1
coastalfog avatar

coastalfog

New Zenner

Join Date:
Oct 2005
Posts:
56
Plugin Contributions:
0

Need Help Going Live Tomorrow :-(

Hello,
I'm almost got this thing set up but have a couple minor things that i can't seem to solve.

  1. Where do i change the Wording that Says "BEST WAY" under shipping? I need it to say something different than that.

  2. Is it possible to turn the welcome letter off from being shown?

  3. Is it possible to turn off all the little cartoon style graphics that show up on certain pages within zen cart?

I think that's about it for now

Any help is greatly appreciated.

Cris...

1 Aug 2006, 8:16 PM
#2
barco57 avatar

barco57

Totally Zenned

Join Date:
Apr 2006
Location:
West Salem, IL
Posts:
2,841
Plugin Contributions:
0

Re: Need Help Going Live Tomorrow :-(

use the developers toolkit to search for "BEST WAY", it does show up in a number of placed.
Do you mean the welcome email?
which graphics?

1 Aug 2006, 8:23 PM
#3
adam_s avatar

adam_s

New Zenner

Join Date:
Jul 2006
Posts:
7
Plugin Contributions:
0

Re: Need Help Going Live Tomorrow :-(

If by 3 he means the buttons with the icons (add to cart, update cart) he could download a new set of buttons without the icons in them, or turn on CSS buttons in Configuration/Layout Settings/CSS Buttons

1 Aug 2006, 8:27 PM
#4
tinas avatar

tinas

Totally Zenned

Join Date:
Jan 2005
Location:
Lake Havasu, AZ
Posts:
1,090
Plugin Contributions:
0

Re: Need Help Going Live Tomorrow :-(

Easy way to not display icons is to find what css calls them and then tell them not to show.

For example I turn off the category images, free shipping image, and free image with this simple line at the end of the css :

#categoryIcon, #freeShippingIcon, #productPrices {display:none}

Hope that helps:smartass:

Edit - that was a c/p from another css sorry the #productprices will not show prices at all not just free image. But the principle still applies.

1 Aug 2006, 9:55 PM
#5
coastalfog avatar

coastalfog

New Zenner

Join Date:
Oct 2005
Posts:
56
Plugin Contributions:
0

Re: Need Help Going Live Tomorrow :-(

Thanks gang i've got everything straightend out except #2.
I need to stop the welcome letter that a user get's when signing up in Zen Cart. is there a way to disable this letter from being sent?

Thanks again.

Cris...

1 Aug 2006, 11:10 PM
#6
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,767
Plugin Contributions:
9

Re: Need Help Going Live Tomorrow :-(

And we don't want to welcome shoppers to our store because.....

1 Aug 2006, 11:12 PM
#7
dogfusion avatar

dogfusion

Zen Follower

Join Date:
Jun 2006
Posts:
83
Plugin Contributions:
1

Re: Need Help Going Live Tomorrow :-(

#2..

Admin/Configuration/Email Salutation = false :wink2:

1 Aug 2006, 11:18 PM
#8
tinas avatar

tinas

Totally Zenned

Join Date:
Jan 2005
Location:
Lake Havasu, AZ
Posts:
1,090
Plugin Contributions:
0

Re: Need Help Going Live Tomorrow :-(

That doesn't turn off the email - that says not to use Mr. Mrs. ect. that is what a salutation is.

The closest to it in admin is Configuration/Email/Send Email yes/no

There are other options under email but the one noted above isn't going to work ;)

1 Aug 2006, 11:21 PM
#9
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,767
Plugin Contributions:
9

Re: Need Help Going Live Tomorrow :-(

The Admin/Configuration/Customer Details/Email Salutation simply turns on or off whether you ask a customer to identify themselves as male or female.

2 Aug 2006, 12:12 AM
#10
dogfusion avatar

dogfusion

Zen Follower

Join Date:
Jun 2006
Posts:
83
Plugin Contributions:
1

Re: Need Help Going Live Tomorrow :-(

^ lol.. yeah, what a screw up that was.. time for a nap.

Like dbltoe suggested, it's a bad idea and you'll probably have to override core files. What ever you do though, don't turn off your 'send mail' or you can forget about mailing newsletters or contacting your customers through the store.. :laugh: