Paysystem per product

Discussion in 'Payments processing' started by annivas, Oct 26, 2005.

  1. annivas

    annivas New Member

    Joined:
    Oct 26, 2005
    Messages:
    6
    This could be a very useful feature but with a slight modification...

    Once you enable it, each product takes one payment method and one alone. it would be so much better if the default would be ALL payment methods for all products, except if the admin decides to use a single payment method for a specific product. ie, for products B, C, and D all payment methods apply but for product A the only payment method is Paypal, for instance.
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    It already works this way, am I wrong?
  3. annivas

    annivas New Member

    Joined:
    Oct 26, 2005
    Messages:
    6
    No, sorry, it doesn't work this way... I have 4 products on the same signup group (ie, -1). I have 3 different options for payments. Product #1 is assigned payment option #2, the rest have none assigned. When client goes to signup.php?price_group=-1 sees all 4 products but no payment options at all. If client selects Product #2 returns an error asking for selection of a payment option.

    Is it a bug? Or maybe something with my installation?
  4. annivas

    annivas New Member

    Joined:
    Oct 26, 2005
    Messages:
    6
    Alex, I am just wondering if you checked this issue... If it DOES work as described, there must be something wrong with my installation.
  5. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    I'm sorry for delay with response. You would get immediate response if you contact us via helpdesk as recommended above.

    Regarding question - edit file amember/templates/signup.html
    remove line:
    {if $config.product_paysystem}{else}
    and below, replace lines:
    PHP:
    {/if}
    {/if}
    {/if}
    to
    PHP:
    {/if}
    {/if}
  6. annivas

    annivas New Member

    Joined:
    Oct 26, 2005
    Messages:
    6

Share This Page