Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

suvijoseph

Pioneers
  • Posts

    12
  • Joined

  • Last visited

Everything posted by suvijoseph

  1. Hi Steve, Thanks for the great contribution. I have a little problem. I would like to expand the shipping method as soon we enter city. How do I do that. I tried changing the code in checkout.js from: if($(this).attr('name')=='shipping_country' || $(this).attr('name')=='shipping_zipcode' || $(this).attr('name')=='delivery_state') to if($(this).attr('name')=='shipping_country' || $(this).attr('name')=='shipping_zipcode' || $(this).attr('name')=='delivery_state' || $(this).attr('name')=='billing_city') But that also not helping. Can you help me? Thanks and Regards, Suvi Joseph
  2. Hello Brian, Only the Check Out Using Paypal button is having this problem. If I checkout through normal pages checkout it seems to work ok. What could be the problem? Regards
  3. Hello Brian, Thank you for your quick response. I ran the diagnostic script, it said, Contibution correctly installed. Althogh I had this error: Advanced Diagnostics Able to connect to PayPal through cURL? No Error received: 35: error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca What could be the problem?
  4. Hell all, I have installed paypal_wpp_0.8.2 on our website. But when I click on Checkout with paypal button I get this error: bool(false) Warning: Cannot modify header information - headers already sent by (output started at /home/hleh/www/www/shop/includes/modules/payment/paypal_wpp.php:514) in /home/hleh/www/www/shop/includes/functions/general.php on line 33 What am I doing wrong? I have this command on paypal_wpp.php line no 514: tep_mail(STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, 'PayPal Error Dump', "In function: ec_step1()\r\n\r\n" . var_dump($response), STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); Please help me! Thanks in advance.
×
×
  • Create New...