Adding a custom "Order Form" with clickbank

Discussion in 'aMember Pro v.4' started by oliver_kenyon, Jan 2, 2013.

  1. oliver_kenyon

    oliver_kenyon Member

    Joined:
    Dec 12, 2012
    Messages:
    32
    so the integration mod just asks for an ID of the product but how can i send them to a custom order form with my header image?
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    I think what you are refering to is the cbskin parameter?
    If using clickbank in front you can use
    http://1.NICKNAME.pay.clickbank.net/?cbskin=111

    I think amember 3.2.3 had it in the product setting, but it was removed in the 4.x upgrade.
    You can probably hack the clickbank plugin to pass this parameter.

    David
  3. dogtrickacademy

    dogtrickacademy New Member

    Joined:
    Dec 30, 2006
    Messages:
    1
    Below this line:
    $a->zipcode = $invoice->getZip();

    Add this line:
    $a->cbskin = 'your_form_id#';

Share This Page