Jump to content

chetanrakesh

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Everything posted by chetanrakesh

  1. hi, how can i help you? please pm me. thanks.
  2. Hi, Try to store all values into single session. You can use any seprator to feed cart values. For example "SKU===COLOR===SIZE". You can either store it separately or store it all into one field. Thanks, Rakesh.
  3. Hi, From above message,i notice that your requirment is very customized. If you need such script,i can help you to develop. Thanks.
  4. Hi, You should be aware that joomla is just a CMS system with some other build it components. From above message,i notice that your requirment is very customized,you can not do programming in joomla as it is very complicated. If you need such script,i can help you to develop. Thanks.
  5. Hi, OScommerce provides inbuilt UPS module, you just need to active from admin panel under shipping option.Once you active UPS,it will show on the delivery options page. Thanks, Rakesh.
  6. Hi, Try below code. $oFCKeditor = new FCKeditor("otherjobinfo") ; // name of text area to replace $oFCKeditor->ToolbarSet = "Default" ; $oFCKeditor->BasePath = "FCKeditor/"; $oFCKeditor->Height = "300"; if ($_POST['otherjobinfo']!="") { $oFCKeditor->Value = $_POST['otherjobinfo']; } $oFCKeditor->Create() ; Thanks, Rakesh.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.