Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

abbat

Banned
  • Posts

    25
  • Joined

  • Last visited

Profile Information

abbat's Achievements

  1. abbat

    Google Checkout Level 2

    Hello Everyone, Just being interested on the new contribution called "level2" for a google checkout. I'm wokring on my own piece of code, without those restrictions caused by libCurl and LibXML (guys using GoogleApi - I possibly can only imagine the problems you have...) because I have php5 installed on my server, and thus cant use Google API so I will workout the version without these limitations, obviosly without those restrictions. I was wondering if anyone here after installing this contrib was able to receive a REAL-TIME shipping (or taxes etc) quote from your website, using a Merchant Shipping Calculations scheme offered by google and seems like implemented in this contrib? E.g. As i can see, those rates are HARDCODED in the Google button code.php file, and nothing else, even after I change the shipping address during google checkout... I dont really drill in the code, but as i can see those REAL-TIME shipping rates are never returned by this contrib, however a merchant-calculation-url is specified well. But the file Google_Merchant_Calculations.php which suppose to return the real-time quotes, just using the basic google hardcoded thing like "return "8.76"... or a predefined Shipping rate defined at the initial step while checkout starts... thats why I think the guy trying to get his Fedex rates returned well just fails... Maybe I'm missing something? The thing is called "Level 2" - but the shipping is not returned well... Any ideas?
  2. Hey man, This contrib is small. Very small. You're right. It does not include everything it should (and should it at all?) Google API supports everything, besides the Tax, shipping - which is VERY EASY TO ADD - it also support order processing, status, notifications etc. Shipping and taxes are the simpe thing - same simple as top build the google shopping cart. 40 lines of code - you're right. I can tell with 100% that adding shipping and taxes will not take more than 40 lines of code... If you're so cool, lets take a look at YOUR CODE - I can BET I fit in 40 lines by adding shipping and taxes to this contrib - will you fit in this 40 lines? Common, let us see what you can do! This will be the Google Checkout v 1.5 - with shipping and taxes! I only assume those 40 lines will not be more than 255 chars :):):) So, pleople, let us wait for his code? How do you think? About those 2-3 months - I'm planning to include everything Google API allows, including order processing and notification techniques. I'm also planning to redo an API a little so tose guys who does not have curl installed could use curl from comman line. The same with DOM XML library, which is currently for php < 5. And most of new hosting companies have php > 5 - so why does not allow to use Google checkout for them?
  3. The whole thing will ne rather huge, I think in 2-3 months I finish.
  4. Thanks in advance, I will post a new version as it will be ready, or some beta will come to live. Thanks!
  5. I'm working on the Level2 integration into oscommerce, and just populated this thing as a simple addon for now before a full version will be released. The level2 integration module will support all features of google checkout - taxes, shipping, gift vouchers and coupons, order placement, order chargement, cc verification etc. and will require more work to integrate.
  6. Sorry I cant post external links in this forum, it is prohibited by the forum rules. Please goto readme.html and 'bonus' section.
  7. Hi 1. Why do you need this? Do you need the data to be transferred to osc admin? In this version of trhe contrib it is not possible. But I'm working on the future version which will include ALL features of the Google API. 2. No, not in this version 3. As the button appears at the shopping cart page and the user does not entered any shipping address, using tax have just no sence. As I mentioned, in future version I will include TAXes, Shipping & even Vouchers & Coupons, because Google API supports all of it. Please goto readme.html of the contrib and find the bonus info at the bottom. I'm not used to this forum and it is easier for me to support it on the creators forum. So I refer everybody there.
  8. Hi everyone, I'm the author of this contribution. It is very strange - this is the second contribution being deleted from community posted by me. However, there were no notification at all, simply nothing. After the 1-st contrib was deleted I've opened the topic in this forum - why? Nobody answered me. Anyway, now I'm posting it once again. And I will post it more until I got the answer why its being deleted. You can now download it from http://www.oscommerce.com/community/contributions,4369 As for the question above about proper button placement - you just need to place it so forms (<form> tag) does not overlap with each other. This means it could be placed anywere outside a form.
  9. abbat

    Paypal IPN Issues

    Well, seems you're right with register globals here. I think this will fix the thing. Thanks.
  10. abbat

    Paypal IPN Issues

    Hey Terra, I have installed the paypal IPN contribution (written by hdpl originally) to several sites too, and I know that the notify URL is posted within a form of a paypal button (without it it just wont work) but 1) Of course, paypal ipn contrib do post an order to your site, but 2) Does the paypal IPN is coming back to your site to change your order status from 'processing' to e.g Verified if the Paypal instant payment notification is turned OFF in paypal merchant tools? I never have it working (I mean here that the order will never get verified in Osc, of course it is verified in paypal) with this flag turned OFF. Paypal IPNotificator never reached my site with this flag turned OFF.
  11. abbat

    Paypal IPN Issues

    Hey, do you have your issues resolved? The paypal IPN contribution will not work if you have turned the 'Paypal instant payment notification' to OFF. Be sure to turn it on, the URL is not very important, but paypal just wont IPN your sales if this turned to OFF.
  12. I think it is not very difficult. Just make sure your e-mail is sent in HTML format. Place images in the mail relating to the pictures on your site and they will appear on email.
  13. Actually, I've already solved my problem. In my shop I use two different zip codes for international users, so fedex returned no responce for me. I modified a script a little,and it worked fine for me.
  14. Hi guys, sorry for that pre-beta version of MyWishlist. :( I've already uploaded a fixed version to the contributions page. I've wrote my own wishlist because I need to have a wishlist for a non-logged users, but none of the existent contributions supports that. So I wrote my own. My shop already grew up, I've installed lots of contributions already, so sorry for the pieces of code that rest from that. Please, checkout the new v1.01 version of MyWishlist. I've handled that bugs, and tried it on a default MS2.2. Everything must be fine now, I think. Great thanks you've noticed that bugs, :) :) :) Alex
  15. I've installed the Fedex1 contribution to my OSC shop. Everything seems fine, but it works correctly only for US, and for other countries it doesn't calculate shipping cost. E.G. I enter 'Suffolk, CB98BN, United Kingdom' address and got 'No Rates Returned, F059 : Invalid Recipient postal code format for specified country'. Account info is all right, cURL too. And I got the same thing for almost all countries except US! Maybe someone is more friendly with Fedex? Or anyone have an opprotunity to correct these error? Anyway, thanks
×
×
  • Create New...