Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Topic author was deleted

    Feb 20, 2015 @ 18:40

    How to change currency in uWebshop2?

    So I've added uWebshop2 to my site, and have imported all my products using CMSImport.

    I've set the currency for my store as GBP (index 0), but when I call .Price.WithVat.ToCurrencyString(), and when I view the price property in the editor, it shows in $.  How do I get uWebshop2 to display my prices in £?  

    I've seen links to posts asking this question before, but none of the links seem to work.

    Also, on importing my prices using CMSImport, they seem to have been moved after the decimal point.  So 1.55 has become 0.15.  Just wondering if anyone knows if this is a CMSImport thing or uWebshop2?

    I'm on Umbraco 7.2.1 and uWebshop2 version 2.6.1.

  • Arnold Visser 418 posts 778 karma points hq c-trib
    Feb 23, 2015 @ 09:55
    Arnold Visser
    100

    uWebshop uses the Examine index, what can happen is that after uWebshop install/changes to document types, Umbraco did not add the fields to the Examine index. Rebuild the examine index, restart the application pool, rebuild examine index again will make sure they are added. (then publish).

    The stores are in a different cache then the catalog, so just republish a store. Let me know if that helps.

    Also please import prices in cents. uWebshop works with all prices in cents so any issues with decimal separates in various cultures are handled properly.

  • Comment author was deleted

    Feb 23, 2015 @ 14:04

    Thanks Arnold,

    I also changed the index of my store's currency to 1, rather than 0, and the combination of the two seems to have solved the issue.

    Thanks for clarifying the prices also.

Please Sign in or register to post replies

Write your reply to:

Draft