Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

hnzzyanglin

Pioneers
  • Posts

    43
  • Joined

  • Last visited

About hnzzyanglin

  • Birthday 11/28/1980

Profile Information

hnzzyanglin's Achievements

  1. I have fix two bug for this fisrt is: $insert_id = tep_db_insert_id($insert_query); // it will can not get insert id in 2.2 rc1 to $insert_id = tep_db_insert_id(); the secondly is the javascript erro in class/payment.php $addThis='if (document.checkout_payment.cot_gv.checked) { payment_value=cot_gv; alert (\'hey yo\'); } else '; to $addThis='if (document.checkout_payment.cot_gv.checked) { payment_value=\'cot_gv\'; //remove alert and set paymant value ok } else '; but this i can not fix need help. when i add a coupon in admin and in check out with the coupon the first time is echo The coupon has been successfully applied for <BR>***HOWEVER:No reducion available, please see the coupon restrictions*** but when i reducion again it ok and success why need to reducion two times ? what is the right vers of this modules ? who can give me the fix of or link a bout this thanks !
  2. But In my payal account all email is the same Now I have receive hundred of Email Notification but the order's state not update like "No PayPal Transaction Information Available (a4be0f262d47444e165f641e637ee7a5) "
  3. I install oscommerce-2.2ms2-051113 and PayPal_Shopping_Cart_IPN_v3.1.5 but the order's Status in the admin/orders.php not update it's said: Transaction Activity Date Status Details Action Gross Fee Net Amount No PayPal Transaction Information Available (a4be0f262d47444e165f641e637ee7a5) ------------------------------------------------------------------------------------------------------------- but in the test mode use 'a4be0f262d47444e165f641e637ee7a5' to test the paypal ipn the orders can update Transaction Activity Date Status Details Action Gross Fee Net Amount Mar. 18, 2006 Completed Details $0.01 $0.01 $0.00 I receive many email form the website like: ------------------------------------------------------ PayPal_Shopping_Cart_IPN Debug Email Notification ------------------------------------------------------ mc_gross=46.99 invoice=908 item_number1=500 Gold payer_id=SB3P4FKEHYGPG tax=0.00 payment_date=10:30:40 Mar 17, 2006 PST option_selection1_1=wrongy payment_status=Completed charset=windows-1252 mc_shipping=0.00 mc_handling=0.00 first_name=richard mc_fee=1.80 notify_version=2.1 custom=d7d4565c068a21e7bb6c215b45f82e01 payer_status=unverified [email protected] num_cart_items=1 mc_handling1=0.00 verify_sign=AjcXREel5W2onptpfdRsx19RBGLsAB6XzSakxS7piQaAvfYTvndCQyh9 [email protected] mc_shipping1=0.00 option_name1_1=To Character txn_id=7MC031206S0790807 payment_type=instant last_name=cooper item_name1=World of Warcraft EU/Talnivarr Alliance/ [email protected] payment_fee=1.80 quantity1=1 receiver_id=P9JXJ498AFYMC txn_type=cart mc_gross_1=46.99 mc_currency=USD residence_country=GB payment_gross=46.99 ------------------------------------------------------ PayPal Response ------------------------------------------------------ VERIFIED ------------------------------------------------------ Connection Type ------------------------------------------------------ curl: transport: ssl:// domain: www.paypal.com port: 443 ------------------------------------------------------ Email and Business ID config ------------------------------------------------------ Store Configuration Settings Primary PayPal Email Address: [email protected] Business ID: [email protected] ------------------------------------------------------ PayPal Configuration Settings Primary PayPal Email Address: [email protected] Business ID: [email protected] PayPal Transaction ID: 7MC031206S0790807 for help what's wrong with me ?
  4. Some suggest about this mod At first it is a good contribution I have install it and can use I want to give some suggest to this mod 1. when I select one product to comp the page "index.php?cPath=***" reload once when i want to comparison it also reload. I have visit a site : http://product.zol.com.cn/products/product...4&keyword=intel //it's chinese it use javescript and a layer to comparison //and the speed is very soon when select it only to add a products name to a layer //not recall the file and add array when select it, it select form the database and to comp all only once ====================== to see the page at: http://product.zol.com.cn/products/product...4&keyword=intel in the left is comparison and in the layer the bottom is to comp
  5. it can not run when i ckicked the continue (select more then 3 proudcts) it apper Nothing to compare Please select a minimum of 2 products to compare on previous page in the install files ///////////////////////////////// 3.1 Find (~line 22) </table> <?php } Replace With </table> <?php } /* BoF Compare Products side-by-side */ echo tep_draw_form('compare', tep_href_link("compare.php", tep_get_all_get_params(array('action')))); ?> </td> <?php /* EoF Compare Products side-by-side */ ///////////////////////////////////////////////////////////////// why ? have a </td> if it the table is bad I hope you can give the all files to download in your zipfiles include your Modified files "product_listing.php"
×
×
  • Create New...