• Posted by ksap 5 months ago.
  • There are 3 posts. The latest reply is from coinmaster
  • not resolved
  • WordPress version: 2.9
  • WP e-Commerce version: 3.7.5

The free community support forum is a place where WP e-Commerce users can work with other WP e-Commerce users to help one another get their shops up and running. There is no gaurantee that an Instinct staff member will respond to your topic within the free forum.

Acting out, swearing and threats are not tolerated, please play nice, we are all doing the best we can with the resources available.

 

  1. ksap
    New Member

    I need to include the data from the How Customer Found Us survey in the purchase report email. I've been working with variations of:
    $report_user .= $form_data['name'].": ".$form_field['value']."n";

    and arrived at:
    $report_user .= TXT_WPSC_HOWCUSTOMERFINDUS.": ".$form_field['value']."n";

    Does ANYONE know if this is the proper method? What goes in the second half? Am I on the right path?

    Posted 5 months ago #
  2. Trusted
    Ben Huson
    Regular

    The information you want is stored in the 'find_us' column of the purchase logs table. In an older version of the plugin, I was able to access this to include in the report email using $purchase_log['find_us']

    You could try that - I don't know if it works in the current version.

    Posted 5 months ago #

  3. coinmaster
    New Member

    I'd like to know how to achieve this too. I have a client requesting this very functionality, and I note with the current version, the above method doesn't seem to work. If anyone has managed to achieve this, a solution would be most appreciated!

    Posted 1 month ago #

RSS feed for this topic

Reply

You must log in to post.