Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 08-20-2015 12:55:42

JayCR48
Member
From: Ohio
Registered: 03-27-2008
Posts: 87
Website

Transaction ID

If a customer pays via PayPal or if PayPal processes the credit card payment for the order, they have a transaction id that they will email to you.  That transaction id also appears in their log of payments made to you.  Can we capture that transaction id and have it placed into a custom column in the ecom_orders table?


We distribute high quality steel auto body panels for use in the rust repair industry.

Offline

 

#2 08-21-2015 21:44:11

JayCR48
Member
From: Ohio
Registered: 03-27-2008
Posts: 87
Website

Re: Transaction ID

http://food.ryerson.ca/wp-content/uploads/2014/08/cricket_meme_chirp_chirp.gif


We distribute high quality steel auto body panels for use in the rust repair industry.

Offline

 

#3 08-22-2015 07:04:15

lgt
Member
Registered: 11-21-2010
Posts: 272
Website

Re: Transaction ID

PLEASE!  Don't give them any more ideas for V9 or we won't see it until next year.
LATE next year. hmm

Although it is a good idea.









Offline

 

#4 08-22-2015 09:49:59

JayCR48
Member
From: Ohio
Registered: 03-27-2008
Posts: 87
Website

Re: Transaction ID

LOL, good point, or who knows, maybe that's already part of v9.  I do really need this Transaction ID now though because I have to have it in my accounting software for reconciliation purposes.  With 3000+ transactions per month I have to use automation during reconciliation and that hinges on that Transaction ID.  I'm implementing a new and more powerful accounting system at the end of the month and currently I've worked out all the details except how I'm going to get the Transaction ID attached to all of the orders.  I could accomplish this with a download from PayPal before I import my orders, but that would require two files being uploaded, one right after the other, and both of those files would have to have been created at pretty much the same point in time, and it's very difficult to do that since a download from PayPal could take anywhere from 5 minutes to 5 hours.  Basically, those two files would have to pretty much be synched to avoid things getting even more complicated.  If anyone knows a quick solution that would allow me to capture that data which I think is already being passed back from PayPal anyway, I would certainly appreciate it and would compensate for the time spent researching the subject.


We distribute high quality steel auto body panels for use in the rust repair industry.

Offline

 

#5 08-22-2015 13:40:47

zanart
Member
From: bedford
Registered: 04-02-2008
Posts: 1706

Re: Transaction ID

PayPal provides a payment data transfer which attaches the transaction data to the ccp return url.
https://www.paypal.com/uk/cgi-bin/websc … ew-outside

I would start by activating the pdt in your PayPal account and seeing what data is passed back to ccp in the auto return url.
Then you can work out how to use that data to update the order table.


Rob

Offline

 

#6 08-23-2015 07:01:03

JayCR48
Member
From: Ohio
Registered: 03-27-2008
Posts: 87
Website

Re: Transaction ID

Here's the result of a successful credit card transaction processed by PayPal (Pro Direct Method) - Secure Server.   I have to break it up into two posts because there's a 65545 character limit per post.
I don't see the transaction ID which is supposed to be 9P7650365X9411900.  Any ideas of where I might find it now that I've turned PDT on in PayPal?

Debug Information:

CORE::constructor: Accessed.

CORE::constructor: Input array globalized.

CORE::constructor: Private directory determined based on FILE conversion.

CORE::constructor: Loading private configuration from local file.

CORE::constructor: Loaded private configuration from local file.

CORE::constructor: Global line ending set to \r\n.

CORE::constructor: Suppress skin global set to false.

CORE::constructor: Initial year and epoch date variables defined.

CORE::constructor: Timer started.

CORE::constructor: Operating system determined: Unix: Generic

CORE::check_environment: PHP version checked: PHP 5.4.35

CORE::check_environment: PHP safe_mode is off.

CORE::check_environment: PHP magic_quotes_runtime is off.

CORE::load_extension: Extension already loaded: curl

CORE::check_environment: PHP cURL extension is available.

CORE_Display::constructor: Accessed.

CORE_Display::buffer: Output buffering started. (START)

CORE::load_object: Cached object created: CORE_Display Class: CORE_Display

CORE_Error::constructor: Accessed.

CORE_Error::load_object: Cached object returned: CORE_Display Class: CORE_Display

CORE::load_object: Cached object created: CORE_Error Class: CORE_Error

CORE_Error::exec: Error setup completed. Reporting all but notices.

CORE::run_tasks: Running all CORE_startup class tasks.

CORE_startup_regglob::constructor: Accessed.

CORE::load_object: Cached object created: CORE_startup_regglob Class: CORE_startup_regglob

CORE::destroy_object: Object destroyed: CORE_startup_regglob

CORE_startup_magicquot::constructor: Accessed.

CORE::load_object: Cached object created: CORE_startup_magicquot Class: CORE_startup_magicquot

CORE::destroy_object: Object destroyed: CORE_startup_magicquot

CORE_startup_db::constructor: Accessed.

CORE::load_object: Cached object created: CORE_startup_db Class: CORE_startup_db

CORE_DB::constructor: Accessed.

CORE_DB::load_extension: Extension already loaded: mysql

CORE_DB_mysql::constructor: Accessed.

CORE_DB::load_object: Non-cached object created: Class: CORE_DB_mysql

CORE_startup_db::load_object: Cached object created: CORE_DB_1 Class: CORE_DB

CORE_DB_mysql::xconnect: The MySQL extension attempting to connect to a MySQL database.

CORE_DB_mysql::xconnect: Connected to MySQL. Version info: 5.6.23.

CORE_startup_db::exec: Database startup completed.

CORE::destroy_object: Object destroyed: CORE_startup_db

CORE_startup_settings::constructor: Accessed.

CORE::load_object: Cached object created: CORE_startup_settings Class: CORE_startup_settings

CORE_startup_settings::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT id,value FROM core_settings ORDER BY id ASC

CORE_startup_settings::exec: Settings defined.

CORE::destroy_object: Object destroyed: CORE_startup_settings

CORE_startup_datetime::constructor: Accessed.

CORE::load_object: Cached object created: CORE_startup_datetime Class: CORE_startup_datetime

CORE_startup_datetime::exec: Date and Time defined.

CORE::destroy_object: Object destroyed: CORE_startup_datetime

CORE_startup_cgi::constructor: Accessed.

CORE::load_object: Cached object created: CORE_startup_cgi Class: CORE_startup_cgi

CORE_startup_cgi::xhtml_translate: XHTML transalation tables built.

CORE_startup_cgi::create_globals: CGI _POST request globalized.

CORE_startup_cgi::exec: All CGI requests globalized.

CORE::destroy_object: Object destroyed: CORE_startup_cgi

CORE_startup_session::constructor: Accessed.

CORE::load_object: Cached object created: CORE_startup_session Class: CORE_startup_session

CORE_Session::constructor: Accessed.

CORE_Session::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

CORE_App::constructor: Accessed.

CORE_App::load_object: Cached object returned: CORE_Display Class: CORE_Display

CORE_App::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

CORE_App::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

CORE_Session::load_object: Cached object created: CORE_App Class: CORE_App

CORE_startup_session::load_object: Cached object created: CORE_Session Class: CORE_Session

CORE_Session::initsess: Session ID retrieved from cookie.

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT id, userid, data, lastaccess FROM core_sessions WHERE id='b254sm0v5x90a4096927417k96uz480h' ORDER BY id ASC

CORE_Session::initsess: Retrieved session information from database.

CORE_Session::initsess: Unserialized session data.

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SHOW COLUMNS FROM core_users

CORE_DB_mysql::xtable_info: The MySQL extension provided information on the core_users table.

CORE_DB::table_column_string: Created column string. Table: core_users

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT id, username, password, usergroup, lastsid, fname, lname, lastaccess, company, phone, addone, addtwo, city, stateprov, country, postalcode, rescom, addbook, subscriptions, affilid, affilcommpct, affilsalestodate, affilcommearned, affilcommowed, affilcommpaid, whlsalepct, show_currency, loyaltypoints FROM core_users WHERE id='info@fixmyrust.com' ORDER BY id ASC

CORE_Session::initsess: Retrieved user information for the user 'info@fixmyrust.com' from the database.

CORE_Session::initsess: Session initialization phase completed using sid 'b254sm0v5x90a4096927417k96uz480h'.

CORE_startup_session::exec: Session startup completed.

CORE::destroy_object: Object destroyed: CORE_startup_session

CORE::run_tasks: Ran all CORE_startup class tasks.

CORE::constructor: StartUp phase completed.

CORE::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec: Checking user IP address 'xxx.xxx.xxxx.xxx' against banned IP address list.

CORE_App::exec: Interface defaulted to 'FrontEnd'.

CORE_App::seorul_transform: Starting COREseourl transformation.

CORE_App::seourl_transform: COREseourl CGI parameter empty. Aborting COREseourl transformation.

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT id, name, fedispname, class, version, defaultns, defaultapp, interface, description, vendorname, vendorurl, vendorcopy, disablestatus FROM core_apps WHERE (interface='FrontEnd' AND disablestatus='0') OR (id='core' AND disablestatus='0') ORDER BY id ASC

CORE_App::load_app: Loaded component information for the FrontEnd interface from the database.

CORE_App::load_app: Loading requested component 'ecom'.

ECOM::constructor: Accessed.

ECOM::load_object: Cached object returned: CORE_Display Class: CORE_Display

ECOM::load_object: Cached object returned: CORE_Session Class: CORE_Session

ECOM::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

CORE_App::load_object: Cached object created: ECOM Class: ECOM

CORE_App::load_app: Loaded component base module ECOM.

CORE_App::load_app: Starting component startup tasks.

CORE_App::run_tasks: Unable to locate any tasks to run for the ECOM_startup class. Directory /home/fixmyrus/core-private/apps/ecom/ECOM/tasks_startup not found.

CORE_App::load_app: Completed component startup tasks.

CORE_App::exec: Set component to 'ecom'.

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT id, app, namespace, name, pointer, funcparams, interface, type, groupallow, groupdeny, hreftype, backendgroup, backendmenudisp, disprecback, becommon, demoallow, beicon, seourl FROM core_namespaces WHERE (active='1') AND (interface='FrontEnd' OR interface='') ORDER BY id ASC

CORE_App::load_namespaces: Namespaces loaded from database.

CORE_App::exec: Loaded namespaces into cache.

CORE_App::exec: Set namespace to requested namespace 'gwprocinternal'.

CORE_App::load_object: Cached object returned: ECOM Class: ECOM

CORE_App::exec: Starting execution of component namespace 'gwprocinternal'.

CORE_App::exec_namespace: Validated namespace 'gwprocinternal'. Located with id 'ecom.gwprocinternal'.

CORE_App::exec_namespace: Located user's group in allowed group.

ECOM_OLP::constructor: Accessed.

ECOM_OLP::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

ECOM_OLP::load_object: Cached object returned: CORE_Display Class: CORE_Display

ECOM_OLP::load_object: Cached object returned: CORE_Session Class: CORE_Session

CORE_App::load_object: Cached object created: ECOM_OLP Class: ECOM_OLP

CORE_App::exec_namespace: Loaded namespace base module ECOM_OLP.

CORE_App::namespace_change: Changed namespace to 'gwprocinternal' for component 'ecom'.

CORE_App::exec_namespace: Executing namespace function 'gwprocinternal' in the ECOM_OLP class without parameters.

ECOM_OLP::exec_namespace: Validated namespace 'orderlookup'. Located with id 'ecom.orderlookup'.

ECOM_OLP::exec_namespace: Located user's group in allowed group.

ECOM_Order::constructor: Accessed.

ECOM_Order::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

ECOM_Order::load_object: Cached object returned: CORE_Display Class: CORE_Display

CORE_Crypt::constructor: Accessed.

ECOM_Order::load_object: Cached object created: CORE_Crypt Class: CORE_Crypt

CORE_Form::constructor: Accessed.

CORE_Form::load_object: Cached object returned: CORE_Display Class: CORE_Display

CORE_Form::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

CORE_Form::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_File::constructor: Accessed.

CORE_File::load_pear: Include paths set.

CORE_File::load_pear: PEAR included and PEAR handling set up.

CORE_File::load_pear: Loaded class: File_Find

CORE_Form::load_object: Cached object created: CORE_File Class: CORE_File

ECOM_Order::load_object: Cached object created: CORE_Form Class: CORE_Form

ECOM_Order::load_object: Cached object returned: CORE_Session Class: CORE_Session

ECOM_Order::load_object: Cached object returned: CORE_File Class: CORE_File

ECOM_OLP::load_object: Cached object created: ECOM_Order Class: ECOM_Order

ECOM_OLP::exec_namespace: Loaded namespace base module ECOM_Order.

ECOM_OLP::exec_namespace: Executing namespace function 'orderlookup' in the ECOM_Order class with parameters.

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SHOW COLUMNS FROM ecom_orders

CORE_DB_mysql::xtable_info: The MySQL extension provided information on the ecom_orders table.

CORE_DB::table_column_string: Created column string. Table: ecom_orders

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT id, epochorder, datemonth, dateday, dateyear, sessionid, status, paymethod, ordertotal, recurtotal, subtotal, taxsptotal, taxctotal, taxcreftotal, custsaletotal, custsurchargetotal, disctotal, shiptotal, commtotal, disccode, taxexemptnum, disability, custsaledesc, custsurchargedesc, fname, lname, company, phone, email, addone, addtwo, city, stateprov, country, postalcode, rescom, customone, customtwo, customthree, customfour, customfive, customsix, customseven, customeight, customnine, customten, postordaff, postordinv, postorddisc, postordqb, postordpt, postordsage, commentsint, commentsext, referrer, ipaddress, proctoken, trackupstools, trackusps, trackfedex, guest, loyaltypointstotal, loyaltypointsredeemed, postordloyaltypoints, postordloyaltypointspay, date1, processed, processedns, date1ns, fullname FROM ecom_orders WHERE id='ORD2015082313' ORDER BY id ASC

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SHOW COLUMNS FROM ecom_orderitems

CORE_DB_mysql::xtable_info: The MySQL extension provided information on the ecom_orderitems table.

CORE_DB::table_column_string: Created column string. Table: ecom_orderitems

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT id, orderid, epochorder, shipstatus, shipmethod, itemname, itemnum, itemid, itemquan, itemopts, ordertotal, recurtotal, fname, lname, company, addone, addtwo, city, stateprov, country, postalcode, rescom, cartdata, email, tax, total, status, sku, payref, payamt, payact, loyaltypoints, paydate, processed, date1, vendsku, keycust, deltype, addthree, processedns, date1ns, fullname FROM ecom_orderitems WHERE orderid='ORD2015082313' ORDER BY id ASC

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT selectid, selectname, selectvalue FROM core_selectcustom WHERE selectid='ecom.orderstatus' OR selectid='ecom.shipstatus' ORDER BY id ASC

ECOM_Order::orderlookup: Set up status display information in the order array.

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT id, name FROM ecom_cofields WHERE displayfield='1' ORDER BY fieldorder ASC

ECOM_Order::orderlookup: Set up custom field information in the order array.

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SHOW COLUMNS FROM ecom_gateway

CORE_DB_mysql::xtable_info: The MySQL extension provided information on the ecom_gateway table.

CORE_DB::table_column_string: Created column string. Table: ecom_gateway

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT id, name, active, urltype, dispname, disporder, fieldrc, fieldon, fieldtotal, validrc, refurlstr, transkey, userid, postorder, recursup, incdisp FROM ecom_gateway WHERE id='paypalprod' ORDER BY id ASC

ECOM_Order::orderlookup: Loaded gateway information.

CORE_Crypt::decrypt: Value decrypted.

CORE_Crypt::decrypt: Value decrypted.

CORE_Crypt::decrypt: Value decrypted.

ECOM_Order::orderlookup: Obtained order information for the order numbered 'ORD2015082313'.

ECOM_OLP::exec_namespace: Executed namespace function 'orderlookup' in the ECOM_Order class with parameters.

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT COUNT(*) AS corecount FROM ecom_gateway WHERE (id='paypalprod' AND active='1')

CORE_DB::sql_count: Calculated a count of 1 of rows in the ecom_gateway table matching: WHERE (id='paypalprod' AND active='1')

