Git Product home page Git Product logo

Comments (24)

brakim avatar brakim commented on May 18, 2024 8

@AndreiMaz stop teasing with remove of on hold label.

from nopcommerce.

tonywiredin avatar tonywiredin commented on May 18, 2024 8

If you want to be a serious e-commerce framework, you need to stop bouncing this to the next version and actually do it

from nopcommerce.

johansakbas avatar johansakbas commented on May 18, 2024 5

How sure is this to be done in 4.7? Looks very promising if this is added. As mentioned before this is a great deal breaker for many B2B companies to use the platform.

from nopcommerce.

streamzyuk avatar streamzyuk commented on May 18, 2024 5

I have been able to extend the code to support multi currency transactions.
Products can have prices in different currencies and and can be set per country.
Products/Categories can be made available to specific countries or be restricted.
Its a little bit hack but the design of the system does not allow the PrimaryStoreCurrency to be set per store or per country.
So I did this by dynamically changing according to customer's country.

I am planning to create a plugin for these features but it will take some time.

from nopcommerce.

marius-stanescu avatar marius-stanescu commented on May 18, 2024 4

When is this going to be implemented? We really need this feature in the near future. I am also available to help develop it if needed.

from nopcommerce.

pixmame avatar pixmame commented on May 18, 2024 4

its needed to be there

from nopcommerce.

tigran-avdalyan avatar tigran-avdalyan commented on May 18, 2024 4

@AndreiMaz
Hi Andrei
This issue is oldest on GitHub and most important, can we add to millstone 4.20?

from nopcommerce.

toddca avatar toddca commented on May 18, 2024 4

Hey guys, This is a huge issue for a lot of us and as noted by others this is a really old issue. Please take a serious look at this issue and address for 4.2. I cannot see how you can just continue to ignore after so many years - if I am not mistaken this issue was opened prior to GitHub in 2011.

from nopcommerce.

brakim avatar brakim commented on May 18, 2024 4

@AndreiMaz ohh new title? Now we´re getting somewhere :)

from nopcommerce.

johansakbas avatar johansakbas commented on May 18, 2024 3

Hey guys, This is a huge issue for a lot of us and as noted by others this is a really old issue. Please take a serious look at this issue and address for 4.2. I cannot see how you can just continue to ignore after so many years - if I am not mistaken this issue was opened prior to GitHub in 2011.

I agree with toddca. I think this is a big reason why nopCommerce isn't a more popular system overall and especially in the B2B world. nopCommerce has potential to be a first-choice, go-to platform for larger corporations that work in .NET but basic functions like this missing makes it harder IMHO.

from nopcommerce.

brandon71 avatar brandon71 commented on May 18, 2024 3

Is this a feature that will ever be supported? A bump to the next revision since 2016 has given us hope but that is fading. It would be great to know if there is any real intention to offer this feature. If not please let us know.

We have clients in multiple countries and every product has their own price for each country. Product prices are based on many factors and we need a way to support client requirements for pricing products.

from nopcommerce.

tonywiredin avatar tonywiredin commented on May 18, 2024 3

from nopcommerce.

toddca avatar toddca commented on May 18, 2024 2

Hey guys - if you are not going to fix/address this issue I would rather someone just state as much. I don't see any attempt to try to address this for 4.2 or even to add hooks which would allow for a price lookup. Please let me know what you guys feel is the primary challenge to getting this added.

Currently my only thought on how to address this issue, and its a hack at best, is to use a custom price rounder that instead of rounding the price, it would fetch the price, given the product and currency from some lookup table and return this value as if it was "rounded". If anyone has any other ideas please let me know - we may be on our own here.

from nopcommerce.

xmenxwk avatar xmenxwk commented on May 18, 2024 2

Think its going to be added to next version ?

Nope, its been 7 years, apparently other useless features are more important than this.

from nopcommerce.

jgarniss avatar jgarniss commented on May 18, 2024 1

Are you going to do this change or not? Do I need to go to a new product? There has been no decision announced here one way or another. This is critical to some people.

from nopcommerce.

devranerogul avatar devranerogul commented on May 18, 2024 1

I have been able to extend the code to support multi currency transactions.

Products can have prices in different currencies and and can be set per country.

Products/Categories can be made available to specific countries or be restricted.

Its a little bit hack but the design of the system does not allow the PrimaryStoreCurrency to be set per store or per country.

So I did this by dynamically changing according to customer's country.

I am planning to create a plugin for these features but it will take some time.

Great, looking forward to try plugin.

from nopcommerce.

mohsen2hasani avatar mohsen2hasani commented on May 18, 2024

@AndreiMaz
Hi Andrei
Can you guide me to Implement this feature?
2 month later i implement this feature for nop 3.90, because in my company, we have some custom currency and we need this feature, but, some other feature like additional prices and discounts are processed by main price.
I added currency to "Tier prices" and when admin entered price row, he can select currency ....
but i use static price code for my purpose, and if you want and help me, i want to implement this feature and commit codes for nopcommerce.

sorry for my bad English and thank you.

from nopcommerce.

johansakbas avatar johansakbas commented on May 18, 2024

Any input about when and if this issue will be implemented? @AndreiMaz

from nopcommerce.

adrianiftode avatar adrianiftode commented on May 18, 2024

Hi guys, is this something that is in progress?

from nopcommerce.

jgarniss avatar jgarniss commented on May 18, 2024

I absolutely agree, this is necessary and has been promised for quite some time. Is this going to happen?

from nopcommerce.

toddca avatar toddca commented on May 18, 2024

@jgarniss it’s been over 3 years and the core team has not even taken the time to comment or reply to this thread. But they had plenty of time to totally ruin the admin UI in 4.2. The silence speaks volumes.

from nopcommerce.

orkunsenturk avatar orkunsenturk commented on May 18, 2024

Hope it will be done in 4.7

from nopcommerce.

devranerogul avatar devranerogul commented on May 18, 2024

Think its going to be added to next version ?

from nopcommerce.

danFbach avatar danFbach commented on May 18, 2024

I think we all can see the benefits of such a feature set. However, assuming you're all developers, you have to consider that implementation would require a massive rewrite and as developers, you know that minor version updates generally do not include such massive changes. Changes this big will likely introduce an entire new set of potential bugs, a fair number of breaking changes and changes to how an existing store is currently managed. All things any experienced developer would avoid in a minor update.
Assuming these things to be true, I believe it would be most adventegeous to implement this at a major version update (5.x), rather than a minor (4.x) update, so that third party developers can prepare plugin upgrades, store owners have the time to be made aware of interface/management changes, and the code can be thoroughly tested.
Although this issue has been open 7 years, there hasn't been much more than complaining in this thread. Perhaps those desiring the feature and the core maintainers should collaborate on defining a list of milestones with the goal of finally resolving this request and/or start a 5.x alpha branch to encourage community collaboration on bringing this to life.

from nopcommerce.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.