Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

avinashkalro

Pioneers
  • Posts

    37
  • Joined

  • Last visited

Everything posted by avinashkalro

  1. did you manage to resolve your migs problem? is it working fine?

  2. hey saif... which version of osc are you using ? does the present migs addon work on the latest version of osc?
  3. I installed the iosc 1.3 . I am getting the following error message Fatal error: Call to a member function add_current_page() on a non-object in /home/comebarg/public_html/includes/application_top.php on line 312
  4. wow thanks... works well on my mobiles... most payment gateways are not accessable via a mobile browser... can somebody help and tell me how can ssl protected payment gateways be accessed using mobile phones... i have integration codes for wap.... is anybody else facing this problem?
  5. ok... thank you... keep all of us posted on the compatibility with IE.... I think if checkout is compatible with IE then it will support all mobile browsers
  6. if you try browsing the same using the google chrome or mozilla firefox you will be directed to the login.php page... so even while browsing from mobile browsers this same problem exists
  7. you can also try browsing your own site http://zaramir.com/osc/mobile using internet explorer... you will not be able to go past the shopping_cart.php when you click on checkout it will keep reloading and updating your shopping cart... please make necessary corrections to the code.
  8. I use my motorola e6 ... but i've tried browsing using 2 other nokia phones... even when i use the opera mini browser i face the same problem. please help!
  9. while browsing from my mobile... when I reach the shopping_cart.php page... and I click checkout it gets redirected to the same page again.... I've tried with 2 mobile handsets... same problem with all... Please tell how i can get rid of this problem.
  10. cant change url....this is different from the australian paymate... the indian paymate is for mobile payments...somebody please help!
  11. Dear people, I require urgent help with integrating paymate (india) mobile payments... details below Payment procedure Online Payment: 1. Customer shops on the merchants website and proceeds to check-out to make the payment 2. On the payment page he chooses PayMate as his payment option 3. The customer is transported to a screen where he chooses the payment mode as PayMate 4. On submitting the same, the merchant server forwards required parameters to PayMate (Refer Annexure 1.1) 5. PayMate checks if the mobile number belongs to a registered PayMate customer o If not registered, customer is taken back to the merchants page with a note that he his not a registered PayMate user (same communicated to the mobile number via SMS by PayMate) o If registered, the customer is transported to a ‘Pending’ page with further instructions (Refer Annexure 1.1) 6. PayMate sends the customer an SMS telling him that the merchant wishes to charge him Rs. X (transaction amount). To authorize payment the customer needs to reply to that SMS in a specific format i.e. PAY <ALPHA CODE> <M-PIN> o The ‘Alpha Code’ is a dynamic 3 character code randomly generated for that particular transaction, as an added security measure (hard coded in the SMS) o M-PIN is a 4-digit security PIN given to customer at the time of registering for PayMate 7. The customer replies to the SMS in the prescribed format. After validation of Alpha Code and MPIN, the bank instantly debits the customers account and updates PayMate of the same 8. PayMate updates the merchant server of the payment status i.e. payment successful or declined and for what reasons (Refer Annexure 1.2) 9. Merchant accordingly shares the information on the customers screen (Refer Annexure 1.2 & 2) 10. Simultaneously PayMate also sends a confirmation of the same to the customer via SMS with a unique transaction ID for reference o This transaction ID is shared between customer, merchant and PayMate Annexure 1.1 (Online) To initiate the transaction you are require to pass the parameters given in the table below to the given URL. PLEASE NOTE THE FORM METHOD MUST BE “POST”. URL:- https://secure.paymate.co.in/Default.aspx. POST Parameters required to be sent to the above link Field Name Value Description Orderid 8 digit order id. Required to initiate the transaction. THIS FIELD CANNOT BE BLANK. All 8 digits MUST be digit 0 – 9 Amount A non negative decimal value required which should be greater than zero value. Mer_username Username will be given by PayMate at registration time. This will not change unless PayMate changes it, in such case PayMate will contact you. Mer_refno Reference no is alphabetic and will be given by Paymate. This will not change unless Paymate changes it, in such case Paymate will contact you. Mobileno (OPTIONAL) Any valid mobile no all Indian country code (91) will be acceptable. Any malformed mobile number WILL NOT BE ACCEPTED. Only valid numbers from valid Indian Mobile operators will be accepted. Hence any tampering of number like 5555588888 combinations will be rejected Following is the sample code for connecting to PayMate. Please feel the required value in the value field. ======================================================================= <form name="frm1" method="post" action="https://secure.paymate.co.in/default.aspx"> <input type="hidden" name="amount" value=""> <input type="hidden" name="mer_username" value=""> <input type="hidden" name="mer_refno" value=""> <input type="hidden" name="orderid" value=""> <input type="submit" value="Submit" name="Pay"> </form> ======================================================================= this is what is mentioned in the integration kit.... somebody please tell me how i should integrate it with my osc cart
  12. The integration guide requires that values are posted to a url...please find details below
  13. Dear people, I require urgent help with integrating paymate (india) mobile payments... details below Payment procedure Online Payment: 1. Customer shops on the merchants website and proceeds to check-out to make the payment 2. On the payment page he chooses PayMate as his payment option 3. The customer is transported to a screen where he chooses the payment mode as PayMate 4. On submitting the same, the merchant server forwards required parameters to PayMate (Refer Annexure 1.1) 5. PayMate checks if the mobile number belongs to a registered PayMate customer o If not registered, customer is taken back to the merchants page with a note that he his not a registered PayMate user (same communicated to the mobile number via SMS by PayMate) o If registered, the customer is transported to a ‘Pending’ page with further instructions (Refer Annexure 1.1) 6. PayMate sends the customer an SMS telling him that the merchant wishes to charge him Rs. X (transaction amount). To authorize payment the customer needs to reply to that SMS in a specific format i.e. PAY <ALPHA CODE> <M-PIN> o The ‘Alpha Code’ is a dynamic 3 character code randomly generated for that particular transaction, as an added security measure (hard coded in the SMS) o M-PIN is a 4-digit security PIN given to customer at the time of registering for PayMate 7. The customer replies to the SMS in the prescribed format. After validation of Alpha Code and MPIN, the bank instantly debits the customers account and updates PayMate of the same 8. PayMate updates the merchant server of the payment status i.e. payment successful or declined and for what reasons (Refer Annexure 1.2) 9. Merchant accordingly shares the information on the customers screen (Refer Annexure 1.2 & 2) 10. Simultaneously PayMate also sends a confirmation of the same to the customer via SMS with a unique transaction ID for reference o This transaction ID is shared between customer, merchant and PayMate Annexure 1.1 (Online) To initiate the transaction you are require to pass the parameters given in the table below to the given URL. PLEASE NOTE THE FORM METHOD MUST BE “POST”. URL:- https://secure.paymate.co.in/Default.aspx. POST Parameters required to be sent to the above link Field Name Value Description Orderid 8 digit order id. Required to initiate the transaction. THIS FIELD CANNOT BE BLANK. All 8 digits MUST be digit 0 – 9 Amount A non negative decimal value required which should be greater than zero value. Mer_username Username will be given by PayMate at registration time. This will not change unless PayMate changes it, in such case PayMate will contact you. Mer_refno Reference no is alphabetic and will be given by Paymate. This will not change unless Paymate changes it, in such case Paymate will contact you. Mobileno (OPTIONAL) Any valid mobile no all Indian country code (91) will be acceptable. Any malformed mobile number WILL NOT BE ACCEPTED. Only valid numbers from valid Indian Mobile operators will be accepted. Hence any tampering of number like 5555588888 combinations will be rejected Following is the sample code for connecting to PayMate. Please feel the required value in the value field. ======================================================================= <form name="frm1" method="post" action="https://secure.paymate.co.in/default.aspx"> <input type="hidden" name="amount" value=""> <input type="hidden" name="mer_username" value=""> <input type="hidden" name="mer_refno" value=""> <input type="hidden" name="orderid" value=""> <input type="submit" value="Submit" name="Pay"> </form> ======================================================================= this is what is mentioned in the integration kit.... somebody please tell me how i should integrate it with my osc cart
  14. Can somebody please help me to create a java categories menu for my osc store below the header the java menu should be similar to the one on this website www.futurebazaar.com (look below the header)
  15. hi... I am looking for a html live chat for my osc site... i want the chat window to pop up when the chat now button is clicked... is any free chat program available? q2-I have installed the featured product addon... how to change the background on the index page where the featured products are listed? please help
  16. After doing the manual installation on my rc1.... i have got this error... what should i do ? please help /START STS 4.1 define('BOX_MODULES_STS', 'STS'); //END STS 4.1 osCommerce Online Merchant v2.2 RC1 Administration | Online Catalog | Support Site Logged in as: administrator (Logoff) Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/comebar/public_html/admin/includes/boxes/modules.php on line 26
×
×
  • Create New...