ECOM_OLP_paypalprod::constructor: Accessed.

ECOM_OLP_paypalprod::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

ECOM_OLP_paypalprod::load_object: Cached object returned: CORE_Display Class: CORE_Display

CORE_Remote::constructor: Accessed.

CORE_XML::constructor: Accessed.

CORE_Remote::load_object: Cached object created: CORE_XML Class: CORE_XML

ECOM_OLP_paypalprod::load_object: Cached object created: CORE_Remote Class: CORE_Remote

ECOM_OLP_paypalprod::load_object: Cached object returned: CORE_XML Class: CORE_XML

ECOM_OLP_paypalprod::load_object: Cached object returned: CORE_Crypt Class: CORE_Crypt

ECOM_OLP::load_object: Cached object created: ECOM_OLP_paypalprod Class: ECOM_OLP_paypalprod

CORE_Crypt::decrypt: Value decrypted.

CORE_Crypt::decrypt: Value decrypted.

ECOM_OLP_paypalprod::validate: Validated PayPal response. Contained Ack element value of 'Success'.

ECOM_OLP::gwprocinternal: Processed order.

ECOM_OLP::print_message: Printing message 'olpaccept' for component 'ecom'.

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT app, msgtype, stringdisp FROM core_messages WHERE (app='ecom' OR app='core') AND (stringmsg='olpaccept') ORDER BY id ASC

CORE_Display::include_file: Started file: /core/CORE/includes/systemmsg.php

CORE_Display::include_file: Completed file: /core/CORE/includes/systemmsg.php

ECOM_OLP::print_message: Completed printing message 'olpaccept' for component 'ecom'.

ECOM_OLP::exec_namespace: Validated namespace 'orderprocess'. Located with id 'ecom.orderprocess'.

ECOM_OLP::exec_namespace: Located user's group in allowed group.

ECOM_OLP::load_object: Cached object returned: ECOM_Order Class: ECOM_Order

ECOM_OLP::exec_namespace: Loaded namespace base module ECOM_Order.

ECOM_OLP::exec_namespace: Executing namespace function 'orderprocess' in the ECOM_Order class with parameters.

ECOM_Cart::constructor: Accessed.

ECOM_Cart::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

ECOM_Cart::load_object: Cached object returned: CORE_Display Class: CORE_Display

ECOM_Cart::load_object: Cached object returned: CORE_File Class: CORE_File

ECOM_Cart::load_object: Cached object returned: CORE_Session Class: CORE_Session

ECOM_Cart::load_object: Cached object returned: CORE_Form Class: CORE_Form

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT id, cartdata FROM ecom_cart WHERE cartid='63t92z2q7735186729c9w3cwtm99qfqy' ORDER BY id ASC

ECOM_Cart::savecart: User cart is unchanged. Hash is '503cb485f53b6fe6c5f5ce6a6ecb8bb1'. Returning.

ECOM_Order::load_object: Cached object created: ECOM_Cart Class: ECOM_Cart

ECOM_Order::do_orderprocess: Starting run of all processing modules.

ECOM_Order_status::constructor: Accessed.

ECOM_Order_status::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

ECOM_Order::load_object: Cached object created: ECOM_Order_status Class: ECOM_Order_status

ECOM_Order::do_orderprocess: Running the ECOM_Order_status class in the file 0000_status.php.

ECOM_Order_status::exec: Ran ECOM_Order_status module for order 'ORD2015082313'.

ECOM_Order_discount::constructor: Accessed.

ECOM_Order_discount::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

ECOM_Order::load_object: Cached object created: ECOM_Order_discount Class: ECOM_Order_discount

ECOM_Order::do_orderprocess: Running the ECOM_Order_discount class in the file 0100_discount.php.

ECOM_Order_discount::exec: Order has no discount in it. Returning.

ECOM_Order_affiliate::constructor: Accessed.

ECOM_Order_affiliate::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

ECOM_Order_affiliate::load_object: Cached object returned: CORE_Session Class: CORE_Session

ECOM_Order::load_object: Cached object created: ECOM_Order_affiliate Class: ECOM_Order_affiliate

ECOM_Order::do_orderprocess: Running the ECOM_Order_affiliate class in the file 0200_affiliate.php.

ECOM_Order_affiliate::getcommamt: Affiliate system is inactive. Commission set to zero.

ECOM_Order_affiliate::exec: Order has no commission in it. Returning.

ECOM_Order_inventory::constructor: Accessed.

ECOM_Order_inventory::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

ECOM_Order::load_object: Cached object created: ECOM_Order_inventory Class: ECOM_Order_inventory

ECOM_Order::do_orderprocess: Running the ECOM_Order_inventory class in the file 0300_inventory.php.

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT id, name, invlevel FROM ecom_prod WHERE (id='test') ORDER BY id ASC

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SHOW COLUMNS FROM ecom_prod

CORE_DB_mysql::xtable_info: The MySQL extension provided information on the ecom_prod table.

CORE_DB::clause_update: The following UPDATE clause was created: UPDATE ecom_prod SET invlevel='98'

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: UPDATE ecom_prod SET invlevel='98' WHERE id='test'

ECOM_Order_inventory::exec: Ran ECOM_Order_inventory module for order 'ORD2015082313'.

ECOM_Order_loyaltypoints::constructor: Accessed.

ECOM_Order_loyaltypoints::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

ECOM_Order_loyaltypoints::load_object: Cached object returned: CORE_Session Class: CORE_Session

ECOM_Order::load_object: Cached object created: ECOM_Order_loyaltypoints Class: ECOM_Order_loyaltypoints

ECOM_Order::do_orderprocess: Running the ECOM_Order_loyaltypoints class in the file 0350_loyaltypoints.php.

ECOM_Order_loyaltypoints::exec: There are no loyalty points to redeem for this order.

ECOM_Order_loyaltypointspay::constructor: Accessed.

ECOM_Order_loyaltypointspay::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

ECOM_Order_loyaltypointspay::load_object: Cached object returned: CORE_Session Class: CORE_Session

ECOM_Order::load_object: Cached object created: ECOM_Order_loyaltypointspay Class: ECOM_Order_loyaltypointspay

ECOM_Order::do_orderprocess: Running the ECOM_Order_loyaltypointspay class in the file 0355_loyaltypointspay.php.

ECOM_Order_loyaltypointspay::exec: The loyalty points system is inactive.

ECOM_Order_custom::constructor: Accessed.

ECOM_Order_custom::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

ECOM_Order::load_object: Cached object created: ECOM_Order_custom Class: ECOM_Order_custom

ECOM_Order::do_orderprocess: Running the ECOM_Order_custom class in the file 0400_custom.php.

ECOM_Order_custom::exec: Ran ECOM_Order_custom module for order 'ORD2015082313'.

ECOM_Order::do_orderprocess: Finished run of all processing modules below 900 level (non-mail).

ECOM_Order::process_uploads: Processed file uploads.

ECOM_Order::do_orderprocess: Beginning to run required order database updates.

CORE_DB::clause_update: The following UPDATE clause was created: UPDATE ecom_orders SET id='ORD2015082313', epochorder='1440328158', datemonth='08', dateday='23', dateyear='2015', sessionid='b254sm0v5x90a4096927417k96uz480h', status='C', paymethod='paypalprod', ordertotal='1.00', recurtotal='0.00', subtotal='0.95', taxsptotal='0.05', taxctotal='0.00', taxcreftotal='0.00', custsaletotal='0.00', custsurchargetotal='0.00', disctotal='0.00', shiptotal='0.00', commtotal='0.00', disccode='', taxexemptnum='', disability='', custsaledesc='', custsurchargedesc='', fname='Jeremy', lname='TestTestTest', company='', phone='2169701694', email='info@fixmyrust.com', addone='1000 Test Only Rd', addtwo='', city='Lynchburg', stateprov='Virginia', country='United States', postalcode='24502', rescom='R', customone='', customtwo='', customthree='', customfour='', customfive='', customsix='', customseven='', customeight='', customnine='', customten='', postordaff='1', postordinv='1', postorddisc='1', postordqb='0', postordpt='0', postordsage='0', commentsint='', commentsext='', referrer='http://fixmyrust.com', ipaddress='xxx.xxx.xxx.xxx', proctoken='', trackupstools='', trackusps='', trackfedex='', guest='0', loyaltypointstotal='0.00', loyaltypointsredeemed='0', postordloyaltypoints='1', postordloyaltypointspay='0', date1='', processed='', processedns='', date1ns='', fullname=''

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: UPDATE ecom_orders SET id='ORD2015082313', epochorder='1440328158', datemonth='08', dateday='23', dateyear='2015', sessionid='b254sm0v5x90a4096927417k96uz480h', status='C', paymethod='paypalprod', ordertotal='1.00', recurtotal='0.00', subtotal='0.95', taxsptotal='0.05', taxctotal='0.00', taxcreftotal='0.00', custsaletotal='0.00', custsurchargetotal='0.00', disctotal='0.00', shiptotal='0.00', commtotal='0.00', disccode='', taxexemptnum='', disability='', custsaledesc='', custsurchargedesc='', fname='Jeremy', lname='TestTestTest', company='', phone='2169701694', email='info@fixmyrust.com', addone='1000 Test Only Rd', addtwo='', city='Lynchburg', stateprov='Virginia', country='United States', postalcode='24502', rescom='R', customone='', customtwo='', customthree='', customfour='', customfive='', customsix='', customseven='', customeight='', customnine='', customten='', postordaff='1', postordinv='1', postorddisc='1', postordqb='0', postordpt='0', postordsage='0', commentsint='', commentsext='', referrer='http://fixmyrust.com', ipaddress=xxx.xxx.xxx.xxx', proctoken='', trackupstools='', trackusps='', trackfedex='', guest='0', loyaltypointstotal='0.00', loyaltypointsredeemed='0', postordloyaltypoints='1', postordloyaltypointspay='0', date1='', processed='', processedns='', date1ns='', fullname='' WHERE id='ORD2015082313'

CORE_DB::clause_update: The following UPDATE clause was created: UPDATE ecom_orderitems SET id='ORD2015082313-58600g75s2p6', orderid='ORD2015082313', epochorder='1440328158', shipstatus='N', shipmethod='', itemname='test', itemnum='test', itemid='test', itemquan='1', itemopts='', ordertotal='0.95', recurtotal='0.00', fname='', lname='', company='', addone='', addtwo='', city='', stateprov='', country='', postalcode='', rescom='', cartdata='a:31:{s:6:\"randid\";s:12:\"58600g75s2p6\";s:2:\"id\";s:4:\"test\";s:8:\"quantity\";i:1;s:4:\"name\";s:4:\"test\";s:6:\"number\";s:4:\"test\";s:5:\"imgsm\";s:4:\".png\";s:7:\"prodinv\";s:1:\"1\";s:7:\"optdisp\";a:0:{}s:9:\"optselids\";s:0:\"\";s:6:\"optids\";s:0:\"\";s:6:\"optinv\";s:0:\"\";s:7:\"dlfiles\";s:0:\"\";s:9:\"delmethod\";s:1:\"N\";s:11:\"sinshipinfo\";a:0:{}s:9:\"shipemail\";s:21:\"support@fixmyrust.com\";s:12:\"sinprodprice\";a:7:{s:4:\"type\";s:1:\"R\";s:8:\"displayb\";s:5:\"$0.95\";s:7:\"actualb\";s:6:\"0.9500\";s:8:\"displayr\";N;s:7:\"actualr\";N;s:9:\"displaybx\";N;s:8:\"actualbx\";N;}s:11:\"sinoptprice\";a:0:{}s:10:\"sinaffcomm\";i:0;s:7:\"taxinfo\";a:3:{s:11:\"ratebasissp\";a:1:{s:8:\"STANDARD\";d:1;}s:10:\"ratebasisc\";a:1:{s:6:\"EXEMPT\";d:1;}s:10:\"classbasis\";a:1:{s:8:\"STANDARD\";d:1;}}s:8:\"subtotal\";d:0.94999999999999996;s:11:\"subtotalrec\";i:0;s:3:\"url\";s:8:\"INTERNAL\";s:9:\"addemtext\";s:1:\"0\";s:7:\"xupsell\";N;s:20:\"sinprodloyaltypoints\";i:1;s:19:\"sinoptloyaltypoints\";i:0;s:13:\"loyaltypoints\";i:1;s:7:\"uploads\";a:0:{}s:8:\"savetype\";s:4:\"CART\";s:7:\"sortnum\";i:0;s:10:\"totalbasis\";a:13:{s:8:\"shipping\";s:4:\"0.00\";s:16:\"shipping_taxable\";s:4:\"0.00\";s:15:\"customsurcharge\";s:4:\"0.00\";s:10:\"customsale\";s:4:\"0.00\";s:13:\"loyaltypoints\";s:4:\"0.00\";s:8:\"discount\";s:4:\"0.00\";s:12:\"taxstateprov\";s:4:\"0.05\";s:10:\"taxcountry\";s:4:\"0.00\";s:13:\"taxcountryref\";s:4:\"0.00\";s:17:\"taxcountrydisplay\";s:4:\"0.00\";s:20:\"taxcountryrefdisplay\";s:4:\"0.00\";s:20:\"taxcountrypctdisplay\";s:5:\"0.000\";s:24:\"taxcountrypctshipdisplay\";s:5:\"0.000\";}}', email='', tax='0', total='0', status='', sku='', payref='', payamt='', payact='', loyaltypoints='1', paydate='', processed='', date1='', vendsku='', keycust='', deltype='', addthree='', processedns='', date1ns='', fullname=''

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: UPDATE ecom_orderitems SET id='ORD2015082313-58600g75s2p6', orderid='ORD2015082313', epochorder='1440328158', shipstatus='N', shipmethod='', itemname='test', itemnum='test', itemid='test', itemquan='1', itemopts='', ordertotal='0.95', recurtotal='0.00', fname='', lname='', company='', addone='', addtwo='', city='', stateprov='', country='', postalcode='', rescom='', cartdata='a:31:{s:6:\"randid\";s:12:\"58600g75s2p6\";s:2:\"id\";s:4:\"test\";s:8:\"quantity\";i:1;s:4:\"name\";s:4:\"test\";s:6:\"number\";s:4:\"test\";s:5:\"imgsm\";s:4:\".png\";s:7:\"prodinv\";s:1:\"1\";s:7:\"optdisp\";a:0:{}s:9:\"optselids\";s:0:\"\";s:6:\"optids\";s:0:\"\";s:6:\"optinv\";s:0:\"\";s:7:\"dlfiles\";s:0:\"\";s:9:\"delmethod\";s:1:\"N\";s:11:\"sinshipinfo\";a:0:{}s:9:\"shipemail\";s:21:\"support@fixmyrust.com\";s:12:\"sinprodprice\";a:7:{s:4:\"type\";s:1:\"R\";s:8:\"displayb\";s:5:\"$0.95\";s:7:\"actualb\";s:6:\"0.9500\";s:8:\"displayr\";N;s:7:\"actualr\";N;s:9:\"displaybx\";N;s:8:\"actualbx\";N;}s:11:\"sinoptprice\";a:0:{}s:10:\"sinaffcomm\";i:0;s:7:\"taxinfo\";a:3:{s:11:\"ratebasissp\";a:1:{s:8:\"STANDARD\";d:1;}s:10:\"ratebasisc\";a:1:{s:6:\"EXEMPT\";d:1;}s:10:\"classbasis\";a:1:{s:8:\"STANDARD\";d:1;}}s:8:\"subtotal\";d:0.94999999999999996;s:11:\"subtotalrec\";i:0;s:3:\"url\";s:8:\"INTERNAL\";s:9:\"addemtext\";s:1:\"0\";s:7:\"xupsell\";N;s:20:\"sinprodloyaltypoints\";i:1;s:19:\"sinoptloyaltypoints\";i:0;s:13:\"loyaltypoints\";i:1;s:7:\"uploads\";a:0:{}s:8:\"savetype\";s:4:\"CART\";s:7:\"sortnum\";i:0;s:10:\"totalbasis\";a:13:{s:8:\"shipping\";s:4:\"0.00\";s:16:\"shipping_taxable\";s:4:\"0.00\";s:15:\"customsurcharge\";s:4:\"0.00\";s:10:\"customsale\";s:4:\"0.00\";s:13:\"loyaltypoints\";s:4:\"0.00\";s:8:\"discount\";s:4:\"0.00\";s:12:\"taxstateprov\";s:4:\"0.05\";s:10:\"taxcountry\";s:4:\"0.00\";s:13:\"taxcountryref\";s:4:\"0.00\";s:17:\"taxcountrydisplay\";s:4:\"0.00\";s:20:\"taxcountryrefdisplay\";s:4:\"0.00\";s:20:\"taxcountrypctdisplay\";s:5:\"0.000\";s:24:\"taxcountrypctshipdisplay\";s:5:\"0.000\";}}', email='', tax='0', total='0', status='', sku='', payref='', payamt='', payact='', loyaltypoints='1', paydate='', processed='', date1='', vendsku='', keycust='', deltype='', addthree='', processedns='', date1ns='', fullname='' WHERE id='ORD2015082313-58600g75s2p6'

