Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Remove Weight from step 1 of checkout?

Remove Weight from step 1 of checkout?

Locked

Views: 7,593

Results 1 to 15 of 15
This thread is locked. New replies are disabled.
14 Sep 2007, 11:57 PM
#1
sparkiii avatar

sparkiii

New Zenner

Join Date:
Jun 2007
Posts:
93
Plugin Contributions:
0

Remove Weight from step 1 of checkout?

Gday,

I want to Remove the Weight from the top of the step 1 of checkout. I have been through the forum and found several answers and it has gone from everywhere else in the site, but it still appears here. I thought about going into the PHP pages and just removing the word but then 0lbs will still show up on the page.

Any ideas, I think this is my last thing to solve.

Nat

18 Sep 2007, 2:07 AM
#2
sparkiii avatar

sparkiii

New Zenner

Join Date:
Jun 2007
Posts:
93
Plugin Contributions:
0

Re: Remove Weight from step 1 of checkout?

I have worked it out, it was in layout settings, but these are all the places I changed to get rid of it totally in case anyone needs to know

Admin->Configuration->Shipping/Packaging->Display Number of Boxes and Weight Status

set at 0

Admin->Prouct Types->General->edit layout->Show Attribute Weight

**set at False

# Admin->Product Listing->Display Product Weight
Set at 0

**# Admin->All Listing->display product weight (this is the only listing that shows but i have it set to 0 in new and featured as well)
**set at 0

**# Admin->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

18 Sep 2007, 2:08 AM
#3
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,611
Plugin Contributions:
0

Re: Remove Weight from step 1 of checkout?

Thank you for posting the list! :clap:

30 Sep 2007, 1:44 AM
#4
richie_redbull avatar

richie_redbull

New Zenner

Join Date:
Sep 2007
Posts:
2
Plugin Contributions:
0

Re: Remove Weight from step 1 of checkout?

I've set all of these, however weight: 0lbs still shows up in the shopping cart and on the estimated shipping screen, how do I make the Weight: 0 lbs just not display at all??

30 Sep 2007, 7:45 AM
#5
sparkiii avatar

sparkiii

New Zenner

Join Date:
Jun 2007
Posts:
93
Plugin Contributions:
0

Re: Remove Weight from step 1 of checkout?

I was left with just the weight in the checkout as well and this is the one that got rid of it. I set i to zero.

Admin->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

30 Sep 2007, 2:41 PM
#6
johnd avatar

johnd

Zen Follower

Join Date:
Oct 2006
Location:
New Jersey, USA
Posts:
119
Plugin Contributions:
0

Re: Remove Weight from step 1 of checkout?

I removed the weights from the shipping estimate pop-up and the shopping cart by using the Developer Tool Kit to find the right files that they were in and removed those entries.
Unfortunately, I didn't record the names of the files I changed. I know that I couldn't figure out how to save the files as overrides.
It did take me a while of finding the define names and then doing additional searches to find where they were used. I'll try to remember. If I do, I'll post again.
You can see the result if you go to http://www.rabbitinmyhat.com and take something to the shipping estimator. There is no reference to weight that my customer would see.

7 Oct 2007, 2:09 AM
#7
richie_redbull avatar

richie_redbull

New Zenner

Join Date:
Sep 2007
Posts:
2
Plugin Contributions:
0

Re: Remove Weight from step 1 of checkout?

johnd:

I removed the weights from the shipping estimate pop-up and the shopping cart by using the Developer Tool Kit to find the right files that they were in and removed those entries.
Unfortunately, I didn't record the names of the files I changed. I know that I couldn't figure out how to save the files as overrides.
It did take me a while of finding the define names and then doing additional searches to find where they were used. I'll try to remember. If I do, I'll post again.
You can see the result if you go to http://www.rabbitinmyhat.com and take something to the shipping estimator. There is no reference to weight that my customer would see.

That's exactly what I'm looking for :D , now the hard part, finding what files to modify

18 Oct 2007, 8:03 AM
#8
jarown avatar

jarown

New Zenner

Join Date:
Oct 2007
Posts:
3
Plugin Contributions:
0

Re: Remove Weight from step 1 of checkout?

