See these two issues on ubercart.org:

http://www.ubercart.org/issue/9558/shipping_quote_message_text_does_not_...
http://www.ubercart.org/forum/support/8921/cannot_change_shipping_quote_...

In summary, custom messages entered in the form at admin/store/settings/quotes/edit do not get saved when the form is submitted.

The cause is that some D6-specific code got inserted into uc_quote.module for Ubercart 1.x (D5). In particular, $form_state, a D6 form variable, was being used instead of $form_value. The attached patch fixes this.

I searched the rest of the UC 1.7 codebase, and didn't find any other instances of this problem.

CommentFileSizeAuthor
#4 condizioni.png32.36 KBScorpio26
uc_quote.module.patch1.19 KBtr

Comments

3cwebdev’s picture

The patch works perfect, thanks!

Island Usurper’s picture

Status: Needs review » Fixed

Glad to hear there aren't any other problems. It's already fixed in the dev version, but thanks for providing a patch until the next release. I must have forgotten to do that when I fixed it.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Scorpio26’s picture

StatusFileSize
new32.36 KB

I use the uc_quote.module.patch and It works
My problem now is how to translate the text put in admin/store/settings/quotes/edit : "Shipping quote error message" in the other languages of my shop.
tanks

marcoBauli’s picture

Title: Can't change shipping quote messages » Can't translate shipping quote messages
Version: 5.x-1.7 » 6.x-2.2
Status: Closed (fixed) » Active

Shipping quote messages can be saved to any like, but they cannot be translated as Scorpio26 says... i'll reopen this instead of creating a new issue as localization should be probably supported. Please just tell if a new issue would address this better. Thx!

tr’s picture

Title: Can't translate shipping quote messages » Can't change shipping quote messages
Version: 6.x-2.2 » 5.x-1.7
Status: Active » Closed (fixed)

No, please don't reopen this. The original report was a bug in the Drupal 5 version of Ubercart, and it was fixed long ago. Post a new issue if you want to discuss translation issues in Drupal 6.