psynaptic Posted September 7, 2006 Posted September 7, 2006 Hi, I have paypal_shopping_cart_ipn installed and am trying to install the most recent PWA 1.2.5 contrib but I'm finding lines of code which have been replaced by the paypal one which need to be replaced by the PWA one. I have found: admin/includes/classes/order.php // PWA BOF $order_query = tep_db_query("select customers_id, customers_name, customers_company, customers_street_address, customers_suburb, customers_city, customers_postcode, customers_state, customers_country, customers_telephone, customers_email_address, customers_address_format_id, delivery_name, delivery_company, delivery_street_address, delivery_suburb, delivery_city, delivery_postcode, delivery_state, delivery_country, delivery_address_format_id, billing_name, billing_company, billing_street_address, billing_suburb, billing_city, billing_postcode, billing_state, billing_country, billing_address_format_id, payment_method, cc_type, cc_owner, cc_number, cc_expires, currency, currency_value, date_purchased, orders_status, last_modified from " . TABLE_ORDERS . " where orders_id = '" . (int)$order_id . "'"); // PWA EOF Are these two contribs compatable? Rich Quote My Profile | Contribs I like most: 'On The Fly' Auto Thumbnailer, Active Countries, Header Tags Controller, Ultimate SEO URLs, UK Based osC, UK Postcode Validation, Open Featured Sets, UK Postcode Based Carrier Shipping
matrix2223 Posted September 8, 2006 Posted September 8, 2006 Yes they are compatible, Look at the code from both, add the difference and it should would fine. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.