Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

D_Hues

Archived
  • Posts

    6
  • Joined

  • Last visited

About D_Hues

  • Birthday 01/01/2006

Profile Information

D_Hues's Achievements

  1. Thank you for your answer. I tried adding the code to the end as you suggested but Admin disappeared again which is odd because I do understand how to add code and I'm sure I didn't make a mistake with that part. I have spent a lot of time in the last three years with the file structure so I know I'm using the correct file in the proper folder. I've searched this thread and found an answer that I need to uninstall and reinstall. So I decided to start over again. I have already removed it from the Admin Shipping Modules. Now I will backup backup backup and then run the uninstall sql. This time no skipped steps. Thanks. Also I am going to learn how to configure my server to echo errors. I remember seeing a thread here about that. Thanks again.
  2. I have installed UPSXML and gotten it working except that in the Admin edit, the Disallowed Shipping Methods heading is there but there are no choices under it to select. When doing a test order in the store the shipping options are: UPS Ground UPS 3 Day Select UPS 2nd Day Air UPS Next Day Air Saver UPS Next Day Air Early A.M. UPS Next Day Air I did follow these instructions... Step 2 In catalog/includes/modules/shipping/upsxml.php (about line 291) Find the key MODULE_SHIPPING_UPSXML_TYPES and remove several of the shipping methods listed there to reduce the field to less than 255 characters here's what I did: (on line 429): tep_db_query("insert into " . TABLE_CONFIGURATION . " ( configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) values ('Disallowed Shipping Methods', 'MODULE_SHIPPING_UPSXML_TYPES', '', 'Select the UPS services <span style=\'color: red; font-weight: bold\'>not</span> to be offered.', '6', '20', 'tep_cfg_select_multioption(array(\'Next Day Air\', \'2nd Day Air\', \'Ground\', \'Standard\', \'Next Day Air Saver\', ', now())"); here's what it was before I removed several methods: /* 'MODULE_SHIPPING_UPSXML_TYPES', '', 'Select the UPS services <span style=\'color: red; font-weight: bold\'>not</span> to be offered.', '6', '20', 'tep_cfg_select_multioption(array(\'Next Day Air\', \'2nd Day Air\', \'Ground\', \'Worldwide Express\', \'Worldwide Express Plus\', \'Worldwide Expedited\', \'Express\', \'Standard\', \'3 Day Select\', \'Next Day Air Saver\', \'Next Day Air Early A.M.\', \'Expedited\', \'2nd Day Air A.M.\', \'Saver\', \'Express Early A.M.\', \'Express Plus\'), ', now())"); */ Did I remove these shipping methods in the wrong place? So far I have not been successful with Step 4 in adding the code to catalog/admin/includes/functions/general.php Every time I add the code, The Admin area disappears. Could that be part of the problem.
  3. I have installed UPSXML and gotten it working except that in the Admin edit, the Disallowed Shipping Methods heading is there but there are no choices under it to select. When doing a test order in the store the shipping options are: UPS Ground UPS 3 Day Select UPS 2nd Day Air UPS Next Day Air Saver UPS Next Day Air Early A.M. UPS Next Day Air I did follow these instructions... Step 2 In catalog/includes/modules/shipping/upsxml.php (about line 291) Find the key MODULE_SHIPPING_UPSXML_TYPES and remove several of the shipping methods listed there to reduce the field to less than 255 characters here's what I did: (on line 429): tep_db_query("insert into " . TABLE_CONFIGURATION . " ( configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) values ('Disallowed Shipping Methods', 'MODULE_SHIPPING_UPSXML_TYPES', '', 'Select the UPS services <span style=\'color: red; font-weight: bold\'>not</span> to be offered.', '6', '20', 'tep_cfg_select_multioption(array(\'Next Day Air\', \'2nd Day Air\', \'Ground\', \'Standard\', \'Next Day Air Saver\', ', now())"); here's what it was before I removed several methods: /* 'MODULE_SHIPPING_UPSXML_TYPES', '', 'Select the UPS services <span style=\'color: red; font-weight: bold\'>not</span> to be offered.', '6', '20', 'tep_cfg_select_multioption(array(\'Next Day Air\', \'2nd Day Air\', \'Ground\', \'Worldwide Express\', \'Worldwide Express Plus\', \'Worldwide Expedited\', \'Express\', \'Standard\', \'3 Day Select\', \'Next Day Air Saver\', \'Next Day Air Early A.M.\', \'Expedited\', \'2nd Day Air A.M.\', \'Saver\', \'Express Early A.M.\', \'Express Plus\'), ', now())"); */ Did I remove these shipping methods in the wrong place? So far I have not been successful with Step 4 in adding the code to catalog/admin/includes/functions/general.php Every time I add the code, The Admin area disappears. Could that be part of the problem. I have read all of the posts in the last few days looking for the answer so any help would be so appreciated. Thanks D Hues
  4. Solved my own problem. I used version 3.5c and it works. Thank you for doing all this work all of you who write these contributions. Darthe OriginalJerky.com
  5. I installed Freeamount 3.5 - Have I installed the wrong version? On the shipping it says "for orders from 50 euro and more with a max package weight of 10kg." Which version has the dollars and pounds? Thanks. Darthe OriginalJerky.com
×
×
  • Create New...