I am offering a 1 week free trial to users that then changes to a monthly $39.95 charge. The issue is, when a user goes to sign up for a free trial, it shows the trial as costing $39.95 instead of free, which is confusing users. I have attached a screenshot to illustrate the example. How can I make this more user friendly and less confusing?
Yeah, you'll need to edit the receipt.inc.html file to display the proper info- or ask amember to fix it so its fixed for everyone- they may have done it already, so its always a good idea to download a new version to try (even if you are on 3.1.9, and they list 3.1.9, they may have updated it) - update- I checked its not fixed... You need to add some code: <td class="total" style="text-align: right"><strong>{$config.currency|default:"$"}{$subtotal|string_format:"%.2f"}</strong></td> Try changing $subtotal to $p.price David
Authorize.net The trial 1 price is set to zero. The issue is that Amember is displaying the regular price ($39.95) and confusing visitors.