Pay pal is not working still
This is what I have in the global file. It should be correct but the shopping cart is not sending the final payment to paypal. It submits the information back to me, according to paypal tech as described
Please let me know as soon as possible, this needs to work
<?php
$WAGLOBAL_Root_URL = "http://www.cardsyoucherish.com/" ;
$WAGLOBAL_Site_Name = "Kitty's Cherish Cards";
$WAGLOBAL_Address = "6013 Lone Elm Rd";
$WAGLOBAL_City = "Shawnee";
$WAGLOBAL_State = "KS";
$WAGLOBAL_Zip = "66218";
$WAGLOBAL_Country = "US";
$WAGLOBAL_GoogleAPIKey = "ABQIAAAA34lZ-0e5DkyiLl-y71vvlBQ4l_bNtLpPd7ORJ2iEnUldc5g3uxSaFEOLvcZovWKc9TEU46mhT_GUCQ";
$WAGLOBAL_localRoot = "/";
$WAGLOBAL_remoteRoot = "/";
/* Shipping Settings */
$WAGLOBAL_Shipping_Enabled = true; //set to true if you intend to use shipping rate lookup.
/*Shipping Settings Key:
* Use this key to determine the appropriate value for the $WAGLOBAL_Shipping setting:
* UPS = 1
* FedEx = 2
* USPS = 3
*/
$WAGLOBAL_Shipping = 3; //Enter the appropriate value based on the Shipping Setings Key above. UPS is specified by default.
//Only complete the shipping options for the shipping provider you have selected to use in the $WAGLOBAL_Shipping setting.
//UPS Shipping Settings:
$WAGLOBAL_UPS_Account = "";
$WAGLOBAL_UPS_Password = "";
$WAGLOBAL_UPS_AccessKey = "";
$WAGLOBAL_UPS_ShipperNo = "";
$WAGLOBAL_UPS_ShipType = "03"; //Enter the appropriate value for domestic shipping, based on the UPS Shipping key at the bottom of this page.
$WAGLOBAL_UPS_IntShipType = "07"; //Enter the appropriate value for shipping to international customers, based on the UPS Shipping key at the bottom of this page.
//FedEx Shipping Settings:
$WAGLOBAL_FedEx_Account = "";
$WAGLOBAL_FedEx_Meter = "";
$WAGLOBAL_FedEx_ShipType = "FEDEXGROUND"; //Enter the appropriate value for domestic shipping, based on the FedEx Shipping key at the bottom of this page.
$WAGLOBAL_FedEx_IntShipType = "INTERNATIONALPRIORITY"; //Enter the appropriate code for shipping to international customers, based on the FedEx Shipping key at the bottom of this page.
// USPS Shipping Settings
$WAGLOBAL_USPS_User = "140KITTY7186"; // get this when you sign up for API access
$WAGLOBAL_USPS_Server = "http://testing.shippingapis.com/ShippingAPITest.dll?API=[140KITTY7186]&XML=[XML_String_containing_140KITTY7186_733WB56HH699]"; // change this to the live server when you go live
$WAGLOBAL_USPS_ShipType = "PRIORITY"; //Enter the appropriate value for domestic shipping, based on the USPS Shipping key at the bottom of this page.
$WAGLOBAL_USPS_IntShipType = "Economy (Surface) Parcel Post"; //Enter the appropriate value for shipping to international customers, based on the USPS Shipping key at the bottom of this page.
/* Payment Settings
* Use this key to determine the appropriate value for the $WAGLOBAL_Gateway setting:
* PayPal = 1
* Authorize.net = 2
*/
$WAGLOBAL_Gateway = 1; //Enter the appropriate value based on the above key. PayPal is specified by default.
$WAGLOBAL_Test_Mode = true; //Set to true if you are testing your shopping cart and do not want to send information to your payment gateway.
//Only complete the payment gateway options for the gateway you have selected to use in the $WAGLOBAL_Gateway setting.
//PayPal Settings
$WAGLOBAL_Paypal_Sandbox = false; //Set to true if you wish to use the PayPal Sandbox for testing transactions.
$WAGLOBAL_Paypal_User = "I have my information in here, did not want to release it!";
$WAGLOBAL_Paypal_Password = "";
$WAGLOBAL_Paypal_Signature = "";
//Authorize.net Settings
$WAGLOBAL_Authnet_Sandbox = false; //Set to true if you wish to use the Authorize.net Sandbox for testing transactions.
$WAGLOBAL_Authnet_login = "";
$WAGLOBAL_Authnet_tran_key = "";
// Tax Setting
$WAGLOBAL_TaxRate = 0.0825;
$WAGLOBAL_TaxState = "";
// CAPTCHA Settings
$WAGLOBAL_Captcha_Width = "255" ;
$WAGLOBAL_Captcha_Height = "40" ;
$WAGLOBAL_Captcha_Characters = "5" ;
$WAGLOBAL_Captcha_Font = "Fonts/MOM_T___.TTF" ;
$WAGLOBAL_Captcha_BG = "F0F0F0" ;
$WAGLOBAL_Captcha_Noise = "F0F0F0" ;
$WAGLOBAL_Captcha_Text = "000000" ;
$WAGLOBAL_Captcha_BG_transparent = "0" ;
// Email Settings
$WAGLOBAL_Email_Server = "relay-hosting.secureserver.net" ;
// Contact Page
$WAGLOBAL_Contact_Email_Subject = "Contact Form Submission" ;
$WAGLOBAL_Contact_Email_To = "info@cardsyoucherish.com" ;
$WAGLOBAL_Contact_Email_CC = "" ;
$WAGLOBAL_Contact_Email_BCC = "" ;
// Email Verification
$WAGLOBAL_Verification_Email_Subject = "Email Verification" ;
$WAGLOBAL_Verification_Email_FROM = "info@cardsyoucherish.com" ;
$WAGLOBAL_Verification_Email_CC = "" ;
$WAGLOBAL_Verification_Email_BCC = "" ;
// Registration
$WAGLOBAL_Registration_Email_Subject = "Welcome to our site" ;
$WAGLOBAL_Registration_Email_FROM = "info@cardsyoucherish.com" ;
$WAGLOBAL_Registration_Email_CC = "" ;
$WAGLOBAL_Registration_Email_BCC = "" ;
// Lost Password
$WAGLOBAL_Password_Email_Subject = "Your ".$WAGLOBAL_Site_Name." login information" ;
$WAGLOBAL_Password_Email_FROM = "info@cardsyoucherish.com" ;
$WAGLOBAL_Password_Email_CC = "" ;
$WAGLOBAL_Password_Email_BCC = "" ;
// Payment Receipt
$WAGLOBAL_Receipt_Email_Subject = "Order Receipt" ;
$WAGLOBAL_Receipt_Email_FROM = "info@cardsyoucherish.com" ;
$WAGLOBAL_Receipt_Email_CC = "" ;
$WAGLOBAL_Receipt_Email_BCC = "" ;
// Shipping Confirmation
$WAGLOBAL_Shipping_Confirm_Email_Subject = "Shipping Confirmation" ;
$WAGLOBAL_Shipping_Confirm_Email_FROM = "info@cardsyoucherish.com" ;
$WAGLOBAL_Shipping_Confirm_Email_CC = "" ;
$WAGLOBAL_Shipping_Confirm_Email_BCC = "" ;
// Admin Settings
$WAGLOBAL_Admin_UserName = "Kitty'scherishcards" ;
$WAGLOBAL_Admin_Password = "my information" ;
?>
<?php
/*******************************************Shipping Provider
/* UPS Shipping Settings Key:
- 2nd Day Air = 02
- Ground = 03
- Worldwide Express = 07
- Worldwide Expedited = 08
- Standard = 11
- 3 Day Select = 12
- Next Day Air Saver = 13
- Next Day Air Early AM = 14
- Worldwide Express Plus = 54
- 2nd Day Air AM = 59
- Express Saver = 65
*/
/* Federal Express Shipping Settings Key:
- Priority Overnight = PRIORITYOVERNIGHT
- Standard Overnight = STANDARDOVERNIGHT
- First Overnight = FIRSTOVERNIGHT
- FedEx 2 Day = FEDEX2DAY
- FedEx Express Saver = FEDEXEXPRESSSAVER
- International Priority = INTERNATIONALPRIORITY
- International Economy = INTERNATIONALECONOMY
- International First = INTERNATIONALFIRST"
- FedEx 1 Day Freight = FEDEX1DAYFREIGHT
- FedEx 2 Day Freight = FEDEX2DAYFREIGHT
- FedEx 3 Day Freight = FEDEX3DAYFREIGHT
- FedEx Ground = FEDEXGROUND
- Ground Home Delivery = GROUNDHOMEDELIVERY
- International Priority Freight = INTERNATIONALPRIORITY FREIGHT
- International Economy Freight = INTERNATIONALECONOMY FREIGHT
- Europe First International Priority = EUROPEFIRSTINTERNATIONALPRIORITY
*/
/* USPS Shipping Settings Key:
- First-Class = FIRST CLASS
- Express = EXPRESS
- Priority = PRIORITY
- Parcel = PARCEL
- BPM (Bound Printed Matter) = BPM
- Library = LIBRARY
- Media = MEDIA
USPS_International Service
- Global Express Guaranteed Document Service = Global Express Guaranteed Document Service
- Global Express Guaranteed Non-Document Service = Global Express Guaranteed Non-Document Service
- Global Express Mail (EMS) = Global Express Mail (EMS)
- Airmail Letter Post = Airmail Letter Post
- Airmail Parcel Post = Airmail Parcel Post
- Economy (Surface) Letter Post = Economy (Surface) Letter Post
- Economy (Surface) Parcel Post = Economy (Surface) Parcel Post
*/
?>