Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

clems365

Archived
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Real Name
    clement pessaux

clems365's Achievements

  1. Hi I have the same problem... and for 2CO it 's normal.... it's a real problem and I asked wath system they use for the currencie (to try to put it in OSC).... but nothing..... the difference is more or less 5% !!!!
  2. New problem with 2checkout!!! :angry: Ok: 1-a customer is in the checkout_confirmation page, and next when he arrive in the 2checkout...... surprise a "impossible to see this page"....the "https://www2.2checkout.com/2co/buyer/purchase" doesn't exist..... next an update (or F5)= appear a "error prameter"....... BUT If the customer make the operation twice.... checkout_confimation ---> .../purchase all is good..... I'm using the V2 since 15 days and all it was ok but since two days I have this problem.... without make any change in the site...so somebody has an idea? Clems
  3. I receive this mail too, I don't understand wath they want.... In a few month they won't have any site using 2CO.... The best solution is finding an other payment system.... :angry:
  4. If you redirect to "checkout_success" the OSC admin won't be update with your order, all the order need to pass to "ckeckout_process" to be updated in the OSC admin. For the V2, using easypopulate is not easy, we need to make a lot of modification to update the file in 2Co..... bad luck, but all is good now.
  5. The new contribution doesn't change the problem, I receive the same mail.....
  6. Yes.... and the contribution doesn't work...
  7. Well It look that it's possible to make the change to V2.... for my part 90% it's ok, but the 10% bad are with the currencie...... for exemple: Someone buy for 69 EUR.... but in the 2checkout I can see 53.95 EUR...... I understand wath is happenning 69USD <=> 53.95 EUR... so 2CO don't understand well the currencie.... grrrrrrrr but I beleive it's possible to make a change but I don't know where in this code function confirmation() { global $HTTP_POST_VARS; //if (DEFAULT_CURRENCY <> 'CAD') //$title = $this->title . MODULE_PAYMENT_2CHECKOUT_CURRENCY_CONVERSITION; //else $title = $this->title; $confirmation = array('title' => $title); return $confirmation; } function process_button() { global $HTTP_POST_VARS, $order, $currency, $currencies; //if (DEFAULT_CURRENCY <> 'CAD') //{ //$cOrderTotal = $currencies->get_value("CAD") * $order->info['total']; //} //else $cOrderTotal = $order->info['total']; I tried to change CAD to EUR or USd but nothing change.... An idea ? Thanks Cl?ment
  8. Problem..... Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/sites/site16/web/shop/includes/classes/xmldocument.php on line 254 Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/sites/site16/web/shop/includes/classes/xmldocument.php on line 273 Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of xml_set_object(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/sites/site16/web/shop/includes/classes/xmldocument.php on line 282 Some have an ansewers?... http://www.mibuscador.com/shop/tracking.php Many thanks Clems
×
×
  • Create New...