How i can integrate merchant payment get way in zen cart?
in php?
plz help me
Answer / asish kumar khuntia (mithu)
First of all u create a marchant account in paypal or
Authorize.net
u go to Admin then to go payment
choose ur appropreate marchant account and
give information to right hand side.
| Is This Answer Correct ? | 7 Yes | 1 No |
What is the use of post in php?
when will be syndicate bank written exam ? i need the date of exam
What is form submission?
What is apache and php?
Why should I learn php?
What is member variable?
What are soundex() and metaphone() functions in php?
What are the php variables?
What is the basic function to search files for lines (or other units of text) that contain a pattern.
How can you get web browser’s details using PHP?
my english is not too good then what we apply for a php programer post
Write a function that takes "depth" as argument and return sum of node's data of that depth. For instance, (0) depth 0 / \ (10) (20) depth 1 / \ (40) (50) depth2 If I pass get_sum_by_depth(2) , it would return 90 (i.e. 40 + 50 )