Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2008
    Posts
    9
    Plugin Contributions
    0

    Default Google checkout question

    I would like to submit the manufacturer name to the checkout process when someone uses google checkout. I can currently get Qty, weight, etc according to the array that google chooses from but have no idea on how to add the manufacturer or any other field for that matter.

    The files I was able to modify to see changes to the values passed are:
    gcheckout.php around line 154
    PHP Code:
    $products_name $products[$i]['name'].' '.$products[$i]['model']; 
    responsehandler.php around line 371
    PHP Code:
    $order->products[] = array (
                  
    'qty' => $item['quantity']['VALUE'],
                  
    'name' => $item['item-name']['VALUE'],
                  
    'model' => $item['item-description']['VALUE'],
                  
    'tax' => 0,
                  
    'tax_description' => @$item['tax-table-selector']['VALUE'],
                  
    'price' => $item['unit-price']['VALUE'],
                  
    'final_price' => $item['unit-price']['VALUE'],
                  
    'onetime_charges' => 0,
                  
    'weight' => 0,
                  
    'products_priced_by_attribute' => 0,
                  
    'product_is_free' => 0,
                  
    'products_discount_type' => 0,
                  
    'products_discount_type_from' => 0,
                  
    'id' => @$item['merchant-item-id']['VALUE'
    scratching my head to figure out how I can add the manufacturer name to this. Any help would be greatly appreciated.

  2. #2
    Join Date
    Nov 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Google checkout question

    Anybody got an idea on how to do this????

 

 

Similar Threads

  1. Google Checkout Question
    By Bobbycat in forum Addon Payment Modules
    Replies: 1
    Last Post: 11 Nov 2010, 08:42 PM
  2. Google Checkout question
    By fw541c in forum Addon Payment Modules
    Replies: 0
    Last Post: 19 Oct 2010, 04:40 AM
  3. Google Checkout - Checkout Page Layout Question...
    By KismetDesign in forum Addon Payment Modules
    Replies: 8
    Last Post: 8 Dec 2009, 08:51 PM
  4. google checkout newbie question
    By e1ski in forum Addon Payment Modules
    Replies: 4
    Last Post: 6 Mar 2009, 04:43 AM
  5. Google Checkout question
    By meep in forum Addon Payment Modules
    Replies: 0
    Last Post: 27 Nov 2008, 12:16 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg