To explain my request, I am adding an example.
The products I want to sell with custom options are flyers, books, etc.
Client can select the following options:
- Paper Type
- Paper Quality
- Paper Size
- Paper Weight
All these options result in a fixed price, say $5, for that 1 piece of paper (let's say a flyer)
Finally, the Client can select how many prints they want for the options above.
Here is where it gets messy for me, with a lot of options, and I was wondering if we can add a formula somewhere.
1 - 50 prints -> price is default $5 / print (so 50 = $250)
51 - 100 prints -> price changes to $4.75 / print (so 51 = $242.25)
and so on.
Now I am looking for some sort of formula, where I can calculate this automatically. Something like:
[unit_price] * ([print_count] + 1 / [print_count]^2) => this is just a silly example. We have not yet come to a final calculation.
In this case:
[unit_price] => is the above price for 1-flyer, after paper type, quality, size and weight have been selected
[print_count] => is the number of total prints, 50, or 51, or 1000, whatever the case may be.
Is this possible with this Plugin?
Maybe I am missing this options.
Awaiting your response,
Regards
P.S:
I am aware that we can have an option where,
if paper_type = 1, paper_size = 2, paper_weight = 100... => 1 - 50 prints = $5 / print; 51 - 100 prints = $4.75 / print.
But these would be too many variables for me, we would need a lot of options for up to 50,000 prints or more. That is why I am looking for some place where we could add a formula for the calculations.
Cookies are important to the proper functioning of our sites. To improve your experience we use cookies to remember log-in details and provide secure log-in, collect statistics to optimize site functionality, and deliver content tailored to your interests.
Click Agree and Proceed to accept cookies and go directly to the site or click on More Information to see detailed descriptions of the types of cookies and choose whether to accept certain cookies while on the site. Selecting "Ask me later" will enable cookies for the next 24 hours.