Group: Forum Members
Last Active: Mon 6 Dec 2021
Posts: 235,
Visits: 750
|
Has anyone found a way to have an option work as a multiplier. so instead of option 6 adding £1.50, it would multiply the final price by 1.5?
We are always willing to help out the community or pitch in to help you fix a problem. However, if you want a complete solution made such as a code module or new feature added you have two options. Either 1) Reach out to the Kartris internal development team at http://www.kartris.com/Contact.aspx. 2) Contact one of the Kartris approved partners at http://www.kartris.com/t-Worldwide-Developers.aspx. Have fun and good luck coding.
|
Group: Forum Members
Last Active: Mon 6 Dec 2021
Posts: 235,
Visits: 750
|
In case anyone is looking for a similar solution in future, I did ultimately make a new field for options would would allow them to be multipliers, and also to use a 'compute' function where you entered a simple Excel like function and the option would act on the end price using that function.
However, in the end I found it easier to enable the 'seperate price for each combination of options' option, and then push the values into the database from Excel (used an SQL connection in a VBA module to create the actual push of data). Hope this helps someone in future.
We are always willing to help out the community or pitch in to help you fix a problem. However, if you want a complete solution made such as a code module or new feature added you have two options. Either 1) Reach out to the Kartris internal development team at http://www.kartris.com/Contact.aspx. 2) Contact one of the Kartris approved partners at http://www.kartris.com/t-Worldwide-Developers.aspx. Have fun and good luck coding.
|