Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

speed777

Pioneers
  • Posts

    245
  • Joined

  • Last visited

Posts posted by speed777

  1. Hi - I've posted this elsewhere and searched the forum, but haven't found an answer yet.

    I thought I have successfully installed the GoogleCheckout module since it displays correctly in the admin side, however the site is now doing some odd things. I am wondering if the addition of the OnePage Checkout Module is causes some errors or if I have just missed something in the setup (I'm a novice at this).

     

    #1 - when I go to add an item to the cart or check the contents of the shopping cart it just shows a blank page. If I hit the back button in the browser though it has added the item to the shopping cart when I go to checkout.

     

    #2 - when I go to checkout it doesn't show the GC as a payment option.

     

    #3 - when I go to sign into the My Account page it shows the GC logo at the bottom. When I click on it I get redirected to the GC checkout page and my item is in the cart and I'm all set to checkout!

     

    So to sum it up: can anyone help me with why it shows a blank page for the shopping cart contents and why it won't automatically direct the customer to the GC page during checkout?

     

    Thanks

    Liz

    If I were you, I'd do a re-install of the whole thing without the OnePage Checkout Module. You missed a step or several steps, its hard to say. Once you have a working version of google checkout, then add the OnePage Checkout Module. Do a backup before you attempt to modify it.

  2. Hello all

     

    I have looked around and haven't seen a resent thread on this. It seems that MVS and Google Checkout don't want to work together. I have tried installing one and then the other and vice versa. They both seem to want to occupy the same areas of code. Where one wants a line removed the other wants to insert itself between those lines. When I have tried to move them around all I get is one working or the other. I need MVS and I can live without GC but I would like both if possible.

    MVS and Googlecheckout are incompatible together, you've got to choose one or the other.

  3. Hi All

     

    Sorry for asking this question but we are new to this and dont kow what to do.

     

    Is a SSL required for Google checkout.

     

    I was under the assumption that the customer was directed to google and the payment was taken via that. Then added onto your account just as it is when you do on paypal.

     

    Can somebody please explain

     

    Not sure if this question actually belongs in here but how do you change the shiipping methods/costs to royal mail or Parcel force.

     

    Thanking you all in advance for any help

     

    Yes, a SSL is required for Googlecheckout to function properly and here's why. When a live transaction is activated the googlecheckout responsehandler.php file communicates with your site and this communication is encrypted, that means it goes to a https URL. You can use a shared certificate provided free by your server if you don't want to buy one.

     

    I want to restate this a bit, when a live transaction occurs Google communicates with your site via the responsehandler.php file. This communication is encrypted, that means it goes to a https URL. You can use a shared certificate provided free by your server if you don't want to buy one.

  4. hi hopefully someone can help me with my problem,i got everything working fine in sandbox mode,had a compatible ssl cert installed,and switched to Production mode.The problem i have is that google can't reach my responshandler.php, it gives this error message:

    URL you are using for merchant calculations is not valid or is not https http://www.dakltd.co.uk/catalog/googlecheckout/responsehandler.php -- the error we got is An HTTPS URL is required.

     

    when i try to access the url manaully i get this message:

     

    IISPassword
    The page cannot be displayed  
    There is a problem with the page youare trying to reach and it cannot be displayed. It is most likely that configuration files for this url are corrupted.  
    
    --------------------------------------------------------------------------------
    
    Please try the following:
    
    Click the Refresh button, or try again later. 
    Open the home page, and then look for links to the information you want. 
    If you believe you should be able to view this directory or page, please contact the Web site administrator by using the e-mail address or phone number listed on the home page. 
    HTTP Error 500
    IISPassword for Internet Information Services

     

    i have ran the htaccess.php file successfully and have basic htaccess enabled in the google control panel.

    Does anyone have any pointers as to what it might be?i've been trying everything i can think of for the best part of a week.

    I would be very gratefull for any help!

    Your includes/configure.php file is not set up right.

  5. Hi All

     

    Sorry for asking this question but we are new to this and dont kow what to do.

     

    Is a SSL required for Google checkout.

     

    I was under the assumption that the customer was directed to google and the payment was taken via that. Then added onto your account just as it is when you do on paypal.

     

    Can somebody please explain

     

    Not sure if this question actually belongs in here but how do you change the shiipping methods/costs to royal mail or Parcel force.

     

    Thanking you all in advance for any help

    [/quote

    Yes, a SSL is required for Googlecheckout to function properly and here's why. When a live transaction is activated the googlecheckout responsehandler.php file communicates with your site and this communication is encrypted, that means it goes to a https URL. You can use a shared certificate provided free by your server if you don't want to buy one.

  6. I might as well reply to myslelf, since I've found out the answer (or some of it!).

     

    The magic code is in responsehandler.php in the googlecheckout directory. It does lots of clever things like check to see if the customer was logged into the site before going to GC. If a customer is logged in and their info (email address and delivery address) matches up with GC's version, then GC updates the personal information (+order history) pages on my website quite happily.

     

    What STILL doesn't work though is when a customer uses a different email/delivery address. When this happens GC creates a new account on my website and stores the information in there. When this happens, as soon as the user is returned to my site, they are logged in, but the personal information is not there. If they log out and log back in again (with the password that has been sent to them -- when the order state changes to Google Processing), they can finally see all of their personal information.

     

    I STILL need to find out why a customer cannot see his personal info when being returned to the site. DOES anybody else have any clues. IF SO PLEASE HELP ME. PLEEEASSSSEE

     

    Dave

     

     

     

     

    everyemail addresses, delivery addresses of who was logged into the site before go

    This sounds like it has to with the session being lost when the customer uses a different email/delivery address. When they log back in a new session is being created and they can view the account info properly.

  7. I am trying to integrate this module on a heavily modified store. I have paypal as my current payment and Multi Vendor Shipping mod for shipping. How can I get this to show the different shipping charges for items that are dropshipped?

    Also, is it possible to just put a google checkout button on the checkout_confirmation.php page? Would it take the calculated total and send it to google checkout?

    Last I heard, Google Checkout and Multi-Vendor Shipping are incompatible so you can' t use them together. No, the checkout button must go in the shopping cart or the login page, checkout the google regulations on this.

  8. Hi,

    I was trying to configure Live Search Cashback for my site, site has only one payment method - Google checkout.

    The problem is that i need to send 2 additional variables to Google Checkout - this is needed to save IDs from LiveSearch Cashback for each confirmed order. After that I need to receive those 2 vars back from GoogleAccount when I load orders list from Google in my store's admin.

     

    Is there any way to do this?

    I think you can add those variables under a merchant-private-data tag. Look up merchant-private-data in the google code section in google checkout API's

  9. Is there a way to use google checkout to ship orders above 100 pounds? If I set the weight for a product above 100, I get a error when sending to google. If someone buys more than once item and exceeds 100lbs, I get the same error.

     

    Please help!

    I have a few products that weigh more than 100 lbs. and I get a UPS quote fine. There must be something wrong with your installation or settings.

  10. I am having a little problem with this add-on, hope some one can help.

     

    I have a digital downloads store and the google check out seems to work okay, the customer can go through the process and the payment is posted.

     

    Problem is, the order does not get entered on my store, it does not show up as an order, so I have no record of the customers transaction. And a customer told me, there are links in his google account, but when he clicks on them, it just brings him back to the index page of the store, so he can't download his order.

     

    Seems Google Checkout is not talking back to my store? I thought I followed the install instructions, but maybe not?

     

    I had another order, and the customer doesn't show a e-mail address to me, so I guess I'll have to wait till he gets a hold of me or complains. Sure not that why I run my customer service. :(

     

    I currently disabled the add-on, don't want any more problems.

     

    Did I read right that you can not make it so only registered users see the check out button? If so, that's kind of odd and don't see how this all works if they don't have to log in. How do the orders get recorded, and so the customers can download their order?

     

    I know I should have tested more, but it's a live store that's been open for a while, can't really turn it off, will lose sales.

     

    Any thoughts or idea's? I've only offered Paypal till now, thought I might be losing sales, reason I added this.

     

    Any help would be greatly appreciated!

    See the part on OCS settings

  11. I need first class also..

    this shipping on this has been a nightmare for me.. I am missing something

    I have table.php for shipping a

    and I did the shipping generator

    and got this code

    and when you go to the Advanced Configuration Dashboard this option does not show up..

    as Merchant Calculated Shipping Configuration

    I would use the carrier shipping one but there is no first class and most of my items are first class

    so please what am I missing.

    thank you for your quick response.

    Noppie :blink:

    You can't use first class and carrier calculated shipping at the same time together because first class is a merchant calculated method. I guess GC could be rewritten to contact the USPS server and the UPS servers at the same time, but thats not the way it works right now.

  12. Please anyone on the shipping.. I really want to use this checkout

    thankl you

    noppi

    It sounds like you haven't completed the steps required to install shipping correctly. Once you use the shipping generator, you must paste the results in the shipping_methods.php file. Just replace the contents that are already in the shipping_methods.php file. Then you go in to the OSC Admin panel and set the module to "true" or whatever. Leave all the other shipping options to "false".

  13. <b>Fatal error</b>: Cannot redeclare class rmfirst in <b>/home/electro9/public_html/store/includes/modules/shipping/rmfirst.php</b>

     

    What the error is telling you is that you have 2 identical classes in home/electro9/public_html/store/includes/modules/shipping/rmfirst.php. You can only have one. Look in the rmfirst file and delete one of them. If its not there, you have to find it.

  14. It may have something to do with having 2 tax zones but only one zone X table, so I'm going to look at that, or altering merchant_calculated_methods.php with > '/2', or other Google Checkout files, because leaving it as is will affect other payment modules? I have a copy of GC v1.45 but never installed, I have compared the the code in each version, and v1.5 seems to have improvements, you should setup a testing version and see if you like it?

    I've been meaning to make the upgrade but have been busy so far.

  15. Well it seems I've achieved a constant... using the setup I previously described and the the original (unaltered) merchant_calculated_methods.php > Google is charging exactly double for zone rates. So when I change the zone 1 table as below I'm getting correct values.

     

    Any idea how/why Google Cart is doubling the values?

    I haven't upgraded to v1.5_rc 1 yet so that was the cause of the confusion.

  16. Well it seems I've achieved a constant... using the setup I previously described and the the original (unaltered) merchant_calculated_methods.php > Google is charging exactly double for zone rates. So when I change the zone 1 table as below I'm getting correct values.

     

    Any idea how/why Google Cart is doubling the values?

    I don't know why but why don't you try halving the numbers and see what happens. Ok, now I understand what you're saying.

  17. Is it possible to get Google Checkout to work with merchant calculated zone rates shipping? I have setup a simple zone rates configuration in admin to ship to US only:

     

    tax zones: 1) United States, 2) Florida

    zone 1- US

    set the weight of all products to 1.00

    and a simplified zone 1 table ($6.00 per item): 1:6.00,2:12.00,3:18.00,4:24.00,5:30.00,...etc

     

    I am not getting default shipping values in Google Cart, however the rates I'm getting are not correct. I have tried variations but Gcart cannot access the rates from the zone1 table properly > 1 lb. or 1 product = $6.00, 2 lb. or 2 products $12.00, etc? I've got to be missing something, Thanks for any help with this...m

    No, Zones will work with oscommerce but not with googlecheckout.

    I'm trying to get Googlecheckout to work with Zones by using the following in shipping_methods.php:

    'zones' => array(

    'domestic_types' =>

    array(

    'zones1' => 'AL',

    'zones2' => 'FL',

    'zones3' => 'GA',

     

     

    ),

     

    It still needs a lot more work on the code to figure it all out.

  18. I am in this page "Google Checkout Module Dashboard" and i have disabled "Enable Carrier Calculated Shipping" (I also tried it when it is enabled) to change the default value to zero and when i click save button it again comes back to all the previous values. I cannot set the default values to zero to disable fedex and ups shipping. Are you able to do that? Please help.

    Your default values in your database must be wrong. Check that part of your installation with phpadmin.

  19. Please HELP!!!!

     

    I am trying to add google checkout to my store, I am a UK based shop, add V1.5, according to google website, V1.5 support UK merchant. However, when I test it in sandbox, the error message keeps showing

     

    " The address that you are shipping from is invalid. Please send a correct US address."

     

    I try to search solutions, one I found is to disable Google shipping calculation

    http://www.oscommerce.com/forums/index.php?showtopic=292180

     

    I have no idea how to disable Google shipping calculation

    I can see the checkout page if I change my store address and shippng address from an UK address to US address.

     

    Also I got this UPS, Fedex shipping choices, which I don't need at all, I already add royalmail shipping moudel, and currently working perfectly.

     

    is there any other solution to put it right??

     

    Thank you very much

    Set "GoogleCheckout Carrier Calculated Shipping" to False and set the UPS, Fedex values to 0.

×
×
  • Create New...