CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • custom contribute page
Pages: [1]

Author Topic: custom contribute page  (Read 955 times)

digitalslacker

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
custom contribute page
August 25, 2010, 04:53:39 pm
I have a client that has some specific ideas about how they want their contribution page to look and function.
The CiviCRM contribution page isn't what they are looking for.

How hard, or is it possible, to just build a "custom" page that is just straight php but uses some civi crm api that'll handle the transaction and dumping the data onto user records.

I'm not sure if Civi really even has an API or if it's exposes what i'd need to do that.

I'm not looking to get into the mess of transacting the credit card stuff myself or writing the data to SQL.

any suggestions would be greatly appreciate.


Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: custom contribute page
August 25, 2010, 08:46:27 pm

check:

api/v2/Contribution.php

function civicrm_contribute_transact

lobo


A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

sludgery

  • Guest
Re: custom contribute page
September 29, 2010, 10:45:03 pm
Quote from: Donald Lobo on August 25, 2010, 08:46:27 pm

check:

api/v2/Contribution.php

function civicrm_contribute_transact

lobo




I'm sorry to have to ask, but where is that stuff located?

Is that on the civicrm.org site, on an installed site (for example, my client's site), or in documentation somewhere?

petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Re: custom contribute page
September 30, 2010, 11:55:43 am
Have a good read of the book http://en.flossmanuals.net/civicrm - especially the Contribution chapter - it should get you where you need to go.

There is also a page on the wiki about how to go about customising php, namely putting copy in your own custom php and custom template directories
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

sludgery

  • Guest
Re: custom contribute page
September 30, 2010, 02:27:53 pm
Quote from: peterd on September 30, 2010, 11:55:43 am
Have a good read of the book http://en.flossmanuals.net/civicrm - especially the Contribution chapter - it should get you where you need to go.

There is also a page on the wiki about how to go about customising php, namely putting copy in your own custom php and custom template directories

Thanks peterd.  I'll hit that now. Exactly what I've been trying to find.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • custom contribute page

This forum was archived on 2017-11-26.