Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

homewetbar

Pioneers
  • Posts

    680
  • Joined

  • Last visited

Everything posted by homewetbar

  1. Googlecheckout is not a checkout "option" on the payment page, is a totally different checkout from the regular checkout for many reasons which I will not go into you can read google's blog for their market hype, so the google checkout button only appears in the shopping cart and on the login page, you have to choose it or a normal checkout, they do not work together.
  2. That was a quick fix, just searched and removed it from the code. Must have left that in there from a field in our database. Please let me know if you encounter any other errors.
  3. Humm. Well if you've already tried that you might try posting on the google forum listed in the readme or emailing the google checkout on their site, they are the experts and they may be able to assist further. Just an idea, but it won't hurt to try.
  4. I'm going to tell you the same thing I tell everyone else. Since everyone's code varies slightly (yours is very different from mine), and I seem to be the only one answering questions, you will need to diagnose this yourself. *** THIS GOES FOR EVERYONE when trying to fix a problem with code you are trying to add, backup your files, then move it around a bit in your code till you find a spot that works. The worst case is it won't work and you can revert to your backup copy.... :thumbsup:
  5. Shouldn't make a lot of difference try moving it around in the code till you find a spot that works. Please note the cart will not be reset until you visit another page AFTER that page with the code in it...
  6. Read my post directly above this. This is NOT what this contrib was made for you need to use another contrib... This contrib is for highly targeted matches not generic matches, look in the contrib section there are plenty that do this generic matching you are talking about....
  7. You have a bracket out of place or extra bracket in that file.... Look it over and compare to your original, you should be able to easily see where the problem is.
  8. Read the docs that came with the contrib, it explains how you can use google carrier calculated shipping based upon fedex and ups shipping rates. Your table rates will not work in the current version without rewriting part of the contrib, however if you do get the table rates to work please post your solution so we can all benefit. :thumbsup:
  9. Read the docs, and the forum, I just posted an answer to this question a page or two ago...
  10. Contribution is now available here: http://addons.oscommerce.com/info/5877 Please post any bugs or comments.
  11. This contribution gives you powerful data on your past product sales and estimated coming sales in an easy to read format that can also be printed in Landscape mode. Estimated installation time: less than 5 minutes.
  12. 100% sure you missed something in the installation then.... This new error basically means it is looking for a class that is not there, so you likely missed something in the install or put it in the wrong area or file...
  13. Sounds like you probably installed something that should be in the catalog in the catalog/admin directory or vice versa. Verify where all the files are uploaded on your server...
  14. I have no idea how to do that as I did not make the contrib. I think we can both agree the end goal is to sell more products and keep your customers engaged with your brand. All I'm arguing is RSS is a social marketing tool, not and in your face ad, hence the original authors did not include this feature.
  15. No it does not display price by default. It's not a big deal as you need to think of RSS as news articles basically, if they want to know more they will click through to your site. How many articles in your paper do you read that say "Buy now $xxx.xx" at the end of the article?
  16. Don't know about the product weight issue, sounds like you have a problem elsewhere, not with google checkout. Does weight work when you checkout via standard checkout (weight displayed on shipping page). If it does not you messed up something long ago, and you probably need to revert some files such as your shopping_cart.php and classes/shopping_cart.php to a prior working backup, maybe more files but I wouldn't know exactly what else, try posting a new topic for help, and system admin would know where to fix that. On the plus side if your weight shows up during standard checkout you just mis-installed google checkout. So go back through everything... twice.
  17. Are you sure? Google checkout only works for US addresses last I knew... Check google's own help files at google checkout's site.
  18. LOL that's alot of SKUs to add matching products for. This purpose of this contrib is to provide matching results that are very specific to the item so that would defeat the whole purpose of the contrib if it randomly grabbed SKUs. What I would suggest is using this contrib for SKUs that have true matching products to cross-sell and then using another for the products that do not, you could use some sort of simple logic like: <?php // MATCHING PRODUCTS if (tep_not_null($product_info['products_matching'])) { $product_matches = explode(',', $product_info['products_matching']); $total_match_count = sizeof($product_matches); if ($total_match_count > 1) { Matching Products Contrib } else { Other contrib } } ?> I'm not going to go into further detail but you get the idea... There are some featured products, similar products, and viewed products contribs out there look for one of those for your other contrib.... :thumbsup:
  19. Email the google checkout team on their site or Charge a flat sales tax % (the lowest in the state would be advisable so you don't over collect) and then just eat the rest, the max it would vary is by 1-2% I would think, unless you are doing $10,000's of thousands of sales a year in state that won't amount to much and would be less expensive than hiring someone to recode everything.
  20. You're going about it the hard way. Go into your google checkout setting on google's site and add the areas you need to charge sales tax.... Look at google checkout's help files on their site if you need more assistance on where to find the setting...
  21. Sounds like you are knee deep and overwhelmed hire a programmer (I am not one) to assist you... odesk.com is great for finding them...
  22. You're getting a little too deep into the checkout code for me to know what you are talking about but use the gc_return.php and add that clear cart thingy I mentioned to it to clear the cart. That is only for google checkout use the default oscommerce page for regular checkout
  23. I don't know what bts is, but I guess it is some sort of modified oscommerce? Try using the latest version from Google http://code.google.com/p/google-checkout-o.../downloads/list That is the actual one I used so I know it works with osCommerce ms2.2, I figured the one with the same name I referred you to in the oscommerce section in my prior post was the same but maybe, just maybe, they are different somehow? I don't know what you mean by not being tracked in Admin, but as far as clearing the cart that's pretty easy, I think you just need to add: $cart->reset(TRUE); to your return page for google cjeckout. Which will clear the cart. NOTE: it will still show on the return page like they have the items in their cart but the next page they go to or if they refresh the page the cart will show cleared....
  24. LOL. I didn't develop the contrib just posted some addons. But it works fine for me on Oscommerce ms v2.2 are you running cre-loaded, a template driven site, or some other modification of osCommerce?
  25. It works, you must have mis-installed something. Make sure you are using v1.4.5a or v1.4.5.
×
×
  • Create New...