is there a hard link I can give a customer. I made a product but also made it not show in the member.php system so it is hidden form all users. the product is exclusive to friends and we only made it as a separate product so users can sign up and get a way cheaper monthly. he accidentally cancelled and wants to go back on and I do not want ot add the product back to the member.php as maybe some users will log in and see it as well. so is there a solid order button for a specific product, similar to loggin into members and clickin on the order button but not literally listing it on the members.php page? I want to give him a link similar to the create product link signup.
Set the price group as a negative number and change it to show on signup and member. Only users that specify the negative price group such as: https://mydomain.com/amember/signup.php?price_group=-64231
Also for member.php page you can use the same link format: https://mydomain.com/amember/member.php?price_group=-64231
hmmm I did this but it didnt do what I needed done. the reason I am asking this is because the person has cancelled their discounted price and want to re signup but with the discounted link. when in member.php I do not allow the discounted product to be seen because its only for certain users. so how I can I get this specific person to purchase the discounted price without it being displayed in the member.php page?