PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Shipping price bug

  1. I found a bug in shipping price option. When I add shipping price 3,00 €, then all is fine and in order form price is too 3,00 €. When I insert price 3,50 €, in order form price is 35,00 €.
    This bug exists in RC3.10 what I used early and in RC4.2 too.

    Can You fix this bug as soon as possible?

    Posted 13 years ago on Sunday February 27, 2011 | Permalink
  2. Try using a '.' instead of a ','? Darn euros always messing things up.. LOL (j/k)

    Posted 13 years ago on Sunday February 27, 2011 | Permalink
  3. It doesn't work. If I add value 3.5 € or 3.50 €, it automatically changed in form editor to 350,00 €! If I add value 3,5 € or 3,50 € then it keeps in form editor, but in order form it is 35,00 €. It's pretty big bug.

    Posted 13 years ago on Sunday February 27, 2011 | Permalink
  4. We'll look into this issue and see what is happening and get it resolved in the final 1.5 release which we are wrapping up now.

    Posted 13 years ago on Sunday February 27, 2011 | Permalink
  5. @digitohter I'm having trouble recreating this locally. I'm having no problem setting the Shipping to 3,50 in my development site. It's retaining the price fine. See this screenshot:

    http://grab.by/9erw

    Can you contact us via our Contact Us form with a login for a site where we can see this issue happening so we can debug it? It's difficult to debug if we can't see it happening and we can't recreate it. Reference this forum post when contacting us so we know what it is in reference to.

    Posted 13 years ago on Tuesday March 1, 2011 | Permalink
  6. I found problem source myself. I tried change form currency from EUR to USD and all was fine, then I checked currency.php file.

    USD values: "thousand_separator" => ',', "decimal_separator" => '.'
    EUR values: "thousand_separator" => '.', "decimal_separator" => ','

    When I changed EUR thousand separator to "," and decimal separator to "." then my problem was gone and all working fine now. I think that's bug in currency.php file.

    Posted 13 years ago on Thursday March 24, 2011 | Permalink