ECOM_Order::do_orderprocess: Finished running required order database updates.

ECOM_Order_mailinternal::constructor: Accessed.

ECOM_Order_mailinternal::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

ECOM_Order_mailinternal::load_object: Cached object returned: CORE_File Class: CORE_File

CORE_Mail::constructor: Accessed.

CORE_Mail::load_object: Cached object returned: CORE_Display Class: CORE_Display

CORE_Mail::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

CORE_Mail::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_Mail::load_pear: Loaded class: Mail

CORE_Mail::load_pear: Loaded class: Mail_mime

CORE_Mail::load_pear: Loaded class: Mail_RFC822

ECOM_Order_mailinternal::load_object: Cached object created: CORE_Mail Class: CORE_Mail

ECOM_Order::load_object: Cached object created: ECOM_Order_mailinternal Class: ECOM_Order_mailinternal

ECOM_Order::do_orderprocess: Running the ECOM_Order_mailinternal class in the file 0900_mailinternal.php.

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SHOW COLUMNS FROM core_mail

CORE_DB_mysql::xtable_info: The MySQL extension provided information on the core_mail table.

CORE_DB::table_column_string: Created column string. Table: core_mail

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT id, app, name, textincid, usexhtml, xhtmlincid, defaultsender, defaultto, defaultsubject, prependsubject, appendsubject, addlto, addlcc, addlbcc, interface FROM core_mail WHERE id='ecom.ordconfint' ORDER BY id ASC

CORE_Mail::make_email_fromdb: Matched message 'ecom.ordconfint' in the database.

CORE_Mail::make_email_fromdb: To address not present. Set default to 'admin@fixmyrust.com'.

CORE_Mail::make_email_fromdb: Added additional bcc addresses to message.

CORE_Mail::make_email_fromdb: Prepended the supplied string 'FixMyRust - ' to the message subject.

CORE_Mail::make_email_fromdb: Set the default string 'Order Confirmation' as the message subject.

CORE_Mail::make_email_fromdb: Appended the supplied string ' - ORD2015082313' to the message subject.

CORE_Mail::make_email_fromdb: Completed building subject for message.

CORE_Mail::make_email_fromdb: Set robot status and logged user out. Ready for mail includes.

CORE_Display::include_phptext: Beginning eval of phptext string.

CORE_Display::include_file: Started file: /apps/ecom/ECOM/includes/vendordersummarytxt.php

CORE_Display::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_Display::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Display::include_namespace: Loading the 'getaddress' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getaddress'. Located with id 'core.getaddress'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'get_addressdisp' in the CORE_App class with parameters.

CORE_App::make_address: Generated address as requested.

CORE_App::exec_namespace: Executed namespace function 'get_addressdisp' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getaddress' namespace via a display request for the 'core' component.

CORE_Error::error: Non-fatal error encountered: Undefined index: vendid File: /apps/ecom/ECOM/includes/vendordersummarytxt.php Line: 487

CORE_Error::error: Non-fatal error encountered: Undefined index: venddescription File: /apps/ecom/ECOM/includes/vendordersummarytxt.php Line: 489

CORE_Error::error: Non-fatal error encountered: Undefined index: vendprice File: /apps/ecom/ECOM/includes/vendordersummarytxt.php Line: 492

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Display::include_file: Completed file: /apps/ecom/ECOM/includes/vendordersummarytxt.php

CORE_Display::include_phptext: Finished eval of phptext string.

CORE_Mail::make_email_fromdb: TEXT message completed.

CORE_Mail::make_email_fromdb: XHTML message component needed.

CORE_Display::determine_skin: Mail request detected. Skin set to 'skin.MailMessage'.

CORE_Display::include_skin: Started skin file: /skins/MailMessage/skin.php

CORE_Display::include_skin: Completed skin file: /skins/MailMessage/skin.php

CORE_Mail::make_email_fromdb: XHTML skin inclusion completed. Included skin 'skin.MailMessage'.

CORE_Display::include_phptext: Beginning eval of phptext string.

CORE_Display::include_file: Started file: /apps/ecom/ECOM/includes/vendordersummaryxhtml.php

CORE_Display::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Display::include_namespace: Loading the 'getaddress' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getaddress'. Located with id 'core.getaddress'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'get_addressdisp' in the CORE_App class with parameters.

CORE_App::make_address: Generated address as requested.

CORE_App::exec_namespace: Executed namespace function 'get_addressdisp' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getaddress' namespace via a display request for the 'core' component.

CORE_Error::error: Non-fatal error encountered: Undefined index: vendprice File: /apps/ecom/ECOM/includes/vendordersummaryxhtml.php Line: 542

CORE_Error::error: Non-fatal error encountered: Undefined variable: vendtotal File: /apps/ecom/ECOM/includes/vendordersummaryxhtml.php Line: 543

CORE_Error::error: Non-fatal error encountered: Undefined index: vendid File: /apps/ecom/ECOM/includes/vendordersummaryxhtml.php Line: 549

CORE_Error::error: Non-fatal error encountered: Undefined index: venddescription File: /apps/ecom/ECOM/includes/vendordersummaryxhtml.php Line: 551

CORE_Error::error: Non-fatal error encountered: Undefined index: vendprice File: /apps/ecom/ECOM/includes/vendordersummaryxhtml.php Line: 554

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Error::error: Non-fatal error encountered: Undefined variable: newesttotal File: /apps/ecom/ECOM/includes/vendordersummaryxhtml.php Line: 777

CORE_Display::include_file: Completed file: /apps/ecom/ECOM/includes/vendordersummaryxhtml.php

CORE_Display::include_phptext: Finished eval of phptext string.

CORE_Mail::make_email_fromdb: XHTML content inclusion completed.

CORE_Mail::make_email_fromdb: XHTML skin and content merged. XHTML message completed.

CORE_Mail::make_email_fromdb: Reset robot status and conditionally logged user back in.

CORE_Mail::make_email_fromdb: Formulated message 'ecom.ordconfint'.

CORE_Mail::send_email: Built factory for Mail object. Using 'mail' backend.

CORE_Mail::send_email: Set the TXTBody parameter on the Mail object.

CORE_Mail::send_email: Set the HTMLBody parameter on the Mail object.

CORE_Mail::send_email: Retrieved the Body object from the Mail object.

CORE_Mail::send_email: Set the Headers parameter on the Mail object.

CORE_Mail::send_email: Sent mail message.

ECOM_Order_mailinternal::exec: Ran ECOM_Order_mailinternal module for order 'ORD2015082313'.

ECOM_Order_mailcustomer::constructor: Accessed.

ECOM_Order_mailcustomer::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

ECOM_Order_mailcustomer::load_object: Cached object returned: CORE_File Class: CORE_File

ECOM_Order_mailcustomer::load_object: Cached object returned: CORE_Mail Class: CORE_Mail

ECOM_Order::load_object: Cached object created: ECOM_Order_mailcustomer Class: ECOM_Order_mailcustomer

ECOM_Order::do_orderprocess: Running the ECOM_Order_mailcustomer class in the file 0920_mailcustomer.php.

ECOM_Order_mailcustomer::process_downloads: Processed file downloads.

CORE_DB::table_column_string: Created column string. Table: core_mail

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT id, app, name, textincid, usexhtml, xhtmlincid, defaultsender, defaultto, defaultsubject, prependsubject, appendsubject, addlto, addlcc, addlbcc, interface FROM core_mail WHERE id='ecom.ordconfcust' ORDER BY id ASC

CORE_Mail::make_email_fromdb: Matched message 'ecom.ordconfcust' in the database.

CORE_Mail::make_email_fromdb: From address not present. Set default to 'support@fixmyrust.com'.

CORE_Mail::make_email_fromdb: Added additional bcc addresses to message.

CORE_Mail::make_email_fromdb: Prepended the supplied string 'FixMyRust - ' to the message subject.

CORE_Mail::make_email_fromdb: Set the default string 'Order Confirmation' as the message subject.

CORE_Mail::make_email_fromdb: Appended the supplied string ' - ORD2015082313' to the message subject.

CORE_Mail::make_email_fromdb: Completed building subject for message.

CORE_Mail::make_email_fromdb: Set robot status and logged user out. Ready for mail includes.

CORE_Display::include_phptext: Beginning eval of phptext string.

CORE_Display::include_file: Started file: /apps/ecom/ECOM/includes/ordersummarytxt.php

CORE_Display::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Display::include_namespace: Loading the 'getaddress' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getaddress'. Located with id 'core.getaddress'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'get_addressdisp' in the CORE_App class with parameters.

CORE_App::make_address: Generated address as requested.

CORE_App::exec_namespace: Executed namespace function 'get_addressdisp' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getaddress' namespace via a display request for the 'core' component.

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Display::include_file: Completed file: /apps/ecom/ECOM/includes/ordersummarytxt.php

CORE_Display::include_phptext: Finished eval of phptext string.

CORE_Mail::make_email_fromdb: TEXT message completed.

CORE_Mail::make_email_fromdb: XHTML message component needed.

CORE_Display::determine_skin: Mail request detected. Skin set to 'skin.MailMessage'.

CORE_Display::include_skin: Started skin file: /skins/MailMessage/skin.php

CORE_Display::include_skin: Completed skin file: /skins/MailMessage/skin.php

CORE_Mail::make_email_fromdb: XHTML skin inclusion completed. Included skin 'skin.MailMessage'.

CORE_Display::include_phptext: Beginning eval of phptext string.

CORE_Display::include_file: Started file: /apps/ecom/ECOM/includes/ordersummaryxhtml.php

CORE_Display::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.


We distribute high quality steel auto body panels for use in the rust repair industry.

Offline

 

#7 08-23-2015 07:02:10

JayCR48
Member
From: Ohio
Registered: 03-27-2008
Posts: 87
Website

Re: Transaction ID

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Display::include_namespace: Loading the 'getaddress' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getaddress'. Located with id 'core.getaddress'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'get_addressdisp' in the CORE_App class with parameters.

CORE_App::make_address: Generated address as requested.

CORE_App::exec_namespace: Executed namespace function 'get_addressdisp' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getaddress' namespace via a display request for the 'core' component.

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Display::include_file: Completed file: /apps/ecom/ECOM/includes/ordersummaryxhtml.php

CORE_Display::include_phptext: Finished eval of phptext string.

CORE_Mail::make_email_fromdb: XHTML content inclusion completed.

CORE_Mail::make_email_fromdb: XHTML skin and content merged. XHTML message completed.

CORE_Mail::make_email_fromdb: Reset robot status and conditionally logged user back in.

CORE_Mail::make_email_fromdb: Formulated message 'ecom.ordconfcust'.

CORE_Mail::send_email: Built factory for Mail object. Using 'mail' backend.

CORE_Mail::send_email: Set the TXTBody parameter on the Mail object.

CORE_Mail::send_email: Set the HTMLBody parameter on the Mail object.

CORE_Mail::send_email: Retrieved the Body object from the Mail object.

CORE_Mail::send_email: Set the Headers parameter on the Mail object.

CORE_Mail::send_email: Sent mail message.

ECOM_Order_mailcustomer::exec: Ran ECOM_Order_mailcustomer module for order 'ORD2015082313'.

ECOM_Order_mailshipper::constructor: Accessed.

ECOM_Order_mailshipper::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

ECOM_Order_mailshipper::load_object: Cached object returned: CORE_Mail Class: CORE_Mail

ECOM_Order::load_object: Cached object created: ECOM_Order_mailshipper Class: ECOM_Order_mailshipper

ECOM_Order::do_orderprocess: Running the ECOM_Order_mailshipper class in the file 0940_mailshipper.php.

CORE_DB::table_column_string: Created column string. Table: core_mail

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT id, app, name, textincid, usexhtml, xhtmlincid, defaultsender, defaultto, defaultsubject, prependsubject, appendsubject, addlto, addlcc, addlbcc, interface FROM core_mail WHERE id='ecom.ordconfship' ORDER BY id ASC

CORE_Mail::make_email_fromdb: Matched message 'ecom.ordconfship' in the database.

CORE_Mail::make_email_fromdb: From address not present. Set default to 'support@fixmyrust.com'.

CORE_Mail::make_email_fromdb: Added additional bcc addresses to message.

CORE_Mail::make_email_fromdb: Prepended the supplied string 'FixMyRust - ' to the message subject.

CORE_Mail::make_email_fromdb: Set the default string 'FixMyRust - Order Confirmation (Customer Copy)' as the message subject.

CORE_Mail::make_email_fromdb: Appended the supplied string ' - ORD2015082313' to the message subject.

CORE_Mail::make_email_fromdb: Completed building subject for message.

CORE_Mail::make_email_fromdb: Set robot status and logged user out. Ready for mail includes.

CORE_Display::include_phptext: Beginning eval of phptext string.

CORE_Display::include_file: Started file: /apps/ecom/ECOM/includes/ordersummarytxt.php

CORE_Display::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Display::include_namespace: Loading the 'getaddress' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getaddress'. Located with id 'core.getaddress'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'get_addressdisp' in the CORE_App class with parameters.

CORE_App::make_address: Generated address as requested.

CORE_App::exec_namespace: Executed namespace function 'get_addressdisp' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getaddress' namespace via a display request for the 'core' component.

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Display::include_file: Completed file: /apps/ecom/ECOM/includes/ordersummarytxt.php

CORE_Display::include_phptext: Finished eval of phptext string.

CORE_Mail::make_email_fromdb: TEXT message completed.

CORE_Mail::make_email_fromdb: XHTML message component needed.

CORE_Display::determine_skin: Mail request detected. Skin set to 'skin.MailMessage'.

CORE_Display::include_skin: Started skin file: /skins/MailMessage/skin.php

CORE_Display::include_skin: Completed skin file: /skins/MailMessage/skin.php

CORE_Mail::make_email_fromdb: XHTML skin inclusion completed. Included skin 'skin.MailMessage'.

CORE_Display::include_phptext: Beginning eval of phptext string.

CORE_Display::include_file: Started file: /apps/ecom/ECOM/includes/ordersummaryxhtml.php

CORE_Display::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Display::include_namespace: Loading the 'getaddress' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getaddress'. Located with id 'core.getaddress'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'get_addressdisp' in the CORE_App class with parameters.

CORE_App::make_address: Generated address as requested.

CORE_App::exec_namespace: Executed namespace function 'get_addressdisp' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getaddress' namespace via a display request for the 'core' component.

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Display::include_file: Completed file: /apps/ecom/ECOM/includes/ordersummaryxhtml.php

CORE_Display::include_phptext: Finished eval of phptext string.

CORE_Mail::make_email_fromdb: XHTML content inclusion completed.

CORE_Mail::make_email_fromdb: XHTML skin and content merged. XHTML message completed.

CORE_Mail::make_email_fromdb: Reset robot status and conditionally logged user back in.

CORE_Mail::make_email_fromdb: Formulated message 'ecom.ordconfship'.

CORE_Mail::send_email: Built factory for Mail object. Using 'mail' backend.

CORE_Mail::send_email: Set the TXTBody parameter on the Mail object.

CORE_Mail::send_email: Set the HTMLBody parameter on the Mail object.

CORE_Mail::send_email: Retrieved the Body object from the Mail object.

CORE_Mail::send_email: Set the Headers parameter on the Mail object.

