Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

zerodash

Archived
  • Posts

    115
  • Joined

  • Last visited

Profile Information

  • Real Name
    Gregg

zerodash's Achievements

  1. Worked on this a bit more. Looks like it is using the term "RateRequest" instead of "RateV2Request". This needs to be changed on lines 193, 244, 246, and 257. It also looks like it may need to be changed for international on lines 248 and 255. I am now getting an error that my origin zip code is invalid- and it looks like it may have to do with the zip on file with my USPS registration.
  2. I'm getting this same error, and the USPS methods module is based on the one updated earlier this month. I assume that many OSC stores are using this module with no problem, so I assume it has to do with testing only. Has anyone else encountered this?
  3. I noticed that the "Authorize.net v. 1.7 with curl fix" contribution is no longer in the contribution section. Is there a reason for this?
  4. For the majority of my orders, the UPS shipping module calculates the shipping rates MUCH lower than I am getting from Worldship and the UPS website. I'm currently using the v1.54 (?) version of the shipping module. Where do these rates come from, and what is the recommended way to rectify this problem? Thanks in advance :)
  5. In relation to th the error below: Fatal error: Cannot redeclare class order_total in /home/coffee4/public_html/test/includes/classes/order_total.php on line 13 I found that the Authorize.net consolidated code in checkout_process calls the order total class. I assume that since PP redirects back to this page, the program rereads this file from the beginning and gets stuck here.
  6. I have the same problem, and spent the last two evenings searching for solutions. I also have a heavily modded store. Does anyone have a Vanilla install of OSC they tried this on?
  7. If you use innovative merchant solutions as a processor, then you can use QB to run cards. The QB software has its own SSL connection, since you are using their software to communicate with them. Be warned, the customer service at Innovative Merchant is awful- they are rude as hell.
  8. This topic could also be in the contribution support, but I suppose it is also relevant here. 2 questions about using innovative: 1) I cannot get the contribution to work for innovative gateway solutions. Actually, I cant even get admin/osc to acknowledge that I installed it. As far as I can tell, all you need to do is place the two innovative files in their proper places: includes/modules/payment/innovative.php and languages/english/modules/payment.php. Lo and behold, my admin pretends those files don't even exist, let alone let me configure anything. That makes me sad. 2) Does anyone know if Innovative Merchant Solutions users can use online payment gateways other than Innovative Gateway? I would prefer to use Authorize.net... thanks
  9. Ah. All of our items are listed as service-type items. That solves that mystery. Will version 1.1 support these types of items? Thanx.
  10. Try the add-weights-to-product-attributes Contribution.
  11. I re-uploaded the products in "Set up Products" and then clicked on "utilities". I immediately clicked back on "Set up Products", and my QB items were listed there still. They still do not appear in the pull-downs for "match products".
  12. This contribution is a work of art. Good job :) I'm having just one trouble: I am unable to match any products (no problems with shipping). I get only blank drop-down boxes. I am able to see the full list of my QG files when I upload them at the "Set Up Products" section (see the name and description). I'm at a loss as to what to do, ciapo seemed to have a similar problem- but I do not deal with taxable products. I suspect a settings error on my part, but can't think of what it could be. Any ideas?
  13. I don't have the best solution, but a "band-aid" could be to use the product pickup contribution (pickup_1.05) and set its name to be "Free UPS ground". Then, you could edit the file that displays the shipping types and delete/comment out the code that will list ground shipping. I don't know exactly which it is, but I did run across a thread about this once before. Do a search. Hope this helps...
  14. I need a way to offer free UPS ground shipping for all orders 25lbs and over. I presume that I would need to add a code snippet that does something like: if weight >= 25 then upsground = 0 I have no clue as to where such code would go, or exactly how to write it. Ideally, I would try to modify the file that UPS uses to offer free shipping above a certain order price total, and just substitute the price variable with the total weight variable. Am I on the right track? Does anyone have any insight as to how to do this?
×
×
  • Create New...