Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

How can I change the name of the Shipping Module as is displayed on the checkout_shipping.php page when the customer is placing an order?

 

e.g. it currently says 'Zone Rates' and I want to use the zone rates module, but make it display somthing like 'Next day by Courier' on the checkout_shipping.php page.

 

Also on a similar topic how do I change the name of the Payment Module as is shown on the checkout_payment.php page?

 

Cheers in advance.

Andrew.

Posted (edited)

- /catalog/includes/languages/english/modules/shipping/zones.php

 

define('MODULE_SHIPPING_ZONES_TEXT_DESCRIPTION', 'Zone Based Rates');

 

Change to whatever you want it to say.

 

- /catalog/includes/languages/english/modules/payment/

(then whichever payment file you want to change)

 

For cc.php, for example, look for:

 

 ?define('MODULE_PAYMENT_CC_TEXT_TITLE', 'Credit Card');

 

and change to whatever you want it to say.

 

HTH,

 

Terry

Edited by TerryK

Terry Kluytmans

 

Contribs Installed: Purchase Without Account (PWA); Big Images, Product Availability, Description in Product Listing, Graphical Infobox, Header Tags Controller, Login Box, Option Type Feature, plus many layout changes & other mods of my own, like:

 

Add order total to checkout_shipment

Add order total to checkout_payment

Add radio buttons at checkout_shipping (for backorder options, etc.)

Duplicate Table Rate Shipping Module

Better Product Review Flow

 

* If at first you don't succeed, find out if there's a prize for the loser. *

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