CORE_Mail::send_email: Sent mail message.

ECOM_Order_mailshipper::exec: Ran ECOM_Order_mailshipper module for order 'ORD2015082313'.

ECOM_Order::do_orderprocess: Finished run of all processing modules above 900 level (mail).

ECOM_Cart::savecart: User cart hash is '503cb485f53b6fe6c5f5ce6a6ecb8bb1'.

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: DELETE FROM ecom_cart WHERE cartid='63t92z2q7735186729c9w3cwtm99qfqy'

ECOM_Cart::savecart: Cart updated. New user cart hash is '40cd750bba9870f18aada2478b24840a'. Returning.

ECOM_Order::orderprocess: Processed online order 'ORD2015082313'.

CORE_Display::include_file: Started file: /apps/ecom/ECOM/includes/thirdpartyaff.php

CORE_Display::include_file: Completed file: /apps/ecom/ECOM/includes/thirdpartyaff.php

ECOM_Order::exec_namespace: Validated namespace 'ordersummary'. Located with id 'ecom.ordersummary'.

ECOM_Order::exec_namespace: Located user's group in allowed group.

ECOM_Order::load_object: Cached object returned: ECOM_Order Class: ECOM_Order

ECOM_Order::exec_namespace: Loaded namespace base module ECOM_Order.

ECOM_Order::namespace_change: Changed namespace to 'ordersummary' for component 'ecom'.

ECOM_Order::exec_namespace: Executing namespace function 'ordersummary' in the ECOM_Order class with parameters.

CORE_Display::include_file: Started file: /apps/ecom/ECOM/includes/ordersummary.php

CORE_Display::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Display::include_namespace: Loading the 'getaddress' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getaddress'. Located with id 'core.getaddress'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'get_addressdisp' in the CORE_App class with parameters.

CORE_App::make_address: Generated address as requested.

CORE_App::exec_namespace: Executed namespace function 'get_addressdisp' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getaddress' namespace via a display request for the 'core' component.

CORE_Display::include_namespace: Loading the 'getprice' namespace via a display request for the 'core' component.

CORE_App::exec_namespace: Validated namespace 'getprice'. Located with id 'core.getprice'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_App::exec_namespace: Loaded namespace base module CORE_App.

CORE_App::exec_namespace: Executing namespace function 'returnprice' in the CORE_App class with parameters.

CORE_App::exec_namespace: Executed namespace function 'returnprice' in the CORE_App class with parameters.

CORE_Display::include_namespace: Loaded the 'getprice' namespace via a display request for the 'core' component.

CORE_Display::include_file: Completed file: /apps/ecom/ECOM/includes/ordersummary.php

ECOM_Order::ordersummary: Order summary printed.

ECOM_Order::exec_namespace: Executed namespace function 'ordersummary' in the ECOM_Order class with parameters.

ECOM_OLP::exec_namespace: Executed namespace function 'orderprocess' in the ECOM_Order class with parameters.

CORE_App::exec_namespace: Executed namespace function 'gwprocinternal' in the ECOM_OLP class without parameters.

CORE_App::exec: Completed executing component namespace 'gwprocinternal'.

CORE::exec: Component phase completed.

CORE::shutdown: Beginning clean shutdown.

CORE::load_object: Cached object returned: CORE_Display Class: CORE_Display

CORE_Display::buffer: Output buffering completed. Output stored (FLUSH).

CORE_Display::flush_output: Buffer flushed. Display content stored.

CORE_Display::flush_output: Skin determined: skin.MailMessage

CORE_Display::buffer: Output buffering started. (START)

CORE_Display::determine_skin: FrontEnd interface detected and 'skin.MailMessage' requested. Set skin to 'skin.Ecom1'.

CORE_Display::include_skin: Started skin file: /skins/Ecom1/skin.php

CORE_Display::include_skinfunc: Initiating function class for skin 'skin.Ecom1'.

CORE_Display::load_object: Cached object created: CORE_SkinFunc Class: CORE_SkinFunc

CORE_Display::include_skinfunc: Loaded function class for skin 'skin.Ecom1'.

CORE_SkinFunc::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_SkinFunc::include_namespace: Loading the 'jslib' namespace via a display request for the 'ecom' component.

CORE_App::exec_namespace: Validated namespace 'jslib'. Located with id 'core.jslib'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_Display::include_file: Started file: /core/CORE/includes/jslib.php

CORE_Display::include_namespace: Loading the 'xmodgooglerichsnippets_js' namespace via a display request for the 'ecom' component.

CORE_App::exec_namespace: Validated namespace 'xmodgooglerichsnippets_js'. Located with id 'ecom.xmodgooglerichsnippets_js'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_Display::include_file: Started file: /apps/ecom/ECOM/includes/xmodgooglerichsnippets_js.php

CORE_Display::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_Display::include_file: Completed file: /apps/ecom/ECOM/includes/xmodgooglerichsnippets_js.php

CORE_App::exec_namespace: Included namespace include file 'xmodgooglerichsnippets_js.php' for the 'ecom' component.

CORE_App::exec_namespace: Completed executing namespace 'xmodgooglerichsnippets_js'.

CORE_Display::include_namespace: Loaded the 'xmodgooglerichsnippets_js' namespace via a display request for the 'ecom' component.

CORE_Display::include_file: Completed file: /core/CORE/includes/jslib.php

CORE_App::exec_namespace: Included namespace include file 'jslib.php' for the 'core' component.

CORE_App::exec_namespace: Completed executing namespace 'jslib'.

CORE_SkinFunc::include_namespace: Loaded the 'jslib' namespace via a display request for the 'ecom' component.

CORE_SkinFunc::include_namespace: Loading the 'miniacctlogin' namespace via a display request for the 'ecom' component.

CORE_App::exec_namespace: Validated namespace 'miniacctlogin'. Located with id 'core.miniacctlogin'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_Display::include_file: Started file: /core/CORE/includes/miniacctlogin.php

CORE_Display::include_file: Completed file: /core/CORE/includes/miniacctlogin.php

CORE_App::exec_namespace: Included namespace include file 'miniacctlogin.php' for the 'core' component.

CORE_App::exec_namespace: Completed executing namespace 'miniacctlogin'.

CORE_SkinFunc::include_namespace: Loaded the 'miniacctlogin' namespace via a display request for the 'ecom' component.

CORE_SkinFunc::include_namespace: Loading the 'skinwidgets' namespace via a display request for the 'ecom' component.

CORE_App::exec_namespace: Validated namespace 'skinwidgets'. Located with id 'core.skinwidgets'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_FrontEnd::constructor: Accessed.

CORE_App::load_object: Cached object created: CORE_FrontEnd Class: CORE_FrontEnd

CORE_App::exec_namespace: Loaded namespace base module CORE_FrontEnd.

CORE_FrontEnd_skinwidgets::constructor: Accessed.

CORE_FrontEnd_skinwidgets::load_object: Cached object returned: CORE_Display Class: CORE_Display

CORE_FrontEnd_skinwidgets::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

CORE_App::load_object: Cached object created: CORE_FrontEnd_skinwidgets Class: CORE_FrontEnd_skinwidgets

CORE_App::exec_namespace: Loaded namespace extension module CORE_FrontEnd_skinwidgets.

CORE_App::exec_namespace: Executing namespace function 'generate' in the CORE_FrontEnd_skinwidgets class with parameters.

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT id, app, name, namespace, widgetgroup, widgetclass FROM core_skinwidgets WHERE status='1' ORDER BY sortorder ASC

CORE_FrontEnd_skinwidgets::generate: Loaded skin widgets into cache.

CORE_FrontEnd_skinwidgets::exec_namespace: Validated namespace 'skinwidget_minicart'. Located with id 'ecom.skinwidget_minicart'.

CORE_FrontEnd_skinwidgets::exec_namespace: Located user's group in allowed group.

CORE_FrontEnd_skinwidgets::load_object: Cached object returned: ECOM Class: ECOM

CORE_FrontEnd_skinwidgets::exec_namespace: Loaded namespace base module ECOM.

ECOM_skinwidgets::constructor: Accessed.

ECOM_skinwidgets::load_object: Cached object returned: CORE_Display Class: CORE_Display

ECOM_skinwidgets::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

CORE_FrontEnd_skinwidgets::load_object: Cached object created: ECOM_skinwidgets Class: ECOM_skinwidgets

CORE_FrontEnd_skinwidgets::exec_namespace: Loaded namespace extension module ECOM_skinwidgets.

CORE_FrontEnd_skinwidgets::exec_namespace: Executing namespace function 'minicart' in the ECOM_skinwidgets class without parameters.

ECOM_skinwidgets::load_object: Cached object returned: ECOM_Cart Class: ECOM_Cart

CORE_DB::table_column_string: Created column string. Table: ecom_prod

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT id, name, prodnum, pricestatus, regprice, saleprice, volprice, recurprice, whlprice, affilcomm, keywords, descshort, desclong, lgdisp, prodmulti, imgsm, imglg, imgxl, splashdisp, newdisp, specialsdisp, bestselldisp, taxstateprov, taxcountry, useinv, invlevel, addemtext, delmethod, customship, dlfile, shiponename, shiponeprice, shiptwoname, shiptwoprice, shipthreename, shipthreeprice, shiplocal, shipint, shiplength, shipwidth, shipheight, shipweight, shipnumbox, shipstateprov, shipcountry, shipzip, shipemail, xcat, xprod, xprodoptions, sortorder, sortprice, prodidx, prodview, prodviewg, minquan, maxquan, taxclass, datetimestamp, no, googlebase_suppress, googlebase_condition, googlebase_product_type, googlebase_color, googlebase_size, googlebase_brand, googlebase_gtin, googlebase_mpn, vendid, venddescription, vendprice, xyz, xyz2, ebayid, ebaytitle, xyz50, carmake, carmodel, caryearfirst, caryearlast, caroption1, caroption2, caroption3, partname, partoption1, partoption2, partoption3, mfg, xyz49, xyz48, xyz3, xyz4, xyz5, xyz5, productno, retail, sku, descmobile, featuredisp1, featuredisp2, featuredisp3, featuredisp4, featuredisp5, xupsell, metatitle, metadesc, seourl, reviewsavg, reviewsnum, notifystock, xprodfilterone, xprodfiltertwo, xprodfilterthree, xprodfilterfour, xprodfilterfive, loyaltypoints, tabonename, tabonecontent, tabtwoname, tabtwocontent, tabthreename, tabthreecontent, tabfourname, tabfourcontent, googlebase_prodcat, googlebase_priceoverride, break, ebayfmrprice, googlebase_gender, googlebase_agegroup, googlebase_adwords_grouping, googlebase_adwords_labels, xyz6, xyz7, xyz8, xyz9, xyz10, xyz11, xyz18, xyz12, xyz13, xyz14, vendmin, xyz15, page, range1, range2, diagram, price062914, sold13, xyz16, fixqty, xyz16, xyz17, xyz18, xyz19, xyz20, xyz21, xyz22, xyz23, xyz24, needed, xyz25, xyz26, etruck, xyz27, ebaseprice, xyz28, xyz29, xyz30, xyz30, ejobberprice, xyz31, eloyaltyprice, eretailprice, xyz32, eweight, eclass, emfggroup, eaveragecost, xyz33, xyz34, xyz35, xyz36, xyz37, xyz38, xyz39, xyz40, xyz41, xyz42, xyz43 FROM ecom_prod WHERE ((prodview='A') OR (prodview='L' AND (prodviewg LIKE 'superuser,%' OR prodviewg LIKE '%,superuser' OR prodviewg LIKE '%, superuser' OR prodviewg LIKE '%,superuser,%' OR prodviewg LIKE '%, superuser,%' OR prodviewg='superuser')))AND (id='3071548R' OR id='3071740' OR id='test') ORDER BY id ASC

CORE_Display::include_file: Started file: /apps/ecom/ECOM/includes/skinwidgetminicart.php

CORE_Display::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_Display::check_images: Checked images.

CORE_Display::check_images: Checked images.

CORE_Display::check_images: Checked images.

CORE_Display::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

CORE_DB_mysql::xsql_limit: The MySQL extension modified an SQL statement to include LIMIT functionality.

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT seourl FROM ecom_prod WHERE id='3071548R' ORDER BY seourl ASC LIMIT 0,1

CORE_DB_mysql::xsql_limit: The MySQL extension modified an SQL statement to include LIMIT functionality.

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT seourl FROM ecom_prod WHERE id='3071740' ORDER BY seourl ASC LIMIT 0,1

CORE_DB_mysql::xsql_limit: The MySQL extension modified an SQL statement to include LIMIT functionality.

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT seourl FROM ecom_prod WHERE id='test' ORDER BY seourl ASC LIMIT 0,1

CORE_Display::include_file: Completed file: /apps/ecom/ECOM/includes/skinwidgetminicart.php

ECOM_skinwidgets::minicart: Mini cart displayed.

CORE_FrontEnd_skinwidgets::exec_namespace: Executed namespace function 'minicart' in the ECOM_skinwidgets class without parameters.

CORE_FrontEnd_skinwidgets::exec_namespace: Validated namespace 'skinwidget_currency'. Located with id 'core.skinwidget_currency'.

CORE_FrontEnd_skinwidgets::exec_namespace: Located user's group in allowed group.

CORE_FrontEnd_skinwidgets::load_object: Cached object returned: CORE_FrontEnd Class: CORE_FrontEnd

CORE_FrontEnd_skinwidgets::exec_namespace: Loaded namespace base module CORE_FrontEnd.

CORE_FrontEnd_skinwidgets::load_object: Cached object returned: CORE_FrontEnd_skinwidgets Class: CORE_FrontEnd_skinwidgets

CORE_FrontEnd_skinwidgets::exec_namespace: Loaded namespace extension module CORE_FrontEnd_skinwidgets.

CORE_FrontEnd_skinwidgets::exec_namespace: Executing namespace function 'currency' in the CORE_FrontEnd_skinwidgets class without parameters.

CORE_FrontEnd_skinwidgets::exec_namespace: Executed namespace function 'currency' in the CORE_FrontEnd_skinwidgets class without parameters.

CORE_FrontEnd_skinwidgets::generate: Completed generating widgets with id 'HEADER'.

CORE_App::exec_namespace: Executed namespace function 'generate' in the CORE_FrontEnd_skinwidgets class with parameters.

CORE_SkinFunc::include_namespace: Loaded the 'skinwidgets' namespace via a display request for the 'ecom' component.

CORE_SkinFunc::include_namespace: Loading the 'skinwidgets' namespace via a display request for the 'ecom' component.

CORE_App::exec_namespace: Validated namespace 'skinwidgets'. Located with id 'core.skinwidgets'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_FrontEnd Class: CORE_FrontEnd

CORE_App::exec_namespace: Loaded namespace base module CORE_FrontEnd.

CORE_App::load_object: Cached object returned: CORE_FrontEnd_skinwidgets Class: CORE_FrontEnd_skinwidgets

CORE_App::exec_namespace: Loaded namespace extension module CORE_FrontEnd_skinwidgets.

CORE_App::exec_namespace: Executing namespace function 'generate' in the CORE_FrontEnd_skinwidgets class with parameters.

CORE_FrontEnd_skinwidgets::exec_namespace: Validated namespace 'skinwidget_breadcrumbs'. Located with id 'ecom.skinwidget_breadcrumbs'.

CORE_FrontEnd_skinwidgets::exec_namespace: Located user's group in allowed group.

CORE_Display::include_file: Started file: /apps/ecom/ECOM/includes/skinwidgetbreadcrumbs.php

CORE_Display::include_file: Completed file: /apps/ecom/ECOM/includes/skinwidgetbreadcrumbs.php

CORE_FrontEnd_skinwidgets::exec_namespace: Included namespace include file 'skinwidgetbreadcrumbs.php' for the 'ecom' component.

CORE_FrontEnd_skinwidgets::exec_namespace: Completed executing namespace 'skinwidget_breadcrumbs'.

CORE_FrontEnd_skinwidgets::exec_namespace: Validated namespace 'skinwidget_pages'. Located with id 'cms.skinwidget_pages'.

CORE_FrontEnd_skinwidgets::exec_namespace: Located user's group in allowed group.

CORE_FrontEnd_skinwidgets::load_app: Loading requested component 'cms'.

