Jet200 Posted May 18, 2010 Posted May 18, 2010 On my checkout_confirmation page I have shipping method/information displayed in two places. One is in a block of Name, Billing, Shipping address, Shipping method, etc. The other is displayed along with the order items, subtotal, tax, shipping, etc. The issue I am having is whenever the shipping method is displayed it will show the method (FedEx, USPS, etc) and then it will display the description (in this case, "See shipping and returns for full details"). I think these two items are called MODULE_SHIPPING_FLAT_TEXT_TITLE and MODULE_SHIPPING_FLAT_TEXT_WAY. I only want the MODULE_SHIPPING_FLAT_TEXT_WAY to display on the checkout_shipping page and then only need the MODULE_SHIPPING_FLAT_TEXT_TITLE to display in all other instances. I cannot for the life of me figure out how to configure this. Can anyone give me a tip or tell me what line of code needs to be edited or deleted? Thanks
Elevenmagnum Posted May 24, 2010 Posted May 24, 2010 To the best of my understanding you would need to comment out the item you don't want to see with // in the relevant files.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.