Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

rforeman

Archived
  • Posts

    26
  • Joined

  • Last visited

About rforeman

  • Birthday 02/08/1945

Profile Information

rforeman's Achievements

  1. Hi Jan, Thanks for the suggestion! Here is the code from line 55 to 62 in Includes/modules/shipping/dlyc6.php. <code> 55 // Beg Minimum Order Total required to activate module 56 $this->min_order = MODULE_SHIPPING_dlyc6_MINIMUM_ORDER_TOTAL; 57 58 if ( ($order->info['total']) < ($this->min_order) ) { 59 $this->enabled = false; 60 $this->$error_mesg = 'This address is outside of our delivery area, please call us'; 61 } 62 // End Minimum Order Total required to activate module </code> Ron
  2. Sorry the error message should read: "Fatal error: Cannot access empty property in /home/kingwest/public_html/includes/modules/shipping/dlyc6.php on line 60".
  3. Re: http://www.kingwestflowers.com I am using the City Delivery Contribution version 1.1. I have 6 delivery areas, therefore 6 'dlyc' files. The contribution is working fine, however I need to add delivery cities and modify rates. When I go to Admin/Modules/Shipping to make the changes I get this message: "Fatal error: Cannot access empty property in /home/kingwest/public_html/includes/modules/shipping/dlyc7.php on line 60". My host recently upgraded to PHP version 5.2.5. Does anyone know if that could be causing my problem? And if so what action I should take? Many thanks Ron Foreman
  4. Thanks Bob!! The transactions were 30 minutes apart with two payment authorizations. We still do not have a solution but it hasn't happened again. Ron
  5. Hi Everyone, We are using the Exact Payment Gateway and Chase Paymentech to process credit card payments. The client in question was charged twice on her credit card, but she intended to place only one order and OSC confirmed only one order. We have issued a refund and Chase Paymentech claim the problem is with OSC. We are trying to diagnose the problem and need a log or audit trail. The server's raw access logs do not provide enough information. Is there a log or audit trail in OSCommerce, or available via a contribution. We have searched unsuccessfully. Thanks in advance. Sincerely Ron Foreman 647-999-8543 [email protected] Store URL: www.kingwestflowers.com/catalog/
  6. Before installing the Fancier invoice contribution (which is great, thank you) our credit card receipt looked like this: After installing the fancier invoice contribution it looks like this: I removed the Fancier Invoice Contribution and the problem went away. When I re-installed it the problem returned. Does anyone have any idea what is causing this? Thanks in advance Ron Foreman
  7. Hi Hobbz, I installed your address book enhancer and after I enter the credit card number and click continue I am sent back to the delivery information page. Any ideas? Ron Foreman
  8. Hello Folks, We love OSCommerce, we're close to getting over one of the last hurdles to get a store setup. We've been through setting up zones, and tax zones and a number of multiple flat rate delivery modules without success. The floral shop we run online has different delivery rates for different cities around our location. We would like to be able to apply the correct delivery charge for the citiy in which the customer is ordering from. Has anyone dealt with a situation such as this? Or know of a contribution which we could use to acheive our objective? Care to help us prevent further hair loss in our efforts? :D Thanks a bunch.
  9. Hello! I am using Easy Populate 2.76 MS2 on OSCommerce 2.2ms2-051113. I get the following eror message when uploading the EP file: Does anyone have any suggestions? Many thanks in advance for your help! Ron Foreman
×
×
  • Create New...