Hello, Is it possible to have different page templates per price_group? For ex: in price_group 1 the page layout is X, but for price_group 2 everything is different. Also, can I have a signup page outsite amember page, but inside a wordpress page for example? Thanks.
1) yes, but you will also need to decide on a default in case no price group is used. You use an if/then statement in layout.html to call a different style sheet. 2) yes, but it wont change with different products etc.., do a view source on your signup page, copy and paste the form into the wordpress page. It will submit to amember, but wont check for duplicates etc.. until its posted, and if there is a problem will show the amember signup form. David