Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing the Checkout - Weight View


Aziz

Recommended Posts

Posted

Is there anyway i can remove the weight from the checkout shipping page..

 

e.g. instead of Uinted States Postal Service (1x5lb)..

 

I only want to view Uinted States Postal Service ?

 

is it possbile..

 

thank u

 

aziz

--------------------------------

Posted

In includes/modules/shipping/usps.php, change:

 

          $this->quotes = array('id' => $this->code,
                               'module' => $this->title . ' (' . $shipping_num_boxes . ' x ' . $shipping_weight . 'lbs)');

 

to

 

          $this->quotes = array('id' => $this->code,
                               'module' => $this->title);

 

Similar changes for other shipping types.

Posted

Thank You........ A Million...

 

Thanks alot....

 

Thank you x 100(squared).

 

Thank you..

 

Ur the best ..

 

thnx again

peace

--------------------------------

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...