Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

kanchan

Archived
  • Posts

    32
  • Joined

  • Last visited

Profile Information

  • Real Name
    Kanchan
  • Location
    India (Pune)

kanchan's Achievements

  1. Hello All, I am using USPS Shipping service for my website. To use USPS , I have created an account for Web Tool.I got my Web Tool ID which I set it as username for USPS service.Then I mailed to USPS company to move the account from test server to production server. On user side I can see the three option with their rate. Express Mail Priority Mail Parcal Post. Now I want to confirm is it sufficient to use USPS to my website.or it needs more information in the future as USPS is govt service.
  2. Hi Guys, Newbie to oscommerce and e-commerce. I have installed the oscommerce-2.2ms2-060817 on my local machine. In Payment Module I found various payment services. like Authorize.net,iPayment,NOCHEX,PayPal,2CheckOut,PSiGate,SECPay So,to use these services I want to know the basic requirements like what merchant's information,etc. From where I can get the information. Please help me. Your help will be highly appriciated. Thanks,
  3. Hello Guys, I am using osCommerce for the first time new to osCommerce and also to ecommerce. In payment Module, For Paypal, it is necessary to have the owner account with paypal.right? so, what other information of owner we will need to use paypal as a payment module. Same I am not sure but want to confirm for following 2checkout - either Login ID or Store number. pSiGate - Merchant ID SECPay - Merchant ID I want to confirm if I am having the above information for the above payment services from the owner ,then I can easily use the above payment services or I will need some more information ? Please help me. Looking for any help. Your help will be highly appriciated. Thanks,
  4. Hi Guys, I want the answers for the following. How to disable certain payment services based on a zone basis How to disable certain shipping services based on a zone basis How to set the different tax rates for different products How to charge tax on shipping on a per shipping service basis Your help will be highly appriciated. Thanks,
  5. Thanks rafiq_qc, Actually I am a new to oscommerce and doing the ecommerce for the first time.no much idea about USPS. should I tell the usps customer that I am using oscommerce on my local machine and created an account with usps and getting the error for "test server"? Your help will be highly appriciated. Thanks,
  6. Thanks, You mean to say,under "Test" Server I will have to made some changes in code.or will have to mail the usps company to switch from "test" server to "production" server. I want to know will it be ok to mail usps company to switch to production server as I am trying it on my local machine. Please help me?
  7. Hello Guys I have installed the USPS on my local machine. But On User Side Under Chekout I am getting following error "An error occured with the USPS shipping calculations. If you prefer to use USPS as your shipping method, please contact the store owner." When I tried to debug then in includes/classes/http_client.php for processBody() finction I am getting following data in $data variable 80040b1a API Disabled: Rate. Use RatesV2 for testing UspsCom::DoAuth What does this error mean? Can anyone help me out is this a reason I am getting the above error. If so please help to solve this. Your help will be highly appriciated. Thanks,
  8. Hey, the problem of UPS gets solved.What I did I set the maximum value for postal code from 4 to 5. And On admin side under shipping and packaging I entered Postal Code. And now on user side all the shipping methods are displayed. But the problem for USPS is still there. Please guide me for USPS. Thanks a lot for helping me and giving the direction to solve the problem for UPS.
  9. Thanks, This much I confirm that it can execute on my machine. I have installed both UPS And USPS. For UPS on user side I am getting following error "We are unable to obtain a rate quote for UPS shipping. Please contact the store if no other alternative is shown." For USPS on User side I am getting following error "An error occured with the USPS shipping calculations. If you prefer to use USPS as your shipping method, please contact the store owner." For USPS I have created account and I got my web tool user ID which I set it to as username while editing the information for USPS.But after getting ID , I didnot mail to usps to switch my account to the production,because I thought as I am executing it from my local machine.Can I mail to usps to switch my ID to production server.And then try. Please guide me. Thanks,
  10. Thanks Internet connection is there. I don't know weather the error is because I am using osCommerce on my local machine.Totally exhausted and stopped what to do now? Please help me out. Thanks again for reply.
  11. Thanks a lot for reply. But USPS was already installed when I installed osCommerce to my local machine.The UPS I just now installed and also edit the information like Shipping Methods(1DM,1DP,2DM,etc) but still getting the error on check out page. "We are unable to obtain a rate quote for UPS shipping. Please contact the store if no other alternative is shown." What should I do? Please help me.
  12. Thanks to All I have also the same problem and getting the same error on checkout page. An error occured with the USPS shipping calculations. If you prefer to use USPS as your shipping method, please contact the store owner. Actually, I have installed osCommerce on my local machine.And trying the USPS on my local machine. I have created the account and got my web tool user ID which I set to the Username while editing the USPS information. But after getting the ID I did not mail to usps to switch to "production" server. I am having doubt about this as I am trying USPS on my local machine. So, I want to know weather it is necessary to mail to usps if I am using osCommerce on my local machine. Please help me out. Thanks,
  13. Thanks for reply. I have installed the that from http://www.oscommerce.com/community/contri...ons,528/page,11 Thanks againg
  14. Thanks Coopco Just I solved this by adding a file with following code in catalog/includes/languages/english/modules/shipping/ups.php define('MODULE_SHIPPING_UPS_TEXT_TITLE', 'United Parcel Service'); define('MODULE_SHIPPING_UPS_TEXT_DESCRIPTION', 'United Parcel Service'); define('MODULE_SHIPPING_UPS_TEXT_OPT_GND', 'UPS Ground'); define('MODULE_SHIPPING_UPS_TEXT_OPT_1DM', 'Next Day Air Early AM'); define('MODULE_SHIPPING_UPS_TEXT_OPT_1DA', 'Next Day Air'); define('MODULE_SHIPPING_UPS_TEXT_OPT_1DP', 'Next Day Air Saver'); define('MODULE_SHIPPING_UPS_TEXT_OPT_2DM', '2nd Day Air Early AM'); define('MODULE_SHIPPING_UPS_TEXT_OPT_3DS', '3 Day Select'); define('MODULE_SHIPPING_UPS_TEXT_OPT_STD', 'Canada Standard'); define('MODULE_SHIPPING_UPS_TEXT_OPT_XPR', 'Worldwide Express'); define('MODULE_SHIPPING_UPS_TEXT_OPT_XDM', 'Worldwide Express Plus'); define('MODULE_SHIPPING_UPS_TEXT_OPT_XPD', 'Worldwide Expedited'); And error gets removed. But on Catalog (User Side) while checkout under UPS I am getting the following error "We are unable to obtain a rate quote for UPS shipping. Please contact the store if no other alternative is shown." Could you please help me out what should I do? One thing where should I add the following which you told me. include(DIR_FS_CATALOG_LANGUAGES . $language . '/modules/' . $module_type . '/' . $file); Your help will be highly appriciated. Thanks,
×
×
  • Create New...