Zen Cart Logo
Forums / Addon Shipping Modules / Big Royal Mail Module - Want to remove weight text on shipping page

Big Royal Mail Module - Want to remove weight text on shipping page

Locked

Views: 1,278

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
10 Sep 2010, 1:01 PM
#1
dgent avatar

dgent

Totally Zenned

Join Date:
Nov 2009
Location:
UK
Posts:
1,117
Plugin Contributions:
0

Big Royal Mail Module - Want to remove weight text on shipping page

I have installed this module and it all works fine, but I want to remove the actual weight text, ie it says '100.00) that the customer sees next to the module text on the checkout_shipping page.

Can anyone point me to the bit of code I need to remove?

10 Sep 2010, 1:16 PM
#2
dgent avatar

dgent

Totally Zenned

Join Date:
Nov 2009
Location:
UK
Posts:
1,117
Plugin Contributions:
0

Re: Big Royal Mail Module - Want to remove weight text on shipping page

Done it.

Remove the following code from the relevant shipping module.

        $sw_text = number_format($shipping_weight, 3, $currencies->currencies[DEFAULT_CURRENCY]['decimal_point'], $currencies->currencies[DEFAULT_CURRENCY]['thousands_point']);