Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

jaswanttak

Archived
  • Posts

    10
  • Joined

  • Last visited

About jaswanttak

  • Birthday 04/07/1983

Profile Information

  • Real Name
    Jaswant
  • Gender
    Male
  • Location
    Delhi

jaswanttak's Achievements

  1. Hello, I was also having the same issue. But its solved I have removed the condition of language checking in create account.php if($language == 'english') { $HTTP_POST_VARS['dob'] = $HTTP_POST_VARS['dob_month'].'/'.$HTTP_POST_VARS['dob_day'].'/'.$HTTP_POST_VARS['dob_year']; } $HTTP_POST_VARS['dob'] = $HTTP_POST_VARS['dob_day'].'/'.$HTTP_POST_VARS['dob_month'].'/'.$HTTP_POST_VARS['dob_year']; replaced this code with if(isset($HTTP_POST_VARS['dob_day']) && isset($HTTP_POST_VARS['dob_month']) && isset($HTTP_POST_VARS['dob_year'])) { $HTTP_POST_VARS['dob'] = $HTTP_POST_VARS['dob_month'].'/'.$HTTP_POST_VARS['dob_day'].'/'.$HTTP_POST_VARS['dob_year']; } this one.
  2. Dear All, I am in grt trouble, I have installed checkout module. Its nice. But when my customers buy something they get a message as usual like return to the site to fully process ur order otherwise may get delayed . But I have checked after relogin with customer account there in no any option so that customer can update the status or the order get automatically updated from holding to regular tales. I have followed all the installation steps. But still not found that option please help me what I m doing wrong.. Regards, Jaswant
  3. Hello Frend, I have recently configured oscommerce on my server. I have also an educational another site which is in running mode. Now I want that the users which are enrolled on my educational site can also access the oscommerce site i.e. users which are already registered on educational site can access the oscommerce site without need to register again for oscommerce site. Overall I want an external authentication functionality for oscommerce like moodle provides. Is there any way so that I can get this. Please help. Thanks, Jaswant
  4. Hello Ashish, If you have found any solution regarding this issue than please help me to configure the same.
  5. Hello to all, I want to integrate my payseal ICICI payment gateway with my oscommerce site. Is there any module so that I can configure it. Please help. Thanks, Jaswant
×
×
  • Create New...