![]() |
Removing notes on checkout page
I'd like to remove the notes on customers check out page:
Notes: 1. The values in the Summary row are represented with consideration of quantity. 2. * This value is used for applying discounts. 3. ** This value is used for shipping cost calculation. According to the Template Editing Guide (thanks balinor), I figured the first place to start is: customer/main/checkout.tpl But I don't have a file by the name! Weird. Maybe my version is different. Even so, am I even working on the right file? Suggestions? |
What you also could do is edit your language variable and delete this text.
But you could also comment it out in your template. I'm not sure but it could be one of these files: cart_totals.tpl cart_contents.tpl cart_details.tpl checkout.tpl First search for the label with that text and then search the label in one of those tpl files and comment it out. |
Remember, all the templates are in the skin1 directory, not the root directory so make sure you are looking in the right place. THe file you want is cart_details.tpl. Comment this out:
<DIV>{$lng.txt_notes}: {$lng.txt_cart_details_notes} </DIV> |
All times are GMT -8. The time now is 10:22 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.