Forum Replies Created
- AuthorPosts
-
Thanks again.
I need to have authorize.net loginid and transaction key in theme function function.
Is there any way to do this?.
In your plugin code you have
gatewayOptions[‘GwLoginId’]
gatewayOptions[‘GwTransactionKey’]
but i guess i can’t access these directly in my theme function.phpThis reply has been marked as private.This reply has been marked as private.Thanks
that would be great. Any idea when you will be able to add new hooks?.
Actually i am planning to use authorize.net transaction id for CIM.
In your pluggin wp_wppizza_orders.transaction_id contains authorize.net transaction id, correct?.
When authorize.net sends respose to your ipn.php file, is there any way to get transaction id without modifying your plugin?.Well my customer wants to have SIM but at the same time add CIM so that it helps in both online and offline orders.
Are you suggesting that we should only use CIM?.
I know your plugin works on SIM, could you suggest hooks/filters that we can use?1. user goes to site and places online order. makes online payment through Authorize.net gateway.
2. Once the payment is successful, the credit card details along with customer name is logged into authorize.net CIM
3. In future if the same customer makes a phone call to order, pizza company guy can log into authorize.net CIM and use the information to process the payment. this saves them from taking the card details of the user again. This process won’t be using wordpress. They only want me store the data in authorize.net CIM for future use, rest of the process will be handled by them manually.
I hope this clears the requirement.Thanks for replying.
As sometimes the clients (client of my client) receive orders on phone too.
When customer place online order, the order is processed and at the same time credit card information along with name is stored in Authorize.net CIM.
This will be done so that when the same customer places offline order there will be no need to ask for card details again. - AuthorPosts