I want to offer a 14day trial at 7.99, then regular $299 per 30 days. I have put $299 in "Price box", 30 days in "duration", Trial 1 Price = 7.99, Trial Price duration = 14 days. However, it displays the price as $299 when people come to sign up. Anyway to change this? Furthermore, when they get to enter their paypal address and click pay, it goes to "click here to retry" page from paypal website. Any reason for this? However, if i have a product which is just the same price for 30 days, no trial, the payment goes through. No problem. Please help, i dont know what to do. Regards, David
You need to edit the signup.html page to not display the price. Change: <label for="product{$p.product_id}"><b>{$p.title} ({if $p.price > 0 }{$config.currency|default:"$"}{$p.price}{else}free{/if})</b><br /> To: <label for="product{$p.product_id}"><b>{$p.title}</b><br />