Interfax Web Service is an extension for faxing messages using Interfax service provider.
Go to MarketplaceInterfax Web Service is an extension for faxing messages. It uses Interfax services provider to create text documents and transmit them to your fax machine. To send a fax message to a given fax number, the extension uses standard Magento email templates. The text of your fax document will be identical to your email template text.
Interfax Web Service extension has got 3 trigger events for sending a fax message:
The first step in using Interfax Web Service is setting up an Interfax service provider by registering at www.interfax.net. The email and password obtained during registration will be used for authorization at the service provider website when sending a fax message. An administrator will enter your email and password into the extension settings in the backend panel of your website. You will also need to specify the fax number all the messages shall be sent to.
The administrator may enable or disable sending faxes in response to certain events. For example, you may opt to use the extension to get fax messages only when new orders are created in your shop.
In SSH console of your server navigate to your store root folder:
cd /path/to/store/root/folder
Enable Interfax Web Service extension:
php bin/magento module:enable MageKey_FaxEvents -c
Upgrade magento system to apply Interfax Web Service extension:
php -f bin/magento setup:upgrade
Deploy static view files:
php -f bin/magento setup:static-content:deploy
Interfax Web Service is an extension for faxing messages. It uses Interfax services provider to create text documents and transmit them to your fax machine. To send a fax message to a given fax number, the extension uses standard Magento email templates. The text of your fax document will be identical to your email template text.
Interfax Web Service extension has got 3 trigger events for sending a fax message:
Interfax Web Service introduces a configuration section under Marketing > Interfax Web Service menu. The extension comes with 1 section: Configuration
To set up the Interfax Web Service extension navigate to Marketing > Interfax Web Service > Configuration section.
The Configuration screen is represented with four settings blocks: General Settings, Provider, Events, Logging.
Interfax Web Service uses Interfax services provider to create text documents and transmit them to your fax machine.
Interfax Web Service extension has got 3 trigger events for sending a fax message:
This section describe how to faxing your messages to your fax machine.
Navigate to Magento contact form. By default Magento contact form located under www.yoursite.url/contact
Fill the form and click Submit button
Navigate to Create Account section. By default this page located under www.yoursite.url/customer/account/create
Fill the form and click Create an Account button
This event triggered when your customer place new order in your store.