Help

Re: How to: Multiple Prices for a product

4117 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Gaby_Pena
4 - Data Explorer
4 - Data Explorer

Hi again!
So, I said in an earlier post, I have a small CBD distribution business.
We sell retail but we also sell to stores that re-sell the product… I’d like to be able to have multiple prices for every product i.e. retail price, wholesale price 1, wholesale price 2… I’m stuck…

Anyone out there who can help me out?

Thanks!

14 Replies 14

My first inclination is to use a [Products] table, with fields to accommodate the various prices you want to use. In another table you would link to the product, and use something like a {Price Type} Single Select field to specify what type of price should be applied. Lookup fields (hidden) would bring in all prices for the selected product from the [Products] table, and a formula field would apply the correct price based on the Single Select choice.

Thank you for the reply!
I’m going to try and do that :stuck_out_tongue:

I have my product table made with another table for the Sales Orders… how do I “hide” the Lookup fields?

Right-click (or click the downward arrow on the right end of) the header of a field to bring up its contextual menu, and choose “Hide Field” near the bottom. You could also use the Hidden Fields tool in the table toolbar (between the view name and the Filter tool)

Thanks for taking the time Justin (: I appreciate it

Can’t seem to make that work… )’:

Can you be more specific? Describe the exact steps you’re following, and the exact results you get when doing so.

I don’t know how to apply a formula to a single select field…

Gaby_Pena
4 - Data Explorer
4 - Data Explorer

When making a Single Select table, it only lets me add random numbers, not something linked to the product…