Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Only payment/shipping method available


cameronbailey

Recommended Posts

I'm having trouble finding where these two sentences come from:

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

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

 

I want to remove them both, since I'm offering only one method of each and have no plans to expand those options. Anyone know where they are located?

Link to comment
Share on other sites

I'm having trouble finding where these two sentences come from:

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

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

 

I want to remove them both, since I'm offering only one method of each and have no plans to expand those options. Anyone know where they are located?

 

/catalog/includes/languages/english/checkout_payment.php

 

or find TEXT_ENTER_PAYMENT_INFORMATION in catalog/checkout_payment.php and remove the if/include statement

 

Same can be done with the checkout_shipping.php files in either location.

Link to comment
Share on other sites

  • 5 years later...

Hello All,

 

The above information is correct, and I'd like to add to it.

 

For the checkout_shipping.php page edit this file: (catalog)/includes/languages/english/checkout_shipping.php

and look for TEXT_ENTER_SHIPPING_INFORMATION.

 

For the checkout_payment.php page edit this file:(catalog)/includes/languages/english/checkout_payment.php

and look for TEXT_ENTER_PAYMENT_INFORMATION

 

That way you don't need to alter the code in the files of the same names in the store root directory.

 

I hope this helps someone!

 

Sincerely,

 

DesertCoder

Edited by DesertCoder
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...