Jump to content

aris1234

Member
  • Posts

    136
  • Joined

  • Last visited

Everything posted by aris1234

  1. Yes, but when google wants to connect back to to your Cubecart shop to change the status and confirm payment, it requires that it connects via SSL. Please correct me if i'm wrong here! http://checkout.google.com/support/sell/bi...opic=&type= Aris
  2. A few issues with Google checkout i've seen: 1) It does not appear to have an option for a one-time payment without registering like PayPal does 2) Does not appear to have the facility for a partial refund (could be wrong here - it's not in the FAQ though) 3) You MUST have an SSL enabled cart - with a cert signed by a reputable company. I'm not saying they are bad - just beware the above. I'd love to use google checkout - even if it was not free - the standard charges are 1.5% + 15p.
  3. One possible clue to this - the few times it happened with me it was with users who have originally had trouble completing their transactions with PayPal. They may have had one paypal transaction fail, and they are trying again, or perhaps have an order in their cart, failed to checkout, then logged in from another PC and tried to re-order the same item, but being on a different PC their cart would have been empty. Does this sound familiar to anyone else who has experienced this problem - did the customers have a failed or incomplete transaction before the USD transaction?
  4. I had this happen again - what is going on?? The patch mentioned above is for the API - not for IPN. Anyone from Cubecart wish to comment?
  5. Is this mod relevant to IPN? I had a similar problem today - paypal processed the payment in USD instead of GBP. I'm not sure why at all. I tested it myself - and it went through as GBP - but for some reason this customer's one went through as USD.
  6. I would like to see this feature too - i.e. as well as adding cost to an option, it would also add weight so that shipping is correctly calculated.
  7. I think there is a mod for this (for dymo printers at least) - check cubecart.org
  8. I do this (but i'm in the UK, but no difference). I just use the 'shipping by weight' option, then for UK (in your case US) I set the shipping rate to "100:0.00" - so anything under 100 kilos in weight, is 0.00 shipping - then for other countries, I set in the zones below depending on the rate. For countries I do not ship to, I just delete them from 'countries & zones' under Store Config.
  9. aris1234

    Nochex

    So when will NoChex be fully supported? Are cubecart in cahoots with PayPal or something? :-)
  10. I see this too. I could be wrong here - but are the shopping cart contents somehow kept track of with a cookie? I noticed that if a customer loads his cart, then logs on from a different machine, the cart contents are no longer there. Could that be the issue here? Saying that - it would be nice for there to be a 'checkout' option for orders that are still pending under the order history.
  11. I wonder if there is a way to force that no-cookie screen even if the cookies are set. It is alot more logical, and there is a bit fat button to press if you already have a paypal account.
  12. Hmm, I decided to investigate a bit further. I think what happens is that when you are sent to the paypal site, PayPal checks to see if you are a PayPal user by interrogating your browser for a PayPal cookie. If it sees one, then it sends you to the PayPal login screen. If not, then it sends you to the screen you are after. In some respects, this makes sense. Try deleting your paypal.com cookies and checking out again. I tried it here and it worked as above.
  13. I would very much like to know this too - the option where it takes you directly to enter your credit card details is much much better. I suspect it is just a POST option when you get sent to paypal - but the question is what is it? One thing you can try to debug this is install the LiveHTTP headers extension on firefox: http://livehttpheaders.mozdev.org/ Checkout with the cart that does it how you want - then checkout using cubecart, and see if there are any differences when calling hte PayPal page.
  14. API's here if anyone is interested: http://code.google.com/apis/checkout/ Also note that checkout is not available outside the USA (yet).
  15. How difficult would it be to toggle the catalogue mode on/off with a setting (such as Store Offline) from the admin menu?
  16. aris1234

    Nochex

    Isn't NOCHEX APC supposed to do all of this?
  17. Is there a proper way to cancel an order - and have the stock re-increment up when that order is cancelled? TIA.
  18. I need to add some code to cubecart which does conversion tracking for my ads on google. All I need to do is add some javascript which is executed when a particular event occurs - in this case, i'd like to add it in after a successful sale via PayPal IPN. Am I right in thinking that it this code needs to be added in orderSuccess.inc.php in the includes directory? I tried adding it in with an 'echo' command like this: echo " <!-- Google Code for Purchase Conversion Page --> <script language=\"JavaScript\" type=\"text/javascript\"> <!-- var google_conversion_id = 1234567890; var google_conversion_language = \"en_GB\"; var google_conversion_format = \"2\"; var google_conversion_color = \"FFFFFF\"; if (1.0) { var google_conversion_value = 1.0; } var google_conversion_label = \"Purchase\"; //--> </script> <script language=\"JavaScript\" src=\"http://www.googleadservices.com/pagead/conversion.js\"> </script> <noscript> <img height=1 width=1 border=0 src=\"http://www.googleadservices.com/pagead/conversion/1234567890/?value=1.0&label=Purchase&script=0\"> </noscript> " Note, that I escaped all the quotes with a backslash. I added this code just before the "// get exchange rates etc" line. Basically adding this code made all my sales think they had failed. Is this the best place and way to add such code? Thanks.
  19. aris1234

    Froogle feed

    Works for me too. I had this issue with 'errors' but eventually it all just worked. It seems to take them ages to approve your first feed - and during this approval process shows up as 'error' - but give it at least 2 or 3 weeks, and I think it will be OK. Otherwise send them an e-mail.
  20. There is one fix - mentioned in this thread: http://www.cubecart.com/site/forums/index....showtopic=15891 It fixes a problem where cancelled paypal transactions send you back to the store. I'm hoping this will be included in future releases without having to patch.
  21. I don't know - seems to work for me.
  22. What have you confirmed so far? Have you read through markcarts document on www.cubecart.org?
  23. How do you know if CVV2/AVS fails? The only thing I get from paypal is a confirmed or unconfirmed address - which I understand from PayPal means if it is unconfirmed, that AVS failed either because their issuing bank did not support it - or they entered a different address to their billing address during checkout. Are you using PayPal IPN?
×
×
  • Create New...