Paypal set-up help

Discussion in 'Payments processing' started by dsb104, Apr 17, 2008.

  1. dsb104

    dsb104 New Member

    Joined:
    Feb 9, 2008
    Messages:
    5
    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
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437

    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 />

Share This Page