Hi
I'm running Ubercart 2 on Drupal 6 and have run into a problem with the shipping quotes. I have added several rates and, whilst these rates are applied and appear in the Payment Method pane correctly, the Calculate Shipping pane only displays the rate name and then 'null'.

I have attached a image to illustrate this.

I cant find any settings in the admin that would account for this and if i disable the Calculate Shipping pane then shipping is not calculated. I can add the delivery charge as a Tax Rate but this is not desirable.

I am using Firebug but am not seeing any js errors.

This is a very small thing but it is blocking me quite sucessfully. Any help would be greatly appreciated.

CommentFileSizeAuthor
shipping.gif99.61 KBtrollgerl
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

trollgerl’s picture

Sorry there seems to be an issue with the image - the content is as follows

Calculate shipping cost

Shipping quotes are generated automatically when you enter your address and may be updated manually with the button below.
10% UK Delivery: null

Payment method
Order total preview:
Subtotal: £812.00
10% UK Delivery: £81.20
Subtotal excluding taxes: £893.20
VAT: £142.10
Order total: £1,035.30

bdimaggio’s picture

Hey trollgerl -- Hm, that's odd. So *all* of your methods are displaying 'null' in the calculate shipping pane? (Your original message indicates yes, but I want to verify, just because your example only mentions the one.) Can you post the characteristics (that is, all 5 of the fields you filled out to create them) of each method?

trollgerl’s picture

Hi
Thanks for your swift response.
I have 2 Minimum Percentrate methods setup, neither display in the calculate shipping pane.
10% and 12%
Settings are as follows

10%
Title - 10% Uk Deliveries
Label - 10% UK Delivery
Min Rate - 0.000
Default Rate - 10.000
Free Rate Above - 50000.000

Condition
AND
Condition: Check an order's number of products
All products
4
Total is greater than specified value.

12 %
Title - 12% Uk Deliveries
Label - 12% UK Delivery
Min Rate - 0.000
Default Rate - 12.000
Free Rate Above - 50000.000

Condition
AND
Condition: Check an order's number of products
All products
4
Total is less than or equal to specified value.

Originally I also had a Flat Rate Method as well, displaying a message for Overseas orders. This rate displayed correctly in the calculate shipping pane.