View Single Post
  #2  
Old 03-31-2009, 04:59 PM
  BCSE's Avatar 
BCSE BCSE is offline
 

X-Guru
  
Join Date: Apr 2003
Location: Ohio - bcsengineering.com
Posts: 3,091
 

Default Re: BCSE Reward Points and Orders Export

Dan

If you look in the points table, you will want to key off of orderid and type.

So if the type contents are "P" that stands for payment. So look for:
where orderid=$orderid and type='P'

In your query to include the info into the orders export.

Hope that helps.

Thanks,

Carrie
__________________
Custom Development, Custom Coding and Pre-built modules for X-cart since 2002!

We support X-cart versions 3.x through 5.x!

Home of the famous Authorize.net DPM & CIM Modules, Reward Points Module, Point of Sale module, Speed Booster modules and more!


Over 200 X-cart Mods available & Thousands of Customizations Since 2002 - bcsengineering.com

Please E-Mail us for questions/support!
Reply With Quote