A site has products that are all permutations of hidden products.
Instead of the hidden products carrying the respective prices, the prices are set in permutations.
Prices for permutations are in the database table Product Properties (https://community.sellerdeck.com/for...068#post104068)
Is anyone kindly able to help me write an SQL query to do something like this?
Thank you, SQLs are not my strong point!
Instead of the hidden products carrying the respective prices, the prices are set in permutations.
Prices for permutations are in the database table Product Properties (https://community.sellerdeck.com/for...068#post104068)
Is anyone kindly able to help me write an SQL query to do something like this?
Code:
Table [Product Properties] If [nType] = 8 Then [nValue1]*1.1
Comment