Integration of Miles and More with authorize.net

  • Posts: 1
  • Thank you received: 0
11 years 1 month ago #154540

-- url of the page with the problem -- : mywebsite.com/mypage
-- HikaShop version -- : x.x.x
-- Joomla version -- : x.x
-- PHP version -- : x.x.x
-- Browser(s) name and version -- : XXXXX x.x.x
-- Error-message(debug-mod must be tuned on) -- : Error_message
url - demo.php.otssolutions.com/hikashop_new/
Hi ,
I am newin Hiskashop as well as joomla . My client need to integrated mile and more plugin with his currently hikashop product . following payment methods are required
1) By Only Cadit Card
2) By Partial Card and Partial Miles
3) By Miles Only

I am success in doing traction with all method . But while Miles Only payment method used customer receipt and Vendor mail not working. I am not able not catch the flow of checkout method . also don't know the method that send customer receipt email and vendor email . I want to know which method send these two email. I also want to change these templates .
following are attachement
1) Customer Receipt email
2) Vendor Email
3) authorize.php

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 83933
  • Thank you received: 13588
  • MODERATOR
11 years 1 month ago #154607

Hi,

1. What do you mean by "catching the flow of the checkout method" ? You want to add a payment method to the payment method selection interface of the checkout ? In that case, it would be best to create a new payment plugin for that. Or have two instances of the payment method with different settings.

2. The customer receipt (I believe that you mean by that the order creation notification) is sent by several things. First the save function of the file administrator/components/com_hikashop/classes/order.php calls the loadOrderNotification function in that same file, which uses the functions of the file mail.php in the same folder in order to load the email data from the database and from the files of the email in the folder media/com_hikashop/mail. Then, the email is sent by HikaShop via the function sendMail of the same mail.php file which then calls the Joomla library in order to send the email via your email server.
For the vendor email, it's almost the same.

3. The templates of the emails are stored in media/com_hikashop/mail.

Please Log in or Create an account to join the conversation.

Time to create page: 0.086 seconds
Powered by Kunena Forum