Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Soundman01

Members
  • Posts

    26
  • Joined

  • Last visited

Profile Information

Soundman01's Achievements

  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
×
×
  • Create New...