Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Soundman01

Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by Soundman01

  1. That new postal page is terrible, I emailed USPS to complain, but that is long shot. I've been fiddling with this contribution trying to get it going again (I made the last change last year) but USPS made some drastic changes this time. Hopefully someone with more experience will jump on this and help all of us out.
  2. Hey Dave, from my testing it I could not get any field other than the ship to address to be filled in, though I did not try them all. Normally I only post finished contributions but this one had me stuck. I am hoping someone else will have interest and figure it out and let everyone know. The declared value should be giving the order total value. To get around things not showing up I would test them on the name field to make sure I got the output I expected. (not that it matters since I cannot get FedEx to take it in the proper field.)
  3. Support for Fedex.com Labels contribution
  4. Just installed 6.1a with dimensional support, the basic module seems to work great, but I am having trouble with it quoting flat rate boxes. I have defined boxes the size of flat rate boxes. If something should fit in a small flat rate box, it quotes small, medium and large. But if it should fit in a medium, I get no flat rate boxes quoted. For example I have a product that I defined as 8x10x1 that would fit in either of the Medium Flat Rate boxes but none are quoted. Am I missing something or the module not working correctly?
  5. This will be the support for the contribution "Product Image Deleter"
  6. Check your code for this looking to make sure you have "customer_surveyed" in it. line 288 of supplied orders.php $orders_history_query = tep_db_query("select orders_status_id, date_added, customer_notified, customer_surveyed, comments from " . TABLE_ORDERS_STATUS_HISTORY . " where orders_id = '" . tep_db_input($oID) . "' order by date_added"); if (tep_db_num_rows($orders_history_query)) { while ($orders_history = tep_db_fetch_array($orders_history_query)) { let me know. Brandon
  7. Turn on "Use MIME HTML When Sending Emails" under "E-Mail Options"
  8. Well you have me a bit confused also. (it does work fine on my server). I've looked at the code again, and it simply inserts an "if" statement that if "Just Email Survey (no comments)" is selected it replaces the normal email format with it's own. Please confirm that "Add Survey Request to Comments" is adding comments to the bottom of the email. that might tell us something. Brandon
  9. Just a thought, "Notify Customer:" has to be checked or it won't send the email. If that doesn't help I need more info. Brandon
  10. Ok first off, the exact copy of what I put in the contribution is running just fine on my site. second I can't quite tell from your statement what is going on. If you want PM me a link to your survey page and I'll see if I can tell any thing or just give me some more info. Brandon
  11. Hey sorry to worry you about that, as a result of it's average calculation you will get that till someone has taken the survey and it has something to calculate. (I should have added that to the instructions) enjoy Brandon
  12. Here is the support for the contribution " Customer Survey".
  13. Here is the support for the contribution "Ad Tracker Add On" which is an add on to "Ad Tracker (where did they come from?)"
  14. This is the support and info for "Referring site tracker" contribution. lets hope no one ever needs it.
  15. My first thought goes to table ?address_format? - ?address_format? make sure that they include ?$residence?. I hate to give you a short nothing answer, but with the info you gave it?s the only logical thing. Let me know how that checks out and we?ll go from there. Brandon
  16. Perhaps she has different buyers than I, but probably about half of my buyers have a business name shipping to a residential address. With the change that she suggests they could not enter there business name unless they give you the false mailing type. I (as the writer of this contribution) am sure that such a change probably could be made, but I have to confess that I am just a novice at PHP coding and I don?t think that I know how. I am guessing it would require some sort of java script or page reload on selection to make it work, which would annoy me. I hate when pages do things I don?t expect them to. Sorry I can?t be more help, other than perhaps giving you more defenses. Good luck Brandon
  17. Double check and triple check the additions to: Catalog/admin/includes/classes/order.php Catalog/admin/includes/functions/general.php Then also check your database server under table "orders" "delivery_residence_id" make sure it is there (you correctly added it) and verify that there is "Residential" or "Commercial" in it for the appropriate orders. if you don't have "delivery_residence_id" in your DB than that may be the problem, if it is there and blank then it is a problem with the order recording it properly, if this all looks correct we are back to the admin mods. (not to cryptic I hope) good luck Brandon
  18. If you have it setup correctly it will display Residential or Commercial under the "Shipping address" (only) in the view orders page in the admin section. I did not design it design it to display under the customer edit address, I sort of figured it wasn't useful. Check your shipping address, and if it is not there check your install. If you have further problems let me know. Enjoy Brandon
  19. I'm glad to hear that you like it. The Admin customer?s pages, I opted to not modify that page. I made the assumption based on my use of OScommerce that you rarely need to directly view or edit the customer?s info like that. If this is a big problem for you let me know and I'll see what I can do. Brandon
  20. You can create a file to add to MYSQL, or you should be able to find under "execute sql" in Admin MYSQL a large text box that you can copy the whole thing into to enter it. I would recommend if you just back up all the related files and then copy the new ones in replacing the old. Then check your site and verify install, and see if there are any changes that you made that are missing. If so you will need to manually change the culprit file. I'm glad to hear that this has helped someone else. Enjoy Brandon
  21. Support for: Collect Residential / Commercial info for shipping I have started the post as a forum for any one having trouble. Hope no one needs it :P Enjoy Brandon
×
×
  • Create New...