CMS::constructor: Accessed.

CMS::load_object: Cached object returned: CORE_Display Class: CORE_Display

CMS::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

CORE_FrontEnd_skinwidgets::load_object: Cached object created: CMS Class: CMS

CORE_FrontEnd_skinwidgets::load_app: Loaded component base module CMS.

CORE_FrontEnd_skinwidgets::load_app: Starting component startup tasks.

CORE_FrontEnd_skinwidgets::run_tasks: Unable to locate any tasks to run for the CMS_startup class. Directory /home/fixmyrus/core-private/apps/cms/CMS/tasks_startup not found.

CORE_FrontEnd_skinwidgets::load_app: Completed component startup tasks.

CORE_FrontEnd_skinwidgets::load_object: Cached object returned: CMS Class: CMS

CORE_FrontEnd_skinwidgets::exec_namespace: Loaded namespace base module CMS.

CMS_skinwidgets::constructor: Accessed.

CMS_skinwidgets::load_object: Cached object returned: CORE_Display Class: CORE_Display

CMS_skinwidgets::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

CORE_FrontEnd_skinwidgets::load_object: Cached object created: CMS_skinwidgets Class: CMS_skinwidgets

CORE_FrontEnd_skinwidgets::exec_namespace: Loaded namespace extension module CMS_skinwidgets.

CORE_FrontEnd_skinwidgets::exec_namespace: Executing namespace function 'pages' in the CMS_skinwidgets class without parameters.

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT id, dispname, seourl, xpages FROM cms_html WHERE menudisp='1' AND ((htmlview='A') OR (htmlview='L' AND (htmlviewg LIKE 'superuser,%' OR htmlviewg LIKE '%,superuser' OR htmlviewg LIKE '%, superuser' OR htmlviewg LIKE '%,superuser,%' OR htmlviewg LIKE '%, superuser,%' OR htmlviewg='superuser'))) ORDER BY menuorder ASC

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT id, dispname, seourl, xpages FROM cms_html WHERE (id='storepolicies') AND submenudisp='1' AND ((htmlview='A') OR (htmlview='L' AND (htmlviewg LIKE 'superuser,%' OR htmlviewg LIKE '%,superuser' OR htmlviewg LIKE '%, superuser' OR htmlviewg LIKE '%,superuser,%' OR htmlviewg LIKE '%, superuser,%' OR htmlviewg='superuser'))) ORDER BY menuorder ASC

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT id, dispname, seourl, xpages FROM cms_html WHERE (id='splash') AND submenudisp='1' AND ((htmlview='A') OR (htmlview='L' AND (htmlviewg LIKE 'superuser,%' OR htmlviewg LIKE '%,superuser' OR htmlviewg LIKE '%, superuser' OR htmlviewg LIKE '%,superuser,%' OR htmlviewg LIKE '%, superuser,%' OR htmlviewg='superuser'))) ORDER BY menuorder ASC

CORE_Display::include_file: Started file: /apps/cms/CMS/includes/skinwidgetpages.php

CORE_Display::include_file: Completed file: /apps/cms/CMS/includes/skinwidgetpages.php

CMS_skinwidgets::pages: Printed the pages menu widget. App: cms

CORE_FrontEnd_skinwidgets::exec_namespace: Executed namespace function 'pages' in the CMS_skinwidgets class without parameters.

CORE_FrontEnd_skinwidgets::exec_namespace: Validated namespace 'skinwidget_menustore'. Located with id 'ecom.skinwidget_menustore'.

CORE_FrontEnd_skinwidgets::exec_namespace: Located user's group in allowed group.

CORE_FrontEnd_skinwidgets::load_object: Cached object returned: ECOM Class: ECOM

CORE_FrontEnd_skinwidgets::exec_namespace: Loaded namespace base module ECOM.

CORE_FrontEnd_skinwidgets::load_object: Cached object returned: ECOM_skinwidgets Class: ECOM_skinwidgets

CORE_FrontEnd_skinwidgets::exec_namespace: Loaded namespace extension module ECOM_skinwidgets.

CORE_FrontEnd_skinwidgets::exec_namespace: Executing namespace function 'menustore' in the ECOM_skinwidgets class without parameters.

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT name, namespace FROM ecom_storemenu WHERE menudisp='1' ORDER BY menuorder ASC

CORE_Display::include_file: Started file: /apps/ecom/ECOM/includes/skinwidgetmenustore.php

CORE_Display::include_file: Completed file: /apps/ecom/ECOM/includes/skinwidgetmenustore.php

ECOM_skinwidgets::menustore: Printed the store menu widget. App: ecom

CORE_FrontEnd_skinwidgets::exec_namespace: Executed namespace function 'menustore' in the ECOM_skinwidgets class without parameters.

CORE_FrontEnd_skinwidgets::generate: Completed generating widgets with id 'NAVMENU'.

CORE_App::exec_namespace: Executed namespace function 'generate' in the CORE_FrontEnd_skinwidgets class with parameters.

CORE_SkinFunc::include_namespace: Loaded the 'skinwidgets' namespace via a display request for the 'ecom' component.

CORE_SkinFunc::include_namespace: Loading the 'skinwidgets' namespace via a display request for the 'ecom' component.

CORE_App::exec_namespace: Validated namespace 'skinwidgets'. Located with id 'core.skinwidgets'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_FrontEnd Class: CORE_FrontEnd

CORE_App::exec_namespace: Loaded namespace base module CORE_FrontEnd.

CORE_App::load_object: Cached object returned: CORE_FrontEnd_skinwidgets Class: CORE_FrontEnd_skinwidgets

CORE_App::exec_namespace: Loaded namespace extension module CORE_FrontEnd_skinwidgets.

CORE_App::exec_namespace: Executing namespace function 'generate' in the CORE_FrontEnd_skinwidgets class with parameters.

CORE_FrontEnd_skinwidgets::exec_namespace: Validated namespace 'skinwidget_prodfilter'. Located with id 'ecom.skinwidget_prodfilter'.

CORE_FrontEnd_skinwidgets::exec_namespace: Located user's group in allowed group.

CORE_FrontEnd_skinwidgets::load_object: Cached object returned: ECOM Class: ECOM

CORE_FrontEnd_skinwidgets::exec_namespace: Loaded namespace base module ECOM.

CORE_FrontEnd_skinwidgets::load_object: Cached object returned: ECOM_skinwidgets Class: ECOM_skinwidgets

CORE_FrontEnd_skinwidgets::exec_namespace: Loaded namespace extension module ECOM_skinwidgets.

CORE_FrontEnd_skinwidgets::exec_namespace: Executing namespace function 'prodfilter' in the ECOM_skinwidgets class without parameters.

ECOM_skinwidgets::prodfilter: Product filter skin widget displaying.

ECOM_skinwidgets::prodfilter: Product filter global is not set. Returning.

CORE_FrontEnd_skinwidgets::exec_namespace: Executed namespace function 'prodfilter' in the ECOM_skinwidgets class without parameters.

CORE_FrontEnd_skinwidgets::exec_namespace: Validated namespace 'skinwidget_cookieinfo'. Located with id 'core.skinwidget_cookieinfo'.

CORE_FrontEnd_skinwidgets::exec_namespace: Located user's group in allowed group.

CORE_Display::include_file: Started file: /core/CORE/includes/skinwidgetcookieinfo.php

CORE_Display::include_file: Completed file: /core/CORE/includes/skinwidgetcookieinfo.php

CORE_FrontEnd_skinwidgets::exec_namespace: Included namespace include file 'skinwidgetcookieinfo.php' for the 'core' component.

CORE_FrontEnd_skinwidgets::exec_namespace: Completed executing namespace 'skinwidget_cookieinfo'.

CORE_FrontEnd_skinwidgets::exec_namespace: Validated namespace 'skinwidget_minisearch'. Located with id 'ecom.skinwidget_minisearch'.

CORE_FrontEnd_skinwidgets::exec_namespace: Located user's group in allowed group.

CORE_Display::include_file: Started file: /apps/ecom/ECOM/includes/skinwidgetminisearch.php

CORE_Display::load_object: Cached object returned: CORE_Form Class: CORE_Form

CORE_Form::quick_form: Created a quick form array for component 'ecom' to post to namespace 'prodsearchp'.

CORE_Display::include_file: Started file: /core/CORE/includes/form_quickh.php

CORE_Display::include_file: Completed file: /core/CORE/includes/form_quickh.php

CORE_Display::xhtml_quickform_header: Generated quick form header for form id 'ecom--minisearch'.

CORE_Display::include_file: Completed file: /apps/ecom/ECOM/includes/skinwidgetminisearch.php

CORE_FrontEnd_skinwidgets::exec_namespace: Included namespace include file 'skinwidgetminisearch.php' for the 'ecom' component.

CORE_FrontEnd_skinwidgets::exec_namespace: Completed executing namespace 'skinwidget_minisearch'.

CORE_FrontEnd_skinwidgets::exec_namespace: Validated namespace 'skinwidget_categories'. Located with id 'ecom.skinwidget_categories'.

CORE_FrontEnd_skinwidgets::exec_namespace: Located user's group in allowed group.

CORE_FrontEnd_skinwidgets::load_object: Cached object returned: ECOM Class: ECOM

CORE_FrontEnd_skinwidgets::exec_namespace: Loaded namespace base module ECOM.

CORE_FrontEnd_skinwidgets::load_object: Cached object returned: ECOM_skinwidgets Class: ECOM_skinwidgets

CORE_FrontEnd_skinwidgets::exec_namespace: Loaded namespace extension module ECOM_skinwidgets.

CORE_FrontEnd_skinwidgets::exec_namespace: Executing namespace function 'categories' in the ECOM_skinwidgets class without parameters.

CORE_Display::include_file: Started file: /apps/ecom/ECOM/includes/skinwidgetcategories.php

CORE_Display::include_file: Completed file: /apps/ecom/ECOM/includes/skinwidgetcategories.php

ECOM_skinwidgets::categories: Printed the categories widget. App: ecom

CORE_FrontEnd_skinwidgets::exec_namespace: Executed namespace function 'categories' in the ECOM_skinwidgets class without parameters.

CORE_FrontEnd_skinwidgets::exec_namespace: Validated namespace 'skinwidget_banners'. Located with id 'cms.skinwidget_banners'.

CORE_FrontEnd_skinwidgets::exec_namespace: Located user's group in allowed group.

CMS_Banners::constructor: Accessed.

CMS_Banners::load_object: Cached object returned: CORE_Display Class: CORE_Display

CMS_Banners::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

CORE_FrontEnd_skinwidgets::load_object: Cached object created: CMS_Banners Class: CMS_Banners

CORE_FrontEnd_skinwidgets::exec_namespace: Loaded namespace base module CMS_Banners.

CORE_FrontEnd_skinwidgets::exec_namespace: Executing namespace function 'skinwidget' in the CMS_Banners class without parameters.

CMS_Banners::skinwidget: Banners for skin widgets displaying.

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SHOW COLUMNS FROM cms_banners

CORE_DB_mysql::xtable_info: The MySQL extension provided information on the cms_banners table.

CORE_DB::table_column_string: Created column string. Table: cms_banners

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT id, name, status, bannerimg, placement, bannergroup, sortorder, linktype, linkid FROM cms_banners WHERE placement='SKINWIDGET' AND status='1' ORDER BY sortorder ASC

CORE_Display::check_images: Checked images.

CORE_DB_mysql::xsql_limit: The MySQL extension modified an SQL statement to include LIMIT functionality.

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT seourl FROM ecom_prod WHERE id='DEMO-120' ORDER BY seourl ASC LIMIT 0,1

CORE_Display::check_images: Checked images.

CORE_Display::include_file: Started file: /apps/cms/CMS/includes/skinwidgetbanners.php

CORE_Display::include_file: Completed file: /apps/cms/CMS/includes/skinwidgetbanners.php

CORE_FrontEnd_skinwidgets::exec_namespace: Executed namespace function 'skinwidget' in the CMS_Banners class without parameters.

CORE_FrontEnd_skinwidgets::exec_namespace: Validated namespace 'xmodgoogletrustedstores_skinwidget'. Located with id 'ecom.xmodgoogletrustedstores_skinwidget'.

CORE_FrontEnd_skinwidgets::exec_namespace: Located user's group in allowed group.

CORE_Display::include_file: Started file: /apps/ecom/ECOM/includes/xmodgoogletrustedstores_skinwidget.php

CORE_Display::include_file: Completed file: /apps/ecom/ECOM/includes/xmodgoogletrustedstores_skinwidget.php

CORE_FrontEnd_skinwidgets::exec_namespace: Included namespace include file 'xmodgoogletrustedstores_skinwidget.php' for the 'ecom' component.

CORE_FrontEnd_skinwidgets::exec_namespace: Completed executing namespace 'xmodgoogletrustedstores_skinwidget'.

CORE_FrontEnd_skinwidgets::generate: Completed generating widgets with id 'SIDEMENU'.

CORE_App::exec_namespace: Executed namespace function 'generate' in the CORE_FrontEnd_skinwidgets class with parameters.

CORE_SkinFunc::include_namespace: Loaded the 'skinwidgets' namespace via a display request for the 'ecom' component.

CORE_SkinFunc::include_namespace: Loading the 'skinwidgets' namespace via a display request for the 'ecom' component.

CORE_App::exec_namespace: Validated namespace 'skinwidgets'. Located with id 'core.skinwidgets'.

CORE_App::exec_namespace: Located user's group in allowed group.

CORE_App::load_object: Cached object returned: CORE_FrontEnd Class: CORE_FrontEnd

CORE_App::exec_namespace: Loaded namespace base module CORE_FrontEnd.

CORE_App::load_object: Cached object returned: CORE_FrontEnd_skinwidgets Class: CORE_FrontEnd_skinwidgets

CORE_App::exec_namespace: Loaded namespace extension module CORE_FrontEnd_skinwidgets.

CORE_App::exec_namespace: Executing namespace function 'generate' in the CORE_FrontEnd_skinwidgets class with parameters.

CORE_FrontEnd_skinwidgets::exec_namespace: Validated namespace 'skinwidget_account'. Located with id 'core.skinwidget_account'.

CORE_FrontEnd_skinwidgets::exec_namespace: Located user's group in allowed group.

CORE_Display::include_file: Started file: /core/CORE/includes/skinwidgetaccount.php

CORE_Display::include_file: Completed file: /core/CORE/includes/skinwidgetaccount.php

CORE_FrontEnd_skinwidgets::exec_namespace: Included namespace include file 'skinwidgetaccount.php' for the 'core' component.

CORE_FrontEnd_skinwidgets::exec_namespace: Completed executing namespace 'skinwidget_account'.

CORE_FrontEnd_skinwidgets::exec_namespace: Validated namespace 'skinwidget_mobiledesktop'. Located with id 'core.skinwidget_mobiledesktop'.

CORE_FrontEnd_skinwidgets::exec_namespace: Located user's group in allowed group.

CORE_Display::include_file: Started file: /core/CORE/includes/skinwidgetmobiledesktop.php

CORE_Display::include_file: Completed file: /core/CORE/includes/skinwidgetmobiledesktop.php

CORE_FrontEnd_skinwidgets::exec_namespace: Included namespace include file 'skinwidgetmobiledesktop.php' for the 'core' component.

CORE_FrontEnd_skinwidgets::exec_namespace: Completed executing namespace 'skinwidget_mobiledesktop'.

CORE_FrontEnd_skinwidgets::exec_namespace: Validated namespace 'skinwidget_social'. Located with id 'core.skinwidget_social'.

CORE_FrontEnd_skinwidgets::exec_namespace: Located user's group in allowed group.

CORE_Display::include_file: Started file: /core/CORE/includes/skinwidgetsocial.php

CORE_Display::include_file: Completed file: /core/CORE/includes/skinwidgetsocial.php

CORE_FrontEnd_skinwidgets::exec_namespace: Included namespace include file 'skinwidgetsocial.php' for the 'core' component.

CORE_FrontEnd_skinwidgets::exec_namespace: Completed executing namespace 'skinwidget_social'.

CORE_FrontEnd_skinwidgets::generate: Completed generating widgets with id 'FOOTER'.

