Enzo_UK Posted April 10, 2005 Posted April 10, 2005 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. Quote
TerryK Posted April 10, 2005 Posted April 10, 2005 (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 April 10, 2005 by TerryK Quote 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. *
Recommended Posts
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.