Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change Shipping or Payment Moudle Title for you need


Recommended Posts

Posted (edited)

Hi everyone

 

I was looking for a easy to make the free shipping in a "city" area due to the shipping moudle only can be indicated at "state or province" to be showed on the shipping options. not a "city" level.

then I found this...

define('MODULE_SHIPPING_FLAT_TEXT_WAY', 'Best Way');

replace with

define('MODULE_SHIPPING_FLAT_TEXT_WAY', 'Your text');

 

this is in includes/languages/english/mocules/shipping/flat.php

 

Satish Mantri

 

this also works if you change the title to be "Free Shipping in Ottawa", let your customer to choose from if they are in Ottawa. but you have to set flat rate activated and the rate is 0.00 in admin mode. samething for payment moudle I put the "note" behind the title to inform customer if they are the case, then could choose this options.

 

here is the example I did...

 

define('MODULE_SHIPPING_FLAT_TEXT_TITLE', 'Free Shipping in Ottawa');

define('MODULE_SHIPPING_FLAT_TEXT_DESCRIPTION', 'Flat Rate');

define('MODULE_SHIPPING_FLAT_TEXT_WAY', 'Note: we will email you to confirm the date we deliver.');

 

then that shows...

 

Please select the preferred payment method to use on this order. Please Select

 

Canada Post (1 x 2.61kgs)

Priority Courier, 2007-03-20 C$17.13

Xpresspost, 2007-03-20 C$9.09

Regular, 2007-03-21 C$7.04

 

Free Shipping in Ottawa

Note: we will email you to confirm the date we deliver. C$0.00

 

here is another one...

 

define('MODULE_PAYMENT_COD_TEXT_TITLE', 'Cash on Delivery<br /> (Note: Only available for shipping in Ottawa.)');

define('MODULE_PAYMENT_COD_TEXT_DESCRIPTION', 'Cash on Delivery');

 

this is in includes/languages/english/mocules/payment/cod.php

 

then, this shows...

 

Please select the preferred payment method to use on this order. Please Select

 

PayPal

(Note: major credit card with or without paypal account.)

 

Cash on Delivery

(Note: Only available for shipping in Ottawa.)

 

so that you don't have to change the coding or use any contributions, but the disadvantage is that will show on zone("state or province", Ontario in my case)

which customer's shipping address in.

 

any suggestion or better method?

 

cheers, everyone!

 

by the way, Thanks so much, Satish Mantri!

Edited by eTHAN hUANG

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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