CORE_App::exec_namespace: Executed namespace function 'generate' in the CORE_FrontEnd_skinwidgets class with parameters.

CORE_SkinFunc::include_namespace: Loaded the 'skinwidgets' namespace via a display request for the 'ecom' component.

CORE_SkinFunc::include_file: Started file: /core/CORE/includes/debug.php

CORE_SkinFunc::include_file: Completed file: /core/CORE/includes/debug.php

CORE_SkinFunc::include_file: Started file: /core/CORE/includes/closure.php

CORE_SkinFunc::include_file: Completed file: /core/CORE/includes/closure.php

CORE_Display::include_skin: Completed skin file: /skins/Ecom1/skin.php

CORE_Display::flush_output: Buffer started. Skin included.

CORE_Display::buffer: Output buffering completed. Output stored (FLUSH).

CORE_Display::flush_output: Buffer flushed. Display skin stored.

CORE_Display::format_javascript: Document ready javascript and skin merged.

CORE_Display::format_javascript: Window load javascript and skin merged.

CORE_Display::format_javascript: Footer javascript and skin merged.

CORE_Display::flush_output: Display content and skin merged.

CORE::run_tasks: Running all CORE_shutdown class tasks.

CORE_shutdown_apps::constructor: Accessed.

CORE::load_object: Cached object created: CORE_shutdown_apps Class: CORE_shutdown_apps

CORE_shutdown_apps::load_object: Cached object returned: CORE_App Class: CORE_App

CORE_shutdown_apps::exec: Starting component shutdown tasks for the 'cms' component.

CORE_shutdown_apps::run_tasks: Running all CMS_shutdown class tasks.

CMS_shutdown_cron::constructor: Accessed.

CORE_Cron::constructor: Accessed.

CORE_Cron::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

CMS_shutdown_cron::load_object: Cached object created: CORE_Cron Class: CORE_Cron

CORE_shutdown_apps::load_object: Cached object created: CMS_shutdown_cron Class: CMS_shutdown_cron

CMS_shutdown_cron::exec: Cron tasks completed.

CORE_shutdown_apps::destroy_object: Object destroyed: CMS_shutdown_cron

CORE_shutdown_apps::run_tasks: Ran all CMS_shutdown class tasks.

CORE_shutdown_apps::exec: Completed component shutdown tasks for the 'cms' component.

CORE_shutdown_apps::exec: Starting component shutdown tasks for the 'ecom' component.

CORE_shutdown_apps::run_tasks: Running all ECOM_shutdown class tasks.

ECOM_shutdown_cron::constructor: Accessed.

ECOM_shutdown_cron::load_object: Cached object returned: CORE_Cron Class: CORE_Cron

CORE_shutdown_apps::load_object: Cached object created: ECOM_shutdown_cron Class: ECOM_shutdown_cron

ECOM_shutdown_cron::exec: Cron tasks completed.

CORE_shutdown_apps::destroy_object: Object destroyed: ECOM_shutdown_cron

CORE_shutdown_apps::run_tasks: Ran all ECOM_shutdown class tasks.

CORE_shutdown_apps::exec: Completed component shutdown tasks for the 'ecom' component.

CORE_shutdown_apps::exec: Component shutdown completed.

CORE::destroy_object: Object destroyed: CORE_shutdown_apps

CORE_shutdown_stats::constructor: Accessed.

CORE::load_object: Cached object created: CORE_shutdown_stats Class: CORE_shutdown_stats

CORE::destroy_object: Object destroyed: CORE_shutdown_stats

CORE_shutdown_session::constructor: Accessed.

CORE::load_object: Cached object created: CORE_shutdown_session Class: CORE_shutdown_session

CORE_shutdown_session::load_object: Cached object returned: CORE_Session Class: CORE_Session

CORE_DB::clause_update: The following UPDATE clause was created: UPDATE core_users SET lastsid='b254sm0v5x90a4096927417k96uz480h', fname='Jeremy', lname='TestTestTest', lastaccess='1440328180', company='', phone='2169701694', addone='1000 Test Only Rd', addtwo='', city='Lynchburg', stateprov='Virginia', country='United States', postalcode='24502', rescom='R', addbook='a:17:{s:32:\"0a1c8bf8ca495345a60e0cb4ff6c32b9\";a:10:{s:5:\"fname\";s:6:\"Jeremy\";s:5:\"lname\";s:8:\"TestTestTest\";s:7:\"company\";s:0:\"\";s:6:\"addone\";s:11:\"2314 huttle\";s:6:\"addtwo\";s:0:\"\";s:4:\"city\";s:5:\"parma\";s:9:\"stateprov\";s:4:\"Ohio\";s:7:\"country\";s:13:\"United States\";s:10:\"postalcode\";s:5:\"44134\";s:6:\"rescom\";s:1:\"R\";}s:32:\"1d4efda3e463490fd8bdd927821ccf11\";a:10:;}}', subscriptions='', show_currency='' WHERE id='info@fixmyrust.com'

CORE_Session::savesess: Saved user information to database for user 'info@fixmyrust.com'.

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SHOW COLUMNS FROM core_sessions

CORE_DB_mysql::xtable_info: The MySQL extension provided information on the core_sessions table.

CORE_DB::clause_update: The following UPDATE clause was created: UPDATE core_sessions SET id='b254sm0v5x90a4096927417k96uz480h', lastaccess='1440328180', userid='info@fixmyrust.com', data='a:26:{s:7:\"referer\";s:44:\"http://fixmyrust.com\";s:7:\"created\";i:1440272782;s:6:\"mobile\";s:0:\"\";s:14:\"mobile_display\";i:0;s:5:\"email\";s:18:\"info@fixmyrust.com\";s:16:\"core.backend_gui\";s:3:\"GUI\";s:16:\"ecom.breadcrumbs\";a:0:{}s:18:\"ecom.prodfiltersel\";a:0:{}s:19:\"ecom.prodfilterhash\";s:32:\"ff7c13fe429be74cde8761a6737d9d35\";s:15:\"ecom.prodsearch\";a:5:{s:6:\"string\";s:4:\"test\";s:4:\"type\";s:3:\"ANY\";s:9:\"resultspp\";s:2:\"10\";s:8:\"pricemin\";s:4:\"0.00\";s:8:\"pricemax\";s:0:\"\";}s:20:\"ecom.recent_products\";a:3:{i:0;s:8:\"3071548R\";i:1;s:7:\"3071740\";i:2;s:4:\"test\";}s:11:\"ecom.cartid\";s:0:\"\";s:24:\"rawdb.selguide.ecom_prod\";a:4:{s:6:\"select\";a:1:{i:0;s:2:\"id\";}s:5:\"where\";s:23:\"vendid like \'0848-920%\'\";s:7:\"orderby\";s:6:\"id ASC\";s:5:\"count\";s:2:\"50\";}s:23:\"rawdb.selguide.ecom_cat\";a:4:{s:6:\"select\";a:1:{i:0;s:2:\"id\";}s:5:\"where\";s:23:\"name = \'tailgates/rear\'\";s:7:\"orderby\";s:6:\"id ASC\";s:5:\"count\";s:2:\"50\";}s:12:\"rawdb.rawsql\";s:51:\"update ecom_prod set xcat = replace(xcat, \' ,\',\',\')\";s:17:\"rawdb.output_type\";s:5:\"XHTML\";s:27:\"ecom.manageordersc.dbsearch\";a:6:{s:9:\"searchcol\";s:2:\"id\";s:8:\"searchop\";s:4:\"LIKE\";s:9:\"searchstr\";s:11:\"ORD20150816\";s:8:\"searchob\";s:6:\"id ASC\";s:11:\"searchcount\";s:2:\"50\";s:10:\"searchdisp\";a:3:{i:0;s:2:\"id\";i:1;s:6:\"status\";i:2;s:9:\"paymethod\";}}s:21:\"ecom.xmodbom.dbsearch\";a:6:{s:9:\"searchcol\";s:2:\"id\";s:8:\"searchop\";s:4:\"LIKE\";s:9:\"searchstr\";s:13:\"ORD2015073121\";s:8:\"searchob\";s:6:\"id ASC\";s:11:\"searchcount\";s:2:\"50\";s:10:\"searchdisp\";a:1:{i:0;s:2:\"id\";}}s:15:\"addbook_billing\";s:32:\"22743e525fbd214dd474dbc8356740ac\";s:11:\"ecom.cosess\";a:0:{}s:24:\"ecom.manageprod.dbsearch\";a:6:{s:9:\"searchcol\";s:6:\"vendid\";s:8:\"searchop\";s:4:\"LIKE\";s:9:\"searchstr\";s:7:\"1996-12\";s:8:\"searchob\";s:6:\"id ASC\";s:11:\"searchcount\";s:2:\"50\";s:10:\"searchdisp\";a:1:{i:0;s:2:\"id\";}}s:26:\"ecom.manageorders.dbsearch\";a:6:{s:9:\"searchcol\";s:2:\"id\";s:8:\"searchop\";s:4:\"LIKE\";s:9:\"searchstr\";s:11:\"ORD20150816\";s:8:\"searchob\";s:6:\"id ASC\";s:11:\"searchcount\";s:2:\"50\";s:10:\"searchdisp\";a:3:{i:0;s:2:\"id\";i:1;s:6:\"status\";i:2;s:9:\"paymethod\";}}s:27:\"ecom.manageordersx.dbsearch\";a:6:{s:9:\"searchcol\";s:2:\"id\";s:8:\"searchop\";s:4:\"LIKE\";s:9:\"searchstr\";s:11:\"ORD20150816\";s:8:\"searchob\";s:6:\"id ASC\";s:11:\"searchcount\";s:2:\"50\";s:10:\"searchdisp\";a:3:{i:0;s:2:\"id\";i:1;s:6:\"status\";i:2;s:9:\"paymethod\";}}s:26:\"rawdb.selguide.ecom_orders\";a:4:{s:6:\"select\";a:3:{i:0;s:2:\"id\";i:1;s:6:\"status\";i:2;s:9:\"paymethod\";}s:5:\"where\";s:24:\"id like \'ORD2015082311%\'\";s:7:\"orderby\";s:6:\"id ASC\";s:5:\"count\";s:2:\"50\";}s:30:\"rawdb.selguide.ecom_orderitems\";a:4:{s:6:\"select\";a:1:{i:0;s:2:\"id\";}s:5:\"where\";s:25:\"orderid = \'ORD2015082311\'\";s:7:\"orderby\";s:6:\"id ASC\";s:5:\"count\";s:2:\"50\";}s:28:\"rawdb.selguide.core_sessions\";a:4:{s:6:\"select\";a:1:{i:0;s:2:\"id\";}s:5:\"where\";s:18:\"data like \'%test%\'\";s:7:\"orderby\";s:6:\"id ASC\";s:5:\"count\";s:2:\"50\";}}'

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: UPDATE core_sessions SET id='b254sm0v5x90a4096927417k96uz480h', lastaccess='1440328180', userid='info@fixmyrust.com', data='a:26:{s:7:\"referer\";s:44:\"http://fixmyrust.com\";s:7:\"created\";i:1440272782;s:6:\"mobile\";s:0:\"\";s:14:\"mobile_display\";i:0;s:5:\"email\";s:18:\"info@fixmyrust.com\";s:16:\"core.backend_gui\";s:3:\"GUI\";s:16:\"ecom.breadcrumbs\";a:0:{}s:18:\"ecom.prodfiltersel\";a:0:{}s:19:\"ecom.prodfilterhash\";s:32:\"ff7c13fe429be74cde8761a6737d9d35\";s:15:\"ecom.prodsearch\";a:5:{s:6:\"string\";s:4:\"test\";s:4:\"type\";s:3:\"ANY\";s:9:\"resultspp\";s:2:\"10\";s:8:\"pricemin\";s:4:\"0.00\";s:8:\"pricemax\";s:0:\"\";}s:20:\"ecom.recent_products\";a:3:{i:0;s:8:\"3071548R\";i:1;s:7:\"3071740\";i:2;s:4:\"test\";}s:11:\"ecom.cartid\";s:0:\"\";s:24:\"rawdb.selguide.ecom_prod\";a:4:{s:6:\"select\";a:1:{i:0;s:2:\"id\";}s:5:\"where\";s:23:\"vendid like \'0848-920%\'\";s:7:\"orderby\";s:6:\"id ASC\";s:5:\"count\";s:2:\"50\";}s:23:\"rawdb.selguide.ecom_cat\";a:4:{s:6:\"select\";a:1:{i:0;s:2:\"id\";}s:5:\"where\";s:23:\"name = \'tailgates/rear\'\";s:7:\"orderby\";s:6:\"id ASC\";s:5:\"count\";s:2:\"50\";}s:12:\"rawdb.rawsql\";s:51:\"update ecom_prod set xcat = replace(xcat, \' ,\',\',\')\";s:17:\"rawdb.output_type\";s:5:\"XHTML\";s:27:\"ecom.manageordersc.dbsearch\";a:6:{s:9:\"searchcol\";s:2:\"id\";s:8:\"searchop\";s:4:\"LIKE\";s:9:\"searchstr\";s:11:\"ORD20150816\";s:8:\"searchob\";s:6:\"id ASC\";s:11:\"searchcount\";s:2:\"50\";s:10:\"searchdisp\";a:3:{i:0;s:2:\"id\";i:1;s:6:\"status\";i:2;s:9:\"paymethod\";}}s:21:\"ecom.xmodbom.dbsearch\";a:6:{s:9:\"searchcol\";s:2:\"id\";s:8:\"searchop\";s:4:\"LIKE\";s:9:\"searchstr\";s:13:\"ORD2015073121\";s:8:\"searchob\";s:6:\"id ASC\";s:11:\"searchcount\";s:2:\"50\";s:10:\"searchdisp\";a:1:{i:0;s:2:\"id\";}}s:15:\"addbook_billing\";s:32:\"22743e525fbd214dd474dbc8356740ac\";s:11:\"ecom.cosess\";a:0:{}s:24:\"ecom.manageprod.dbsearch\";a:6:{s:9:\"searchcol\";s:6:\"vendid\";s:8:\"searchop\";s:4:\"LIKE\";s:9:\"searchstr\";s:7:\"1996-12\";s:8:\"searchob\";s:6:\"id ASC\";s:11:\"searchcount\";s:2:\"50\";s:10:\"searchdisp\";a:1:{i:0;s:2:\"id\";}}s:26:\"ecom.manageorders.dbsearch\";a:6:{s:9:\"searchcol\";s:2:\"id\";s:8:\"searchop\";s:4:\"LIKE\";s:9:\"searchstr\";s:11:\"ORD20150816\";s:8:\"searchob\";s:6:\"id ASC\";s:11:\"searchcount\";s:2:\"50\";s:10:\"searchdisp\";a:3:{i:0;s:2:\"id\";i:1;s:6:\"status\";i:2;s:9:\"paymethod\";}}s:27:\"ecom.manageordersx.dbsearch\";a:6:{s:9:\"searchcol\";s:2:\"id\";s:8:\"searchop\";s:4:\"LIKE\";s:9:\"searchstr\";s:11:\"ORD20150816\";s:8:\"searchob\";s:6:\"id ASC\";s:11:\"searchcount\";s:2:\"50\";s:10:\"searchdisp\";a:3:{i:0;s:2:\"id\";i:1;s:6:\"status\";i:2;s:9:\"paymethod\";}}s:26:\"rawdb.selguide.ecom_orders\";a:4:{s:6:\"select\";a:3:{i:0;s:2:\"id\";i:1;s:6:\"status\";i:2;s:9:\"paymethod\";}s:5:\"where\";s:24:\"id like \'ORD2015082311%\'\";s:7:\"orderby\";s:6:\"id ASC\";s:5:\"count\";s:2:\"50\";}s:30:\"rawdb.selguide.ecom_orderitems\";a:4:{s:6:\"select\";a:1:{i:0;s:2:\"id\";}s:5:\"where\";s:25:\"orderid = \'ORD2015082311\'\";s:7:\"orderby\";s:6:\"id ASC\";s:5:\"count\";s:2:\"50\";}s:28:\"rawdb.selguide.core_sessions\";a:4:{s:6:\"select\";a:1:{i:0;s:2:\"id\";}s:5:\"where\";s:18:\"data like \'%test%\'\";s:7:\"orderby\";s:6:\"id ASC\";s:5:\"count\";s:2:\"50\";}}' WHERE id='b254sm0v5x90a4096927417k96uz480h'

