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 CiviMember (Moderator: Deepak Srivastava) »
  • Making membership contribution pages live
Pages: [1]

Author Topic: Making membership contribution pages live  (Read 2141 times)

pgay@patrickgay.com

  • I’m new here
  • *
  • Posts: 22
  • Karma: 0
Making membership contribution pages live
August 27, 2007, 07:16:23 pm
Joomla 1.12 CiviCRM 1.8

How do I get CIVICRM to flip over to Live mode for Membership and contribution pages (ie online membership registration)?

Is there some special flag I have to flip to make the page live?

According to CCRM, "if you page is enabled, click Live Page to view the page in live mode." 
The status shows as Active.
It says : Go to this LIVE online Contribution page:
Review your customized LIVE online contribution page here. When your page is active, create front-end links to the contribution page using the Menu Manager. Select Online Contribution and enter 1 for the Contribution id.

I did this, still everything is in test mode.

I should mention that I am still testing, so in the Payment Processor, both the LIVE and TEST environments point to the sandbox.paypal.com site.  I wouldn't expect this to matter, but maybe it does.

I know that the memberships I'm doing are being created as tests because I can only find them when I click Find Test only.

To make confuse things further, I have the online contribution setup for any old joe schmoe to be able to register online and purchase their membership.  I logged out of the site and went through the process of registering and it worked fine.  gave it a unique email address and name, etc.  Then I went into the backend and found that I there were 2 members - cool.  When I searched - both were test users (see above) but the wierd thing is the "anonymous" user's membership somehow got attached to the existing user.

My contact matching is the default: first_name AND last_name AND email.

If it matters: the user id is testuser and the email address is test@domain1.  The anonymous user had an email address of test@domain2.

Also, when I check the Dashboard, I don't see my membership or contribution, I'm guessing this is because, it's being processed as a test and not a live membership?

Thanks
Patrick
« Last Edit: August 27, 2007, 07:23:44 pm by pgay@patrickgay.com »

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: Making membership contribution pages live
August 27, 2007, 07:45:26 pm

You will need to reproduce this issue on demo to help us find and fix this issue. Here are some links on demo which show u a test and live page:

http://demo.civicrm.org/drupal/civicrm/contribute/manage?reset=1

Click on test-drive and live-page and u'll see two different pages.

Note that if you are using paypal ipn, paypal sends us back information that this is a test transaction and we mark it as such. Please use a live account when testing the live page

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

pgay@patrickgay.com

  • I’m new here
  • *
  • Posts: 22
  • Karma: 0
Re: Making membership contribution pages live
August 27, 2007, 08:07:02 pm
Hi,

How about these questions:

1. To make confuse things further, I have the online contribution setup for any old joe schmoe to be able to register online and purchase their membership.  I logged out of the site and went through the process of registering and it worked fine.  gave it a unique email address and name, etc.  Then I went into the backend and found that I there were 2 members - cool.  When I searched - both were test users (see above) but the wierd thing is the "anonymous" user's membership somehow got attached to the existing user.

2. Also, when I check the Dashboard, I don't see my membership or contribution, I'm guessing this is because, it's being processed as a test and not a live membership?

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: Making membership contribution pages live
August 27, 2007, 08:33:00 pm

1. You will need to reproduce issue 1 on demo, and if so, please file an issue. I suspect that you did not log out when u did the test and hence it attached. You might want to try doing it from another browser (hence different cookie etc)

2. tesm we suppress 'test' records and display them ONLY in search when the test flag is enabled

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

pgay@patrickgay.com

  • I’m new here
  • *
  • Posts: 22
  • Karma: 0
Re: Making membership contribution pages live
August 27, 2007, 08:46:59 pm
Quote from: Donald Lobo on August 27, 2007, 08:33:00 pm

1. You will need to reproduce issue 1 on demo, and if so, please file an issue. I suspect that you did not log out when u did the test and hence it attached. You might want to try doing it from another browser (hence different cookie etc)

2. tesm we suppress 'test' records and display them ONLY in search when the test flag is enabled

lobo
 

#1: what is happening here is that CiviCRM is taking data from PayPal and is creating the contact information with what comes back from PayPal.  The net effect being that PayPal is generating the contact.  So the question is: "is this good or bad? what are the drawbacks and can it be turned off?"

#2: Indeed, when I pointed to the Live PayPal server, it processed as a live membership.

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: Making membership contribution pages live
August 27, 2007, 11:20:17 pm

I suspect we'll fix this behavior in a 2.x release. We should not overwrite contact information from the payment processor if we already have it in the database. i.e we should update only if the corresponding fields are empty. It cannot be turned off in the current code without hacking the code

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

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMember (Moderator: Deepak Srivastava) »
  • Making membership contribution pages live

This forum was archived on 2017-11-26.