Hello, I have seen on some websites that use amember that they have special offers like this : Buy 1 and get 2 more free. Let's say buy one software and you get 2 more free. The 2 free software are selected from a dropdown list ! Hos is it possible with amember ? Also one more thing. Let's say that there is a package that has acces to all the files that cost $80 but users are charded with 20$ each month (subscription). So they are charged every month 20$ after they have payed 80$. Please tell me how is it possible. * we are working with 2checkout.
The complex answer.... you have to setup a hook in the site.inc.php file when a new payment is made and its part of the product offer at that point you would add another product to the members profile by adding a new payment record for the bonus items. now for the second part im a bit confused so the total price is 80 but the users are paying 20 a month till they pay 80 and every month you will give them access to a section of the product and once they finished paying the 80 they get access to everything ?? if that's the case then you need the incremental content plugin from amember to accomplish that and just set the recurring payment to 20 with a limit of 4 payments else if your talking about charging 80 up front then 20 recurring you setup the trial price to 80 then the recurring to 20 for the top section that involves a bit of custom programing