Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

kevcap

Archived
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Real Name
    Kevin

kevcap's Achievements

  1. Found the problem, find the fix on the contrib page for the google check out: http://www.oscommerce.com/community/contributions,4556/
  2. //------insert customer choosen option to order-------- $attributes_exist = '0'; $products_ordered_attributes = ''; if (isset($order->products[$i]['attributes'])) { $attributes_exist = '1'; for ($j=0, $n2=sizeof($order->products[$i]['attributes']); $j<$n2; $j++) { I feel as if the above code in the responsehandler.php is not looping properly or even being called since it only seems to be grabbing 1 product option.
  3. Actually, I'm wrong, the data is coming back, but just have to figure out why it's not getting parsed properly. It's definitely in the <merchant-item-private-data/> so that's a good sign. I'm looking at the code further. Thanks, Kevin
  4. This seems to work in pushing the product options (not all because someone chops off and gives us elipses (...)), but what's worse is that on the callback into the responsehandler of the GC it only seems to push the 1st option into the osCommerce order area for that customer. Any thoughts on why those two things are happening? 1. Elipses if more than a couple options (think 10 options as a test) 2. Only getting 1 option back in the callback from google. Thanks!
  5. Check this: http://addons.oscommerce.com/info/4269
×
×
  • Create New...