CORE_Session::savesess: Saved session information to database for sid 'b254sm0v5x90a4096927417k96uz480h'. Session length is 2863 bytes.

CORE_Session::savesess: Session save phase completed using sid 'b254sm0v5x90a4096927417k96uz480h'.

CORE_Session::user_getinfo: Getting information for a user account.

CORE_Session::user_getinfo: Looking up info for user id 'info@fixmyrust.com'.

CORE_DB::table_column_string: Created column string. Table: core_users

CORE_DB_mysql::xsql_do: The MySQL extension executed statement: SELECT id, username, password, usergroup, lastsid, fname, lname, lastaccess, company, phone, addone, addtwo, city, stateprov, country, postalcode, rescom, addbook, subscriptions, affilid, affilcommpct, affilsalestodate, affilcommearned, affilcommowed, affilcommpaid, whlsalepct, show_currency, loyaltypoints FROM core_users WHERE id='info@fixmyrust.com' ORDER BY id ASC

CORE_Session::user_getinfo: Retrieved results for user.

CORE_shutdown_session::exec: Session shutdown completed.

CORE::destroy_object: Object destroyed: CORE_shutdown_session

CORE_shutdown_cron::constructor: Accessed.

CORE::load_object: Cached object created: CORE_shutdown_cron Class: CORE_shutdown_cron

CORE_shutdown_cron::load_object: Cached object returned: CORE_Cron Class: CORE_Cron

CORE_shutdown_cron::destroy_object: Object destroyed: CORE_Cron

CORE_shutdown_cron::exec: Cron tasks completed.

CORE::destroy_object: Object destroyed: CORE_shutdown_cron

CORE_shutdown_db::constructor: Accessed.

CORE::load_object: Cached object created: CORE_shutdown_db Class: CORE_shutdown_db

CORE_shutdown_db::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB

CORE_DB_mysql::xdisconnect: The MySQL extension disconnected from a MySQL database.

CORE_shutdown_db::destroy_object: Object destroyed: CORE_DB_1

CORE_shutdown_db::exec: Database shutdown completed.

CORE::destroy_object: Object destroyed: CORE_shutdown_db

CORE::run_tasks: Ran all CORE_shutdown class tasks.

CORE::shutdown: ShutDown phase completed.

CORE_Display::print_output: Merging debug information into output.

CORE_Display::debugger_write: Writing debug information.

Kryptronic Internet Software Solutions


We distribute high quality steel auto body panels for use in the rust repair industry.

Offline

 

#8 08-23-2015 07:07:34

zanart
Member
From: bedford
Registered: 04-02-2008
Posts: 1706

Re: Transaction ID

I would expect the data will be included in the url.
When you are returned to CCP's order complete page, have a look at the url and see if there are any additional values added to it.


Rob

Offline

 

#9 08-23-2015 11:08:23

JayCR48
Member
From: Ohio
Registered: 03-27-2008
Posts: 87
Website

Re: Transaction ID

I don't get to see the url in my address bar when the order is approved.  It stays on https://www.mydomain.com/index.php even though I've deleted my .htaccess file and turned SEO off.  Should I be looking for the url somewhere else?


We distribute high quality steel auto body panels for use in the rust repair industry.

Offline

 

#10 08-23-2015 11:15:05

JayCR48
Member
From: Ohio
Registered: 03-27-2008
Posts: 87
Website

Re: Transaction ID

After removing the ecom_skinwidget_categories division this is the source of the order confirmation page:

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML+RDFa 1.0//EN' 'http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd'>

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">
<script type="text/javascript">
//<![CDATA[
var cotJsHost = ((window.location.protocol == "https:") ? "https://secure.comodo.com/" : "http://www.trustlogo.com/");
document.write(unescape("%3Cscript src='" + cotJsHost + "trustlogo/javascript/cot.js' type='text/javascript'%3E%3C/script%3E"));
//]]>
</script>

<head>
<script type="text/javascript" src="/media/scripts/femenus.js"></script>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />

<base href="https://www.fixmyrust.com/" />

<meta name="generator" content="Kryptronic Software" />
<meta name="keywords" content="Rust Repair Panels, order, summary, rust, repair, panels" />
<meta name="description" content="Rust Repair Panels Order Summary page.  Precision Die Stamped Heavy Gauge Steel Rust Repair Panels of the highest quality and lowest prices.  Seasonal Free Shipping Special." />
<title>Order Summary - Rust Repair Panels</title>
<meta name="robots" content="noindex,follow" />
<meta property="og:title" content="Order Summary - Rust Repair Panels" />
<meta property="og:site_name" content="FixMyRust" />
<meta property="og:description" content="Rust Repair Panels Order Summary page.  Precision Die Stamped Heavy Gauge Steel Rust Repair Panels of the highest quality and lowest prices.  Seasonal Free Shipping Special." />
<script type="text/javascript">
thisSID  = 'b254sm0v5x90a4096927417k96uz480h';
thisURL  = 'https://www.fixmyrust.com/index.php';
thisMODE = 'desktop';
</script>
<script type="text/javascript" src="media/jquery/jquery.min.js"></script>
<script type="text/javascript" src="media/jquery/jquery-ui.min.js"></script>
<script type="text/javascript" src="media/jquery/jquery.easing.min.js"></script>
<script type="text/javascript" src="media/jquery/jquery.mousewheel.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
<script type="text/javascript" src="media/jquery-plugins/jquery.json.js"></script>
<script type="text/javascript" src="media/md5/md5.js"></script>
<script type="text/javascript" src="media/qtip2/jquery.qtip2.min.js"></script>
<link rel="stylesheet" type="text/css" media="all" href="media/qtip2/jquery.qtip2.css" />
<script type="text/javascript" src="media/jshowoff/jshowoff.js"></script>
<link rel="stylesheet" type="text/css" media="all" href="media/jshowoff/jshowoff.css" />
<script type="text/javascript">
//<![CDATA[
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-xxxxxxx-1', 'auto');
ga('send', 'pageview', '/index.php');
ga('require', 'ecommerce', 'ecommerce.js');ga('ecommerce:addTransaction', {
'id': 'ORD2015082318',
'affiliation': 'Web Store',
'revenue': '1.00',
'shipping': '0.00',
'tax': '0.05'
});
ga('ecommerce:addItem', {
'id': 'ORD2015082318',
'name': 'test',
'sku': 'test',
'price': '0.95',
'quantity': '1'
});
ga('ecommerce:send');
//]]>
</script>
<script type="text/javascript" src="media/scripts/common.js"></script>
<script type="text/javascript" src="media/scripts/frontend.js"></script>
<script type="text/javascript">
//<![CDATA[
jQuery(document).ready(function(){
jQuery('#minicart-button').hover(function() {return showMiniCart({'divid': 'ajaxminicart', 'buttonid': 'minicart-button', 'displayposition': 'LEFT', 'width': 500});});
jQuery('#ecom--minisearch--ecom--prodsearch--string').attr({'autocomplete': 'off'});
jQuery('#ecom--minisearch--ecom--prodsearch--string').keyup(function(event){if (event.which == 13) {event.preventDefault(); return false;} if (window.mytimeout) {window.clearTimeout(window.mytimeout);} window.mytimeout = window.setTimeout(function(){return searchAutoComplete({'formid': 'ecom--minisearch', 'inputid': 'ecom--minisearch--ecom--prodsearch--string', 'displayposition': 'RIGHT'});}, 300);});
jQuery('#cms_skinwidget_banners_DEMO-SKINWIDGET-SIDEMENU1-2').css({display: 'block'});
jQuery('#cms_skinwidget_banners_SIDEMENU1').jshowoff({cssClass: 'jshowoff_nocontrols', effect: 'slideLeft', links: false, speed: 10000});
});
//]]>
</script>


<link rel="stylesheet" type="text/css" media="all" href="media/skins/css/all.css" />
<link rel="stylesheet" type="text/css" media="all" href="skins/Desktop/css/overrides.css" />
<link rel="stylesheet" type="text/css" media="all" href="skins/Desktop/css/all.css" />

<link rel="stylesheet" type="text/css" media="all" href="skins/Desktop/css/colorscheme-green.css" />

</head>
<a href="http://www.instantssl.com" id="comodoTL">SSL</a>
<script language="JavaScript" type="text/javascript">
COT("https://www.fixmyrust.com/skins/Ecom1/media/cot_evssl.gif", "SC3", "none");
</script>
<script type="text/javascript" src="http://assets.pinterest.com/js/pinit.js"></script>
<body>
<script type="text/javascript" src="/livehelp/livehelp_js.php?eo=1&relative=Y&amp;department=1&amp;what=hidden&amp;serversession=1&amp;pingtimes=15&amp;secure=Y"></script>
<div id="skin_wrapper">
<div id="skin_background">

<div id="skin_top">

<div id="skin_top_wrapper">

<div id="skin_top_menu">

<ul>

<li><a href="http://www.fixmyrust.com/index.php?app=cms&amp;ns=display" title="Home">Home</a></li><li><a href="http://www.fixmyrust.com/index.php?app=ecom&amp;ns=viewcart" title="Shopping Cart">Shopping Cart</a></li><li><a href="http://www.fixmyrust.com/index.php?app=ecom&amp;ns=viewwishlist" title="Wish List">Wish List</a></li><li><a href="https://www.fixmyrust.com/index.php?app=ecom&amp;ns=checkoutfn" title="Checkout">Checkout</a></li><li><a href="http://www.fixmyrust.com/index.php?app=ecom&amp;ns=sitemap" title="Site Map">Site Map</a></li><li><a href="http://www.fixmyrust.com/index.php?app=ecom&amp;ns=contact" title="Contact">Contact</a></li>
</ul>

</div>

<div id="skin_top_miniacctlogin">

<div id="miniacctlogin">
You are currently logged in as Jeremy TestTestTest. <a href="https://www.fixmyrust.com/index.php?app=ecom&amp;ns=accountconf" title="Logout">Your Account</a> | <a href="https://www.fixmyrust.com/index.php?app=ecom&amp;ns=logout_proc" title="Logout">Logout</a></div>

</div>

<div class="clearboth"></div>

</div>

</div>

<div id="skin_header">

<div id="skin_header_wrapper">

<div id="skin_header_home">

<a href="http://www.fixmyrust.com/index.php?app=cms&amp;ns=display" title="Home"><img src="media/skins/logos/desktoplogo.png" alt="Logo" /></a>

</div>

<div id="skin_header_widgets">

<div id="ecom_skinwidget_minicart" class="skin_widgetclass_HEADER">
<div class="skin_widgettitle">Shopping Cart</div>
<div class="skin_widgetcontent">
<p class="small"><img src="media/ecom/images/cart.png" alt="Shopping Cart" /> 0 Items (Empty)</p>
</div>
</div>

<div id="ajaxminicart" style="display: none;">
<div style="padding: 10px;">
<table class="invisible"><tr>
<td class="invisible" style="width: 235px;">
<h2 class="defaultheading" style="margin: 0px 0px 10px 0px;">Recently Viewed Items</h2>
<div style="max-height: 350px; overflow: auto;">
<table id="ajaxminirecent" class="invisible">
<tr>
<td class="invisible" style="width: 40px; padding: 4px 16px 4px 4px; border-bottom: 1px solid #DEDEDE;">
<a href="http://www.fixmyrust.com/index.php?app=ecom&amp;ns=prodshow&amp;ref=3071548R" title="3071548R - 1967-1972 Chevy Pickup Hood Hinge Passengers Side"><img src="media/ecom/prodsm/0849-548.png" alt="3071548R - 1967-1972 Chevy Pickup Hood Hinge Passengers Side" width="40" /></a></td>
<td class="invisible" style="padding: 4px 4px 4px 4px; border-bottom: 1px solid #DEDEDE;">
<p style="margin: 0px;"><a href="http://www.fixmyrust.com/index.php?app=ecom&amp;ns=prodshow&amp;ref=3071548R" title="3071548R - 1967-1972 Chevy Pickup Hood Hinge Passengers Side"><strong>3071548R - 1967-1972 Chevy Pickup Hood Hinge Passengers Side</strong></a></p><p class="small" style="margin: 5px 0px 0px 0px;">Does not include spring</p></td>
</tr>
<tr>
<td class="invisible" style="width: 40px; padding: 4px 16px 4px 4px; border-bottom: 1px solid #DEDEDE;">
&nbsp;</td>
<td class="invisible" style="padding: 4px 4px 4px 4px; border-bottom: 1px solid #DEDEDE;">
<p style="margin: 0px;"><a href="http://www.fixmyrust.com/index.php?app=ecom&amp;ns=prodshow&amp;ref=3071740" title="3071740 - 68-71 C10 BIG BLOCK ENGINE MNT KIT, 396, 402 2WD (2 REQ.)"><strong>3071740 - 68-71 C10 BIG BLOCK ENGINE MNT KIT, 396, 402 2WD (2 REQ.)</strong></a></p><p class="small" style="margin: 5px 0px 0px 0px;">**NEW**</p></td>
</tr>
<tr>
<td class="invisible" style="width: 40px; padding: 4px 16px 4px 4px;">
&nbsp;</td>
<td class="invisible" style="padding: 4px 4px 4px 4px;">
<p style="margin: 0px;"><a href="http://www.fixmyrust.com/index.php?app=ecom&amp;ns=prodshow&amp;ref=test" title="test - test"><strong>test - test</strong></a></p><p class="small" style="margin: 5px 0px 0px 0px;">test</p></td>
</tr>
</table>
</div>
</td>
<td class="invisible" style="width: 10px;">&nbsp;</td>
<td class="invisible" style="width: 235px;">
<h2 class="defaultheading" style="margin: 0px 0px 10px 0px;">Your Shopping Cart</h2>
<p>Your shopping cart is currently empty.  If you would like to make a purchase today, add items to your shopping cart.</p>
</td>
</tr></table>
</div>
</div>

</div>

<div class="clearboth" style="height: 10px;"></div>

</div>

</div>

<div id="skin_navmenu">

<div id="cms_skinwidget_pages" class="skin_widgetclass_NAVMENU">
<div class="skin_widgettitle">Main Menu</div>
<div class="skin_widgetmenu">
<ul>
<li><a href="http://www.fixmyrust.com/index.php?app=cms&amp;ns=display&amp;ref=splash" title="Home">Home</a></li>
<li><a href="http://www.fixmyrust.com/index.php?app=cms&amp;ns=display&amp;ref=Security" title="Security">Security</a></li>
<li><a href="http://www.fixmyrust.com/index.php?app=cms&amp;ns=display&amp;ref=Shipping" title="Shipping">Shipping</a></li>
<li><a href="http://www.fixmyrust.com/index.php?app=cms&amp;ns=display&amp;ref=privacy" title="Privacy">Privacy</a></li>
<li><a href="http://www.fixmyrust.com/index.php?app=cms&amp;ns=display&amp;ref=companyinfo" title="About Us">About Us</a></li>
<li><a href="http://www.fixmyrust.com/index.php?app=cms&amp;ns=display&amp;ref=termsofuse" title="Terms Of Use">Terms Of Use</a></li>
<li><a href="http://www.fixmyrust.com/index.php?app=cms&amp;ns=display&amp;ref=storepolicies" title="Store Policies">Store Policies</a></li>
</ul>

</div>
</div>

<div id="ecom_skinwidget_menustore" class="skin_widgetclass_NAVMENU">
<div class="skin_widgettitle">Online Store Menu</div>
<div class="skin_widgetmenu">
<ul>
     <li><a href="http://www.fixmyrust.com/index.php?app=ecom&amp;ns=viewcart" title="Shopping Cart">Shopping Cart</a></li>
     <li><a href="https://www.fixmyrust.com/index.php?app=ecom&amp;ns=checkoutfn" title="Checkout">Checkout</a></li>
     <li><a href="http://www.fixmyrust.com/index.php?app=ecom&amp;ns=prodsearch" title="Advanced Search">Advanced Search</a></li>
     <li><a href="http://www.fixmyrust.com/index.php?app=ecom&amp;ns=prodspec" title="Specials">Specials</a></li>
     <li><a href="http://www.fixmyrust.com/index.php?app=ecom&amp;ns=prodbest" title="Best Sellers">Best Sellers</a></li>
     <li><a href="http://www.fixmyrust.com/index.php?app=ecom&amp;ns=prodnew" title="New Products">New Products</a></li>
     <li><a href="http://www.fixmyrust.com/index.php?app=ecom&amp;ns=viewwishlist" title="Wish List">Wish List</a></li>
