Hello Community,
I'm looking for a module that can charge clients a [token] value amount. I'm not sure thats the correct way of doing this.
Basically I have users on my DNN site that have been entered into a contract with a set price of their account
User1 [Price$35]
User2 [Price$45]
for the same product and these prices vary depending on the role that user has assigned to them. The user will have originally purchased Xquantity of these items through a shopping cart but in the case they need additional items they add them through a form i've built using DNN Sharps Action Grid module.
So I do not know how I can pass the quantity added in action forms and charge the amount that user's been locked into with a different module that connects to Paypal.
User 1 adds 5 items with DNN Sharps - Action Grid
User 1 has a contract price of $35
So somehow I need to pass [User1:ContractPrice] X [quantity of items added to actiongrid]
In this example I use 5 so the user would be taken to a payment for where their charge price is
[User1:$35] X [QTY:5] = $175
the quantity is calculated by how many items were added in action grid so i'm not sure if there's any module out there that can accept token amounts for charges.
Thanks for any input,
Alex