Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

tomarriola

Archived
  • Posts

    36
  • Joined

  • Last visited

Profile Information

  • Real Name
    Tom Arriola

tomarriola's Achievements

  1. You select delivery conformation on the usps form that this contribution fills out for you. I like this contribution but presently use stamps.com because its a bit faster and because it keeps track of all my shipments and I can track them all online, something the online usps site doesn't do--though it does give you a tracking receipt along with your label when you print. What I'd love to see is this contribution working with the standalone usps shipping program. That, unlike the online usps shipping keeps a record of all shipments to allow tracking. Tom
  2. I sell memberships and products via my site at http://www.crimescene.com/store/ Tom
  3. I've got linda's SEC 2.2 installed and love it. I'm trying to add the authorizenet contributions to collect CVV numbers. Curl is installed and but when an order is submitted curl hangs on the server till I kill the pid. The transaction never makes it to authorize.net. Could someone post a working checkout_process.php that has been modified for the authorizenet CVV contrbutions? Thanks Tom
  4. There are some two part labels that are available at labeluniverse.com and are made expressly for usps online shipping. The tracking info and label each have their own areas. I like this contribution too but have switched to stamps.com for priority and international mail. The tracking is easier and online, so I don't have to refer to paper copies. It costs me 15 bucks a month but the time savings is worth it. Tom
  5. Cool, the additions to filenames.php was the fix I needed! Here is a question. What is the difference between the two buttons, USPS Label Customer and USPS Label Shipping. They both seem to give the same results when clicked. Also, the USPS form has all the fields nicely filled out but the shipping date is wrong. It shows September dates. Any ideas what needs to be reset? Thanks much. This will be my new shipping shortcut! Too bad there isn't such a thing for UPS or fedex. tom
  6. The above trunacated filenames should be: FILENAME_ORDERS_CUSTOMERSHIPPINGLABEL?oID=7 customershippinglabel.php?oID=7 Tom
  7. I have this almost working. Hope someone can help, I'm looking forward to automating the labeling process. When the UPS label buttons are clicked I get a url as follows: http://www.mydomain.com/store/admin/FILENA...PINGLABEL?oID=7 Obviously I need to get it to replace FILENAME_CUSTOMERSHIPPINGLABEL so the url looks like: http://www.mydomain.com/store/admin/custom...label.php?oID=7 What did I miss? I used the orders.php file that was included but had to remove the the order tracking lines from line 374 to 397. Do I need to replace those and add order tracking to make this work? Thanks Tom
  8. You need to edit zones.php located in includes/modules/shipping You can tell it how many zones you want by making changes in zones.php. Then, you log into the admin and setup zones shipping by entering your zones and the shipping costs. Note: I edited the zones.php located in the languages directory to refer to it at checkout as USPS Priority Mail/Airmail instead of zones shipping. See it at crimescene.com/store Tom
  9. Use zone shipping to have free ship to us/canada but not the world. Zone 1 would be us and canada and the rates would be set as follows: 0:0.0 Zone two be a list of counties and you'd set the rates to be someting like: 1:3.50,2:5.50, etc Tom
  10. What would happen if I renamed Order_Info.php to login.php? Is the only drawback that people would never be able to see their order history by logging in and that they'd need to re-enter their info on following purchases? If so, I can live with that. Thanks Tom
  11. This mod seems to work but I can't get it integrated so it comes up on checkout. if I access the url of the mod it works. The instruction in the readme that has me stumped is: "call 'Order_Info.php' from your login.php somewhere." How do I do that? :D Thanks, Tom PS, The readme for this mod is below. Purchase Without Account v0.52 by Cheng place the files into directories as appropriate /catalog/Order_Info_Check.php /catalog/Order_Info.php /catalog/includes/modules/Order_Info_Process.php if you rename the files, you will have to go into each file and rename the corresponding call to it. call 'Order_Info.php' from your login.php somewhere. That should start the process of having the user create an account. The 'breadcrumb' trail should reflect it as order processing and not account creation. might have missed something but not much time to check at this point. some people might want to modify their 'header' not to show a 'logoff'. in which case, 'Order_Info_Process.php' registers the following below 'noaccount'. And, a 'if' statement actually checks in my 'header.php' for it. Otherwise, it just doesn't print the TEXT link. Although the actual HTTP link is there. ;-) -- <?php if (!tep_session_is_registered('noaccount')) { echo HEADER_TITLE_LOGOFF; } ?> -- in 'Order_Info_Process.php', there is a $password that is set to '' (empty) right now. Because, customer accounts are created with no password. For security purposes (so no one can just guess a blank password), you might want to set that $password to something else ... the system will not create another duplicate account if first/last name and e-mail address match up (that is also if the password is either blank or what you set it to). in which case, if those first 3 match up, it will call up the information from the customer database (so it actually doesn't matter what other informaton (state, zip, etc) that they fill out after those 3 match up). in case you're wondering ... i couldn't get the older version of mark's 'purchase without account' working with the newer cvs. thus, spent a few hours today on this. * please don't e-mail asking for help. just post a message on the osc forums and perhaps someone or myself will see it. and, questions/answers posted publicly help more than one person.
×
×
  • Create New...