bryka
Total Posts: 7
Joined: 2008-07-05
This occurred after 1.1.5 upgrade
For example. Magento should display from UPS
$10 - Ground
$20 - 2nd Day
$30 - Next day
Now it only displays from UPS
$10
$20
$30
Please let me know if someone else sees this issue or how to correct. Thanks.
Posted: September 16 2008
| top
Michael
Total Posts: 731
Joined: 2007-08-31
bryka - 15 September 2008 08:07 PM
This occurred after 1.1.5 upgrade
For example. Magento should display from UPS
$10 - Ground
$20 - 2nd Day
$30 - Next day
Now it only displays from UPS
$10
$20
$30
Please let me know if someone else sees this issue or how to correct. Thanks.
Can you please post here the screenshot ? What theme are you using ?
Posted: September 16 2008
| top
| # 1
bw2008
Total Posts: 16
Joined: 2008-06-21
I’m still getting the error: “This shipping method is currently unavailable....” for UPS shipping module. Country of origin is outside USA.
As for the label bug, I got that too. Even Fontis Australia’s Australia Post shipping method are missing the labels too!
Posted: September 16 2008
| top
| # 2
Michael
Total Posts: 731
Joined: 2007-08-31
bw2008 - 16 September 2008 01:44 AM
As for the label bug, I got that too. Even Fontis Australia’s Australia Post shipping method are missing the labels too!
What theme do you use ? Can you please post here a screenshot ?
Posted: September 16 2008
| top
| # 3
andreladocruz
Total Posts: 255
Joined: 2008-05-07
Brazil
The problem is in all shipping modules!
we developed 2 modules here in brazil and in both the label is no showing!
it was showing on version 1.1.4.
attached image follows
Image Attachments
Click thumbnail to see full-size image
Signature
André Cruz
http://farmadelivery.com
Posted: September 16 2008
| top
| # 4
andreladocruz
Total Posts: 255
Joined: 2008-05-07
Brazil
the funny thing is that on the backoffice the label is showing fine!
only on the front end it´s not functioning.
Signature
André Cruz
http://farmadelivery.com
Posted: September 16 2008
| top
| # 5
bytestorm
Total Posts: 47
Joined: 2008-04-02
Hi, this was an intended change.
To get your templates working please change
$_rate -> getMethodDescription ()
to
$_rate -> getMethodTitle ()
in the following templates
/ app / design / frontend / PACKAGE / THEME / templates / checkout / cart / shipping . phtml / app / design / frontend / PACKAGE / THEME / templates / checkout / multishipping / overview . phtml / app / design / frontend / PACKAGE / THEME / templates / checkout / multishipping / shipping . phtml / app / design / frontend / PACKAGE / THEME / templates / checkout / onepage / shipping_method / available . phtml / app / design / frontend / PACKAGE / THEME / templates / paypal / express / review . phtml / app / design / frontend / PACKAGE / THEME / templates / paypaluk / express / review . phtml
* note: replace PACKAGE and THEME with your package and theme names respectively.
Posted: September 16 2008
| top
| # 6
bw2008
Total Posts: 16
Joined: 2008-06-21
Hi Micheal,
Here’s a screenshot of the bug.
Image Attachments
Click thumbnail to see full-size image
Posted: September 16 2008
| top
| # 7
tapebrothers
Total Posts: 48
Joined: 2008-05-14
Can this be done with a site wide find/replace?
Thank You
Posted: September 16 2008
| top
| # 9
bytestorm
Total Posts: 47
Joined: 2008-04-02
@tapebrothers, yes, it can be done using find/replace
i even think that this method is preferred one =)
Posted: September 16 2008
| top
| # 10
bryka
Total Posts: 7
Joined: 2008-07-05
I’m running “interface_Frontend_Default_Modern 1.1.2 (stable)”
Posted: September 16 2008
| top
| # 11
Ollie
Total Posts: 8
Joined: 2007-09-14
Hi,
I have the same problem like bw2008.. The UPS module is just showing : “shipping method is currently unavailable” after the upgrade to 1.1.5 (Same with a new test installation). Country of origin is Germany.
What kind of information should I provide to help you solving the problem?
Bests
Ollie
Posted: September 17 2008
| top
| # 12
Ollie
Total Posts: 8
Joined: 2007-09-14
Seems to be the old problem:
http://www.magentocommerce.com/boards/viewthread/10603/
Ollie
Posted: September 17 2008
| top
| # 13
Michael
Total Posts: 731
Joined: 2007-08-31
Ollie - 17 September 2008 12:02 AM
Hi,
I have the same problem like bw2008.. The UPS module is just showing : “shipping method is currently unavailable” after the upgrade to 1.1.5 (Same with a new test installation). Country of origin is Germany.
What kind of information should I provide to help you solving the problem?
Bests
Ollie
What is your shipping origin (country/state/postcode) and destination address (country/state/postcode) ?
Posted: September 17 2008
| top
| # 14
Ollie
Total Posts: 8
Joined: 2007-09-14
Ok,
origin: Germany/Berlin/10405
destination: Germany/Berlin/12439 (but it seems to does not matter).
It is the same problem like here: http://www.magentocommerce.com/boards/viewthread/10603/
I made the changes from that post and the UPS Module works fine now.
Posted: September 17 2008
| top
| # 15