I have the most current version 1.3.7. I tried to edit the code but the ( ) are still there. What exactly am I supposed to remove or edit?
I have the most current version 1.3.7. I tried to edit the code but the ( ) are still there. What exactly am I supposed to remove or edit?
I goobered ...![]()
The parens are in the:
/includes/modules/pages/checkout_shipping/header_php.php
About line 152 you will see:
PHP Code:'title' => (($free_shipping == true) ? $quote[0]['methods'][0]['title'] : $quote[0]['module'] . ' (' . $quote[0]['methods'][0]['title'] . ')'),
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
I've tried to edit the code but no luck. Could you please tell me what to remove?
Thank you.
I tried editing that line too, changing it to:
So it shouldn't say "Best Way" if that were the right place to edit it, but it still says Best Way, both on the shopping cart and shipping information pages.Code:'title' => (($free_shipping == true) ? $quote[0]['methods'][0]['title'] : $quote[0]['module']),
1 change the language file to not read: Best Way
2 change the line in:
/includes/modules/pages/checkout_shipping/header_php.php
from:
to read:Code:'title' => (($free_shipping == true) ? $quote[0]['methods'][0]['title'] : $quote[0]['module'] . ' (' . $quote[0]['methods'][0]['title'] . ')'),
Code:'title' => (($free_shipping == true) ? $quote[0]['methods'][0]['title'] : $quote[0]['module'] . ' ' . $quote[0]['methods'][0]['title'] . ''),
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Linda,
Do you know which file controls the parens that appear in the pop-up Shipping Estimator? I tried both of the files in the this thread for editing parens out, but neither file impacted the parens in the pop-up Shipping Estimator..
You really need to give more details ...
What shipping module(s) are you using?
What are you trying to remove in the display?
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
The above worked for me -- Thanks Ajeh!
However, now I have a problem with my language overrides.
Instead of using the custom text I specified in:
/languages/english/my_template/modules/shipping/table.php
The text is coming from
/languages/english/modules/shipping/table.php
Why is my language override not working? What am I missing here?
Thanks Zen Team!
Doug
Last edited by doug949; 13 Oct 2008 at 07:01 PM. Reason: want to be notified of replies
Thanks for the update and for posting the solution to the problem ...![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!