Skip to main content
Our clients have multi locations and each location usually requires different products at location specific costs.  How can I create a "New Product" that can be  associated with a variable like a location?
2 respuestas
  1. 12 mar 2011, 00:23
    Can you tell us a little more about the process you use today? What types are variables are considered in your pricing?

     

    What I have done is use custom fields to add multipliers depending on certain locations/factors, but the logic and formulas start to get complicated quickly. For example, you might do something like this:

     

    if State = CA than Uplift = .5;

     

    Extended Price = List Price * (1+ Uplift)
0/9000