Zen Cart Logo
Forums / Basic Configuration / Hiding Weights Altogether

Hiding Weights Altogether

Locked

Views: 2,079

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
24 Jul 2006, 7:57 PM
#1
outdoorsnit avatar

outdoorsnit

New Zenner

Join Date:
Jun 2006
Posts:
8
Plugin Contributions:
0

Hiding Weights Altogether

I've turned off weights in the cart, so currently the only place the customer will find a weight is in the checkout page (where CC info is entered, here it shows weight for final shipping cost) and again in the order emails and when logged in to view the order.

So I'm pretty sure I've identified where weights are listed. I've looked through the admin and I can't see any setting to hide this so I was going to manually code comments to hide the weights. Of course if we ever change our minds on this, we have to go back and "uncomment" out the code.

So my question is whether or not there is a setting I'm not seeing that will hide weights before I hard code everything?

Many thanks in advance.

25 Jul 2006, 1:35 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Hiding Weights Altogether

What shipping module are you using?

25 Jul 2006, 1:43 AM
#3
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Hiding Weights Altogether

Peek at the Shipping/Packaging settings ... you could turn off the weight and/or boxes from displaying ...

25 Jul 2006, 2:45 AM
#4
outdoorsnit avatar

outdoorsnit

New Zenner

Join Date:
Jun 2006
Posts:
8
Plugin Contributions:
0

Re: Hiding Weights Altogether

I swear no matter how many times I go over the settings, the solution doesn't click when a problem arises.

That would probably be #4 question answered by you Linda over the past 6 years (I have a history at OSC).

Thank you VERY much!

25 Jul 2006, 3:06 AM
#5
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Hiding Weights Altogether

Glad you got things back on track ... and welcome to Zen Cart ... :cool:

26 Jul 2006, 5:47 PM
#6
outdoorsnit avatar

outdoorsnit

New Zenner

Join Date:
Jun 2006
Posts:
8
Plugin Contributions:
0

Re: Hiding Weights Altogether

Hmmmm...I'm still finding an instance of weights appearing through the shopping cart?

index.php?main_page=shopping_cart

26 Jul 2006, 5:49 PM
#7
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Hiding Weights Altogether

Do you have an URL to your site where we can see this?

26 Jul 2006, 6:31 PM
#8
outdoorsnit avatar

outdoorsnit

New Zenner

Join Date:
Jun 2006
Posts:
8
Plugin Contributions:
0

Re: Hiding Weights Altogether

http://www.deadlydecoys.com/store/

Just add anything to the shopping cart.

27 Jul 2006, 1:12 AM
#9
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Hiding Weights Altogether

To remove the weight item or total from the shopping_cart page ...

Go to the Configuration ... Layout Settings ...

Shopping Cart - Show Totals
Show Totals Above Shopping Cart?
0= off
1= on: Items Weight Amount
2= on: Items Weight Amount, but no weight when 0
3= on: Items Amount

27 Jul 2006, 3:00 AM
#10
outdoorsnit avatar

outdoorsnit

New Zenner

Join Date:
Jun 2006
Posts:
8
Plugin Contributions:
0

Re: Hiding Weights Altogether

I'm an idiot....

Thanks AGAIN Linda!