Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Referral Contribution


CyberMaster

Recommended Posts

Posted

I recently added the refferral contribution. When I go to customers in my admin i get the following error shown on the page:

 

Look for (around line 740): if (isset($cInfo) && is_object($cInfo) && ($customers['customers_id'] == $cInfo->customers_id)) { echo ' ' . "\n"; } else { echo ' ' . "\n"; } //rmh referral start $source_query = tep_db_query("select customers_info_source_id from " . TABLE_CUSTOMERS_INFO . " where customers_info_id = '" . $customers['customers_id'] . "'"); $source = tep_db_fetch_array($source_query); $entry_referral = tep_get_sources_name($source['customers_info_source_id'], $customers['customers_id']); //rmh referral end

 

 

can anyone help?

 

thanks

Posted
I recently added the refferral contribution. When I go to customers in my admin i get the following error shown on the page:

 

Look for (around line 740): if (isset($cInfo) && is_object($cInfo) && ($customers['customers_id'] == $cInfo->customers_id)) { echo ' ' . "\n"; } else { echo ' ' . "\n"; } //rmh referral start $source_query = tep_db_query("select customers_info_source_id from " . TABLE_CUSTOMERS_INFO . " where customers_info_id = '" . $customers['customers_id'] . "'"); $source = tep_db_fetch_array($source_query); $entry_referral = tep_get_sources_name($source['customers_info_source_id'], $customers['customers_id']); //rmh referral end

can anyone help?

 

thanks

 

 

Have you tried the support thread for the contribution?

 

That is always the best place to start when you have problems with a specific contribution

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Posted
Have you tried the support thread for the contribution?

 

That is always the best place to start when you have problems with a specific contribution

 

no not as yet - i will do that - thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...