Hi there,
I'm trying to undestand how to correctly use the product and price fields
Suppose I have a series of products; each product has a base price, then I would like to link a series of options to each of them, which would eventually alter the base price, by adding up cost.
How to generate dynamically the total for each product (base price + options prices)?
What if I want to retrieve these information:
individual main product name + selected options + product total price (given by base price + option prices)
and later use them, suppose in a freshbooks estimate or invoice? or other uses
for example I could generate a description by main product name + selected options, then indicate the total price
thank you