olimits7 Posted February 17, 2006 Posted February 17, 2006 Hello, I edited the TEXT_TITLE and TEXT_WAY in the flat.php file located under "/includes/languages/english/modules/shipping/". This it what it use to say: "Flat Rate" define('MODULE_SHIPPING_FLAT_TEXT_TITLE', 'Flat Rate'); define('MODULE_SHIPPING_FLAT_TEXT_DESCRIPTION', 'Flat Rate'); I changed it to say something else. Anyway, when I get to the checkout_confirmation.php file in the checkout process it now says the new TEXT_TITLE and TEXT_WAY that I wrote under the section where "Flat Rate (Best Way)" use to be. I want to "COMMENT OUT" the TEXT_WAY text from the checkout_confirmation.php file, but I don't know what file or where I have to do this on. Can somebody tell me what file I have to edit so I can do this?? This is the code that I think is used to output the Sub-Total: $10.00, Flat Rate (Best Way): $5.00, and Total: $15.00 on the checkout_confirmation.php file. But I still don't know where I have to go to edit this part. <?php if (MODULE_ORDER_TOTAL_INSTALLED) { $order_total_modules->process(); echo $order_total_modules->output(); } ?> Thank you, olimits7
olimits7 Posted February 18, 2006 Author Posted February 18, 2006 Does anybody know how to do this?? Please help!! Thank you, olimits7
Recommended Posts
Archived
This topic is now archived and is closed to further replies.