Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ScubaDrew

Archived
  • Posts

    10
  • Joined

  • Last visited

Everything posted by ScubaDrew

  1. Shipping DOES APPEAR, then DISSAPEARS My shipping charges appear on the first page of the payment screen (where you choose to type in CC info, or login) once you go past that point the shipping charges GO AWAY! I've tried 'clearing' shipping options in my account, but i think PP made some changes and now thats not really possible. I've read the manual, searched the forum - anyone have any ideas on my disapearing shipping charges?! thanks so much, Drew ***** UPDATE: This only happens when I have more than 1 item in the cart *****
  2. step one says something about an image update bug... 1) Locate the following line (approximately line 80) (image update bug repair provided in the bugs section on oscommerce.com): if ($categories_image = new upload('categories_image', DIR_FS_CATALOG_IMAGES)) { I cannot find the above line, the closest I have is: if ($categories_image->parse() && $categories_image->save()) { tep_db_query("update " . TABLE_CATEGORIES . " set categories_image = '" . tep_db_input($categories_image->filename) . "' where categories_id = '" . (int)$categories_id . "'"); } I tried to find the "image update bug repair" but could not. Can someone point me in the right direction? thanks, Drew www.NorthEastCoral.com
  3. osCommerce PayPal IPN Module v2.3.2 For 2.2MS2
  4. Just wanted to report a possible bug: If you set shipping to table rate, confirm order so that the temporary order is placed in the DB, then use the "return to site" option to back out of paypal, change shipping to another option, then proceed to paypal again the temporary order does not have the shipping method updated. Paypal will get the updated shipping option but when i check the oscommerce admin/orders page i see the first shipping option selected. thanks, Drew
  5. Problem solved - in the CSS file adjusted .dynamic-tab-pane-control .tab-row { All is well! Drew
  6. Beer Monster, Thanks so much for this contribution! I've got it installed and working, with the exception of the background of unselected tabs being present across the entire screen. see http://www.northeastcoral.com/product_info...?products_id=29 for an example. Thanks again, this does EXACTLY what I needed! Drew
  7. This fixed my double image problem. Thanks for the post! Drew
  8. Hi everyone, I was wondering if this was working in 2.2RC1 and if someone could package all the changes? Appreciate your help, this looks like a great Contribution Beer Monster! Drew
×
×
  • Create New...