Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

sormui

Pioneers
  • Posts

    233
  • Joined

  • Last visited

Everything posted by sormui

  1. Hi, I don't want to be so obvious from Canada by using Canada Post as shipping methods. Any other good choice for easy integration and usage? Thanks in advance!!!
  2. Hi Jan, Thanks for your help. My problem has been solved but I'm getting another error during checkout as follows: United Parcel Service (XML) Rating and Service 1.0001 0 An unknown error occured while attempting to contact the UPS gateway : Rating and Service 1.0001 0 An unknown error occured while attempting to contact the UPS gateway It that my access key issue? Just wondering if UPS XML only works in United States? I would like to ship from Canada. How can make it compatible? Thanks a lot!!!
  3. Can everyone help please?? :'(
  4. I've installed UPS XML but when I try to checkout, I am getting this error on the page: What did I do wrong or what did I miss? Please help ..... Thanks in advance!!!
  5. Hi, I have installed UPS Choice but when I try to checkout. Although "United Parcel Service" is shown as one of the shipping methods, there is no radio button to click and with the following error message under "United Parcel Service": United Parcel Service We are unable to obtain a rate quote for UPS shipping. Please contact the store if no other alternative is shown. What did I miss while installing? Thanks in advance!
  6. sormui

    UPS

    I think I have fixed my problem. The class cannot be redeclare so I add the following code before the declaration class ups: if ( class_exists('ups') ) { return; } However, I see "MODULE_SHIPPING_UPS_TEXT_TITLE" instead of the name UPS in the list of modules. How can I fix it?
  7. What version did you install? I tried to install version 1.8.
  8. Hi Jack, I have problems with the following steps: 11. In the gray box for “Standard Tools,” select the specific tool you would like. Can you specify which tool do I need in order to get UPS module working in my e-commerce site? 12. The next screen looks like a registration screen; however, it is actually looking for additional information including your UPS account number, which is required. Once the information is entered and verified, click on the [submit] button at the bottom of the window. What do you mean the UPS account number? Is it same as what I have registered by following your step 1 to 10? Or just a regular UPS account number which is used for shipping with UPS? Thanks for your help!!
  9. sormui

    UPS

    I have tried to put ups.php in includes/languages/english/modules/ directory but same error is shown. However, I have also tried to put ups.php in includes/languages/english/modules/shipping directory and I get the following error: Fatal error: Cannot redeclare class ups in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\oscommerce\catalog\includes\modules\shipping\ups.php on line 22 What's going on? Please help, Jack ... Thanks!
  10. sormui

    UPS

    No, I don't have ups.php in includes/languages/english/modules/ directory.
  11. I have similar problem as I am also trying to install UPS Choice version 1.8. I followed the instructions and replaced all the necessary files in place. I see the following error in the "Shipping Modules": Warning: include(C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/oscommerce/catalog/includes/languages/english/modules/shipping/ups.php) [function.include]: failed to open stream: No such file or directory in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\oscommerce\catalog\admin\modules.php on line 132 Warning: include() [function.include]: Failed opening 'C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/oscommerce/catalog/includes/languages/english/modules/shipping/ups.php' for inclusion (include_path='.;C:\php5\pear') in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\oscommerce\catalog\admin\modules.php on line 132 I also see "MODULE_SHIPPING_UPS_TEXT_TITLE" under Modules. Do you have the same problem?
  12. sormui

    UPS

    The error is as follows: Shipping Modules Warning: include(C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/oscommerce/catalog/includes/languages/english/modules/shipping/ups.php) [function.include]: failed to open stream: No such file or directory in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\oscommerce\catalog\admin\modules.php on line 132 Warning: include() [function.include]: Failed opening 'C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/oscommerce/catalog/includes/languages/english/modules/shipping/ups.php' for inclusion (include_path='.;C:\php5\pear') in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\oscommerce\catalog\admin\modules.php on line 132 Also, I see "MODULE_SHIPPING_UPS_TEXT_TITLE" under Modules.
  13. I also have similar problem ... I can't install UPS Choice in my site. Anyone can help?
  14. sormui

    UPS

    I have just downloaded oscommerce recently so I think I have the newer version. I tried to go to http://www.oscommerce.com/community/contri...ons,528/page,11 to get the UPSChoice. But can I download the latest version? I tried but some errors are shown in my shipping module page and don't see UPS shown for installation. How can I solve it? Thanks!
  15. sormui

    UPS

    Hi, I want to use UPS for shipping the orders. Which package should I choose from conrtibution? Also, how do I get an account from UPS to get it run? Is UPS easily integrated to my site with osCommerce? If not, which shipping module is better? Thanks in advance!
  16. I have downloaded Canada Post Shipping module from http://www.oscommerce.com/community/contributions,391/page,2. Then I go to admin package -> Modules -> Shipping, activate new CanadaPost module. Then the following error message is shown in the page: Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\oscommerce\catalog\includes\modules\shipping\canadapost.php on line 192 Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\oscommerce\catalog\includes\modules\shipping\canadapost.php on line 192 :'( Please help!!!! Thanks in advance!
  17. Thanks - I find the package but what else do I need to do with Canada Post in order to make it work with them in my website?
  18. After I have installed it, how can I set it up to use? Just get an account from UPS? Anything else to get it integrated with os Commerce? Thanks!!!
  19. Hi, Is UPS the only shipping module for osCommerce? Besides UPS, can I add/install another shipping modules such as Canada Post to ship the orders to my customers? If yes, how? Thanks in advance!!
×
×
  • Create New...