Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do i remove the delivery weight ?


KJ666

Recommended Posts

How do i remove the bit that says the Delivery weight ??

Added abit of the code.

 

			// Text shown on Checkout_Confirmation
		$shipping_method = ''; // Leaving this entry blank causes only the shipping title to show i.e Royal Mail 1st Class Std 	  
		else
		// Text shown on Checkout_shipping -  Delivery Weight : 0.7 Kg's (Ships normally within 1 to 3 days)
	$shipping_method = MODULE_SHIPPING_RMFIRST_TEXT_WAY . ' : ' . $shipping_weight . ' ' . MODULE_SHIPPING_RMFIRST_TEXT_UNITS . ' ' . MODULE_SHIPPING_RMFIRST_DELIVERY_TIMES; 

		break;
	  }
	}

Link to comment
Share on other sites

// Text shown on Checkout_Confirmation
		$shipping_method = ''; // Leaving this entry blank causes only the shipping title to show i.e Royal Mail 1st Class Std	   
		else
		// Text shown on Checkout_shipping -  Delivery Weight : 0.7 Kg's (Ships normally within 1 to 3 days)
	$shipping_method = MODULE_SHIPPING_RMFIRST_TEXT_WAY . '  : ' . MODULE_SHIPPING_RMFIRST_DELIVERY_TIMES;

		break;
	  }
	}

Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!

8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.

Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.

Any issues with oscommerce, I am here to help you.

Link to comment
Share on other sites

Next problem is (i had it working but then it just went)

 

It now says:

 

Shipping Method

 

This is currently the only shipping method available to use on this order.

 

 

When any shipping methoads are used.

I am using this addon,

UK Royal Mail & Overseas Shipping Methods for specific categories of products

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...