This extension allows PrestaShop to use the Heartland Payment Systems Gateway. All card data is tokenized using Heartland's SecureSubmit product.
This plugin works with PrestaShop 1.7. For 1.6 and below, see https://github.com/hps/heartland-prestashop-plugin.
To install secureSubmit for PrestaShop 1.7 follow these steps:
- Download and extract the files in this repo
- Rename the folder containing the plugin from heartland-prestaShop-1.7-plugin to secureSubmit
- Compress/zip the folder.
- In your PrestaShop back office, navigate to "Modules & Services" under the Modules tab in the sidebar to the left.
- Click the "Upload a module" button at the top of the page, drag and drop secureSubmit.zip into the window or locate using the file browser.
- You should see a success message at this point and a link to configure the plugin, follow the link to add your API keys.
Once the plugin is installed and configured with your API keys, secureSubmit will appear on the customer's order screen as an option to pay. You're done!
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request