</ul>

</div>
</div>


<div class="clearboth"></div>

</div>

<div id="skin_wrapper_content">

<div id="skin_left">

<div id="ecom_skinwidget_minisearch" class="skin_widgetclass_SIDEMENU">
<div class="skin_widgettitle">Quick Store Search</div>
<div class="skin_widgetcontent">
<form action="https://www.fixmyrust.com/index.php" method="get" id="ecom--minisearch"  enctype="multipart/form-data" style="margin: 0px;">

<p class="hidden" style="display: none;"><input type="hidden" name="sid" id="ecom--minisearch--sid" value="b254sm0v5x90a4096927417k96uz480h" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="app" id="ecom--minisearch--app" value="ecom" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="ns" id="ecom--minisearch--ns" value="prodsearchp" /></p>

<p class="hidden" style="display: none;"><label for="ecom--minisearch--ecom--prodsearch--string">Search Term</label></p>
<div><input class="formfield" style="margin: 0px; width: 105px;" type="text" name="ecom--prodsearch--string" id="ecom--minisearch--ecom--prodsearch--string" value="" maxlength="100" />
<input class="formbutton" type="submit" name="SUBMIT" id="ecom--minisearch--SUBMIT" value="Go" style="margin: 0px;" />
</div>
</form>

<p class="small" style="margin-top: 5px; margin-bottom: 0px;"><a href="http://www.fixmyrust.com/index.php?app=ecom&amp;ns=prodsearch" title="Advanced Search">Advanced Search</a></p>
</div>
</div>
</div>

<div id="cms_skinwidget_banners" class="skin_widgetclass_SIDEMENU" style="width: 195px; margin-left: auto; margin-right: auto">
<div class="skin_widgetinvisible">
<div id="cms_skinwidget_banners_SIDEMENU1" style="width: 195px">
<div id="cms_skinwidget_banners_DEMO-SKINWIDGET-SIDEMENU1-1"><img src="media/cms/banners/Price_Match.png" alt="Demo Skin Widget SideMenu 1 Banner 1" width="195" /></div>
<div id="cms_skinwidget_banners_DEMO-SKINWIDGET-SIDEMENU1-2" style="display: none;"><a href="http://www.fixmyrust.com/index.php?app=ecom&amp;ns=prodshow&amp;ref=DEMO-120" title="Demo Skin Widget SideMenu 1 Banner 2"><img src="media/cms/banners/methods.png" alt="Demo Skin Widget SideMenu 1 Banner 2" width="195" /></a></div>
</div>
</div>
</div>


</div>

<div id="skin_content">
<h1 id="skin_pgtitle">Order Summary</h1>
<p class="confirm">Thank you.  Your order has been approved and completed.  You can review and print a copy of your order below.  You will receive an email message containing your order confirmation within a few minutes.</p>

<div class="defaultinternalmenu" style="margin-bottom: 0px;"><ul>
<li><a href="https://www.fixmyrust.com/index.php?app=ecom&amp;ns=printinvoice&amp;ref=ORD2015082318" title="View Printable Version" rel="external">Click here to view a printable version of this order in a new window.</a></li>
<li><a href="https://www.fixmyrust.com/index.php?app=ecom&amp;ns=acctorders" title="Review Online Orders">Click here to review your online orders.</a></li>
</div>
<div class="regtablehead">Order Totals</div>

<table id="ORDERTOTALS" class="regtable">

<tr class="regtable">
<td class="regtable" style="width: 90%">Item Subtotal</td>
<td class="regtable" style="width: 10%; text-align: right">$0.95</td>
</tr>
<tr class="regtable">
<td class="regtable" style="width: 90%">State/Province Tax Total</td>
<td class="regtable" style="width: 10%; text-align: right">$0.05</td>
</tr>
<tr class="regtable">
<td class="regtable" style="width: 90%"><strong>Total</strong></td>
<td class="regtable" style="width: 10%; text-align: right"><strong>$1.00</strong></td>
</tr>
</table>

<div class="regtablehead">Order Information</div>

<table id="ORDERNUMTIME" class="regtable">

<tr class="regtable">
<td class="regtable" style="width: 50%"><p class="strong">Order Number</p><p>ORD2015082318</p></td>
<td class="regtable" style="width: 50%"><p class="strong">Order Status</p><p>Completed</p></td>
</tr>
<tr class="regtable">
<td class="regtable" style="width: 50%"><p class="strong">Order Date and Time</p><p>08/23/2015 04:04:46 PM</p></td>
<td class="regtable" style="width: 50%"><p class="strong">IP Address</p><p>xxx.xxx.xxx.xxx</p></td>
</tr>
</table>

<div class="regtablehead">Billing Information</div>

<table id="BILLINFO" class="regtable">

<tr class="regtable">
<td class="regtable" style="width: 50%"><p class="strong">Billing Address</p><p>Jeremy TestTestTest<br />1000 Test Only Rd<br />Lynchburg, Virginia 24502<br />United States</p></td>
<td class="regtable" style="width: 50%">
<p class="strong">Email Address</p><p>info@fixmyrust.com</p>
</td>
</tr>
</table>

<div class="regtablehead">Items</div>

<table id="ORDERITEMS" class="regtable">

<tr class="regtable">
<td class="regtable" style="width: 100%">
<p class="strong">test - test</p>
<p>Quantity: 1</p>
<p>Subtotal: $0.95</p>
</td>
</tr>
</table>


</div>


<div class="clearboth"></div>

</div>

<div id="skin_footer">

<div id="skin_footer_wrapper">

<div id="skin_footer_widgets">

<div id="core_skinwidget_account" class="skin_widgetclass_FOOTER">
<div class="skin_widgettitle">Account Menu</div>
<div class="skin_widgetmenu">
<ul>
<li><a href="https://www.fixmyrust.com/index.php?app=ecom&amp;ns=accountover" title="Account Overview">Account Overview</a></li>
<li><a href="https://www.fixmyrust.com/index.php?app=ecom&amp;ns=subscriptions" title="Email Subscriptions">Email Subscriptions</a></li>
<li><a href="https://www.fixmyrust.com/index.php?app=ecom&amp;ns=addbook" title="Delivery Address Book">Delivery Address Book</a></li>
<li><a href="http://www.fixmyrust.com/index.php?app=ecom&amp;ns=contact" title="Send Contact Message">Send Contact Message</a></li>
<li><a href="https://www.fixmyrust.com/index.php?app=ecom&amp;ns=logout_proc" title="Logout">Logout</a></li>
</ul>

</div>
</div>

<div id="core_skinwidget_mobiledesktop" class="skin_widgetclass_FOOTER">
<div class="skin_widgettitle">Mobile / Full Site</div>
<div class="skin_widgetmenu">
<ul>
<li><a href="http://www.fixmyrust.com/index.php?app=ecom&amp;ns=mobiledesktopswitch" title="View Mobile Site">View Mobile Site</a></li>
</ul>
</div>
</div>

<div id="core_skinwidget_social" class="skin_widgetclass_FOOTER">
<div class="skin_widgettitle">Follow Us</div>
<div class="skin_widgetcontent">

<table class="invisible">
<tr><td class="invisible" style="width: 16px; padding: 0px 8px 4px 0px;"><img src="media/core/images/social_facebook.png" width="16" height="16" style="width: 16px; height: 16px; display: block; vertical-align: middle;" alt="Facebook" /></td>
<td class="invisible" style="vertical-align: middle; padding: 0px 0px 4px 0px;"><a href="https://www.facebook.com/pages/wwwfixmyrustcom/287971052435" title="Facebook" rel="external">Facebook</a></td></tr>
</table>
</div>
</div>


</div>

<div id="skin_footer_copyright">



<p align="left">&copy; 2015 FixMyRust<br />All rights reserved worldwide.
<br />All automobiles logos are
<br />trademarks™ or registered®
<br />trademarks of their respective
<br />holders. Use of them does not imply
<br />affiliation with or endorsement
<br />by them. This site is not
<br />affiliated with nor endorsed by
<br />any automobile manufacturer. None
<br />of the products shown on this site
<br />are manufactured by any automobile
<br />manufacturer nor are any of them
<br />endorsed by any automobile
<br />manufacturer.</p>

</div>

<div class="clearboth"></div>

</div>

</div>

</div>


<div id="kryptronic_debug" class="hidden">
Software:     ClickCartPro, Copyright 1999-2015 Kryptronic, Inc.
Exec Time:    8.27804 Seconds
Memory Usage: 4.373089 Megabytes
</div>

<div id="kryptronic_info" style="float: right; width: 17px; height: 17px; margin: -20px 3px 0px 0px;"><a href="https://kryptronic.com/Shopping-Cart-Software" title="ClickCartPro Shopping Cart Software"><img src="media/core/kryptronic-cornerlogo.png" width="17" height="17" alt="Kryptronic Internet Software Solutions" /></a></div>

<script type="text/javascript">
//<![CDATA[
var google_conversion_id = xxxxxxxxxx;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "FFFFFF";
var google_conversion_value = 1.00;
var google_conversion_label = "purchase";
//]]>
</script>
<script type="text/javascript" src="https://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<img height="1" width="1" border="0" src="https://www.googleadservices.com/pagead/conversion/1045026167/imp.gif?value=1.00&label=purchase&script=0">
</noscript>



</body>

</html>


We distribute high quality steel auto body panels for use in the rust repair industry.

Offline

 

#11 08-23-2015 13:29:10

JayCR48
Member
From: Ohio
Registered: 03-27-2008
Posts: 87
Website

Re: Transaction ID

OK, so who wants to make a quick $100?


We distribute high quality steel auto body panels for use in the rust repair industry.

Offline

 

#12 08-24-2015 07:18:24

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Transaction ID

What is it you're trying to do?  The first post says you want the paypal trans id stored to the db.  Then I follow the thread and there's a ton of debug and posts about the order confirmation display.  First thing's first, which paypal method?  Standard?  How does the trans number come back?  Ie. in which field?


Nick Hendler

Offline

 

#13 08-24-2015 08:08:39

JayCR48
Member
From: Ohio
Registered: 03-27-2008
Posts: 87
Website

Re: Transaction ID

Thanks for reading.  I'm using PayPal (Pro Direct Method) - Secure Server and PayPal, PayPal (Standard Method) - Payment Form, and I have a PayPal Express Checkout button, which I think still uses the standard method.  I posted the debug information hoping someone could offer clues as to how the transaction number comes back.  I do not know the answer.  The transaction id for the posted transaction is supposed to be 9P7650365X9411900.  I was hoping it would appear somewhere in the debug information or the source code of the confirmation page.  It does not.  I need to be able to match up the transaction id's in my accounting software to the orders from my site so that I can reconcile at the end of the month.  There are certainly other ways to do that, but with the number of transactions I'm dealing with, I need to automate it, and matching on that transaction id is the only sure way of doing it.  PDT is activated on my business PayPal account.
Here's what PayPal tells us, but I'm not sure how to utilize this information.

Payment Data Transfer (PDT) is a secure method to retrieve the details about a PayPal transaction so that you can display them to your customer. It is used in combination with PayPal Payments Standard, so that after a customer returns to your website after paying on the PayPal site, they can instantly view a confirmation message with the details of the transaction. PDT is not meant to be used with credit card or Express Checkout transactions. This page describes how PDT works and how to configure your account to use PDT.

How PDT Works

When a customer pays you, PayPal sends the transaction ID of the payment to you by appending the transaction ID to a URL you specify in your account Profile. This information is sent via a HTTP GET as this name/value pair:

tx=transactionID
After you get the transaction ID, you post a FORM to PayPal that includes the transaction ID and your identity token, a string value that identifies your account to PayPal. There are instructions below that describe how to get your identity token. The form looks like this:

<form method=post action="https://www.paypal.com/cgi-bin/webscr">
<input type="hidden" name="cmd" value="_notify-synch">
<input type="hidden" name="tx" value="TransactionID">
<input type="hidden" name="at" value="YourIdentityToken">
<input type="submit" value="PDT">
</form>
In PayPal's reply to your post, the first line will be SUCCESS or FAIL. An example successful response looks like this (HTTP Header has been omitted):

SUCCESS
first_name=Jane+Doe
last_name=Smith
payment_status=Completed
payer_email=janedoesmith%40hotmail.com
payment_gross=3.99
mc_currency=USD
custom=For+the+purchase+of+the+rare+book+Green+Eggs+%26+Ham
...
If the response contains the word FAIL, make sure that the transaction ID token and identity token on your post are correct. PayPal was not able to validate the transaction.

For a list of all possible variables and values that PayPal can return to you, see the IPN/PDT Variable Reference.

This diagram shows the basic flow of a PDT transaction.
http://fixmyrust.com/PDTDiagram.gif

Activating PDT

To use PDT, you must activate PDT and Auto Return in your PayPal account profile. You must also acquire a PDT identity token, which is used in all PDT communication you send to PayPal.

Follow these steps to configure your account for PDT:

Log in to your PayPal account.
Click the Profile subtab.
Click Website Payment Preferences in the Seller Preferences column.
Under Auto Return for Website Payments, click the On radio button.
For the Return URL, enter the URL on your site that will receive the transaction ID posted by PayPal after a customer payment.
Under Payment Data Transfer, click the On radio button.
Click Save.
Click Website Payment Preferences in the Seller Preferences column.
Scroll down to the Payment Data Transfer section of the page to view your PDT identity token.


We distribute high quality steel auto body panels for use in the rust repair industry.

Offline

 

#14 08-24-2015 08:16:41

JayCR48
Member
From: Ohio
Registered: 03-27-2008
Posts: 87
Website

Re: Transaction ID

The accounting software company expects me to provide for the exchange of data between CCP and their software by the end of the day today.  I've got it done except it's a bulky process right now because I have to download the PayPal log in a .csv format and wait for PayPal to get that ready for me and then I download it.  I import that .csv file into my system and then I'm ready to export the orders from the system in a format that they can be imported into the accounting software.  However, I have another set of data that I also have to import before I can export the orders and that means I have to have both the PayPal log and the second file prepared at pretty much the same time.  Since I'm depending on third parties for both files, I can hardly hope that there will not be times, and probably often, that one or the other file is not immediately available to me.  Since PayPal is making the transaction id available and leaving it up to me to capture it, I know that I can greatly improve on this whole process if I can just figure out how to do that - by the end of the day.  Yeah, yikes!


We distribute high quality steel auto body panels for use in the rust repair industry.

Offline

 

#15 08-24-2015 21:43:45

JayCR48
Member
From: Ohio
Registered: 03-27-2008
Posts: 87
Website

Re: Transaction ID

Does my post #13 make sense to anyone that can help explain it to me?


We distribute high quality steel auto body panels for use in the rust repair industry.

Offline

 

#16 08-25-2015 06:07:12

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Transaction ID

You've got a couple of methods you want this handled for, and no real documentation on how the data is coming back.  We have facilities in the system to allow you to add the number to the db, so the job is not that hard if you have the info.  I suggest you open a support ticket with us.  We can handle this for you under a small custom job.


Nick Hendler

Offline

 

#17 08-25-2015 06:10:24

JayCR48
Member
From: Ohio
Registered: 03-27-2008
Posts: 87
Website

Re: Transaction ID

I'll pay double to have it done today.


We distribute high quality steel auto body panels for use in the rust repair industry.

Offline

 

#18 08-25-2015 06:15:19

JayCR48
Member
From: Ohio
Registered: 03-27-2008
Posts: 87
Website

Re: Transaction ID

New Ticket Created: SA00001381


We distribute high quality steel auto body panels for use in the rust repair industry.

Offline

 

#19 08-26-2015 07:08:05

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Transaction ID

This was addressed via Kryptronic Custom Shop.


Nick Hendler

Offline

 

Board footer