Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

rs2k

Archived
  • Posts

    221
  • Joined

  • Last visited

Posts posted by rs2k

  1. I am using Easy Populate 2.76E and have just recently added the field products_upc to the table products in my mysql database. How do I get easy populate to to work with this field?

     

    I tried to modify the code myself in easypopulate.php but have only had marginal success. I can get the UPC number field when I create the csv, but easy populate will not insert the UPC into the DB when I do an upload.

     

    I do not understand how the Extra Field option works in easy populate as there is no information about it in the manual. The only thing I know how to do is turn the option on, but that does nothing to help me.

  2. For those of you who are not getting their orders updated:

     

    You have to go into your Google Dashboard.

     

    Go to settings.

     

    Go to Integration.

     

    Put in your API callback URL:

     

    It looks like this: https://***YOUR SECURE DOMAIN***/googlecheckout/responsehandler.php

     

    Put in your actual secure domain in place of ***YOUR SECURE DOMAIN***.

     

     

    Remember, the settings in your sandbox are separate from the settings in your real account. You have to make changes for both.

  3. the database for GCO is not created, i had same problem. If you uninstall and then install it will try to add tables unless its already there

     

     

    I have had some trouble with tables being automatically created with this and some of my other contributions. What tables need to be added. I want to do it manually but I don't know what I need to add.

  4. I have been working with this module all day trying to get it to work with store and have been successful. Now the only problem is that after the buyer comes back to my site VIA gc_return.php the shopping cart is still full, the products have not been subtracted from my inventory, and the store does not know an order has taken place. I do however get the confirmation email from Google.

     

    Maybe this is because I am in sandbox mode?

     

    Any idea what the problem may be?

     

    I have not had much luck searching for the fix.

     

    I have found this bit of code below, but that only solves one out of three problems:

    <?php
    $cart->reset(true);
    ?>

     

     

    Also, when I get to the Google check out screen it defaults the shipping to Flat rate 6.99 instead of Free shipping when orders are over $70. Is there a way to default the shipping the Free Shipping?

×
×
  • Create New...