Dear Jerome,
Thank you for your insightful reply.
As you say, may I zip the directory "plg_hikashoppayment_collectondelivery" as :
and install duplicate "plg_hikashoppayment_collectondelivery" to Joomla website through "extension manager"?
Then, try to modify the included files as:
Are the above steps correct?
If yes, then, since there are four php files, Which php file should I add additional code into?
EZSHIP offers an API : "
www.ezship.com.tw/emap/rv_request_web.jsp
" and uses the method "post".
Their API requires the following parameters:
- su_id = shop owner's ezShip account
- order_id = order ID
- rturl = return url
- rv_name = customer's name
- rv_email = customer's email
- rv_mobil = customer's mobile phone number
- rv_amount = 2000 or 0.
(If customer will pay at the convenient store, then rv_amount=2000;
if customer will not pay at the convenient store, then rv_amount=0.)
- webtemp = Some other parameters required by Hikashop web application for logic handling.
I wonder what are the corresponding parameters of Hikashop side?
What are the return URL and webtemp for Hikashop? I am confused.
My most appreciation.