sparkiii,

Thanks for the advice! I already changed about 6 parameters, but this setting did the trick :)

Grz,
Jarown

12 Nov 2007, 5:53 PM
#9
greeny6000 avatar

greeny6000

New Zenner

Join Date:
Nov 2007
Posts:
6
Plugin Contributions:
0

Re: Remove Weight from step 1 of checkout?

Works for me :smile:

Its a bit misleading in step 2, it should read:

Admin->Catalog->Product Types->Product General->edit layout->Show Attribute Weight

set at False

I also set the 'show weight' to false.

There were some other bits in this menu which I which I didn't know where here like show dated added and show model number, which I have also turned off.

28 Feb 2009, 4:01 PM
#10
welshranger avatar

welshranger

New Zenner

Join Date:
Dec 2008
Posts:
4
Plugin Contributions:
0

Re: Remove Weight from step 1 of checkout?

Ive done all the above but still no joy Below is what i need removed

28 Feb 2009, 10:03 PM
#11
ajeh avatar

ajeh

Oba-san

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

Re: Remove Weight from step 1 of checkout?

You would need to compare that shipping modules to something like USPS and see what method is used to show or not show the weight ...

Example, check the ups.php file for where the constant:
SHIPPING_BOX_WEIGHT_DISPLAY

is used that controls this from the Admin ...

1 Mar 2009, 4:08 AM
#12
goninja avatar

goninja

New Zenner

Join Date:
Jan 2009
Posts:
71
Plugin Contributions:
0

Re: Remove Weight from step 1 of checkout?

johnd:

I removed the weights from the shipping estimate pop-up and the shopping cart by using the Developer Tool Kit to find the right files that they were in and removed those entries.
Unfortunately, I didn't record the names of the files I changed. I know that I couldn't figure out how to save the files as overrides.
It did take me a while of finding the define names and then doing additional searches to find where they were used. I'll try to remember. If I do, I'll post again.
You can see the result if you go to http://www.rabbitinmyhat.com and take something to the shipping estimator. There is no reference to weight that my customer would see.

Did you ever remember the files?

I have removed the mention of "weight" everywhere except on the "shipping estimator" pop-up.

This is the last place I have to do!

1 Mar 2009, 2:58 PM
#13
ajeh avatar

ajeh

Oba-san

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

Re: Remove Weight from step 1 of checkout?

If there isn't a switch on the Shipping Estimator to remove the totals but you can customize the template tpl_modules_shipping_estimator.php in your templates and overrides and comment out the display for:

<?php if (!empty($totalsDisplay)) { ?>
<div class="cartTotalsDisplay important"><?php echo $totalsDisplay; ?></div>
<?php } ?>

and below that for:

<?php if (!empty($totalsDisplay)) { ?>
<div class="cartTotalsDisplay important"><?php echo $totalsDisplay; ?></div>
<?php } ?>

But first try the switch in 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

3 Mar 2009, 12:39 AM
#14
goninja avatar

goninja

New Zenner

Join Date:
Jan 2009
Posts:
71
Plugin Contributions:
0

Re: Remove Weight from step 1 of checkout?

Ajeh:

If there isn't a switch on the Shipping Estimator to remove the totals but you can customize the template tpl_modules_shipping_estimator.php in your templates and overrides and comment out the display for:

<?php if (!empty($totalsDisplay)) { ?> <div class="cartTotalsDisplay important"><?php echo $totalsDisplay; ?></div> <?php } ?> ``` > > and below that for: > ``` <?php if (!empty($totalsDisplay)) { ?> <div class="cartTotalsDisplay important"><?php echo $totalsDisplay; ?></div> <?php } ?> ``` > > But first try the switch in the Configuration ... Layout Settings ...

What about:

Config > Shipping/Packaging > Display Number of Boxes and Weight Status > Set to 0

That removed the weight from the shipping estimator for me!

4 Mar 2010, 5:06 AM
#15
shuntashay avatar

shuntashay

New Zenner

Join Date:
Apr 2008
Posts:
12
Plugin Contributions:
0

Re: Remove Weight from step 1 of checkout?

thanks for the post