Skip to content

Commit

Permalink
Updated Readme.md & minor changes
Browse files Browse the repository at this point in the history
Tested on Prestashop 1.6.1.24
  • Loading branch information
luciandex committed Mar 22, 2021
1 parent 23478f1 commit 5e6d342
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can also find information about the plugin here: https://paylike.io/plugins/
## Supported Prestashop versions

* The plugin has been tested with most versions of Prestashop at every iteration. We recommend using the latest version of Prestashop, but if that is not possible for some reason, test the plugin with your Prestashop version and it would probably function properly.
* Prestashop version last tested on: *1.6.1.22*
* Prestashop version last tested on: *1.6.1.24*

## Installation

Expand All @@ -23,7 +23,7 @@ Once you have installed Prestashop, follow these simple steps:
1. Signup at [paylike.io](https://paylike.io) (it’s free)
1. Create a live account
1. Create an app key for your CS-Cart website
1. Zip the paylikepayment folder.
1. Zip the paylikepayment folder (or use the zip provided).
2. Log in as administrator and upload the zip you just created under modules/add a new module (plus icon in the top right corner).
3. You will be redirected to a list that contains the Paylike plugin. Click the green button that says install, and then in the confirmation popup, click proceed with the installation.
4. You will be redirected to the settings screen where you need to add the Public and App key that you can find in your Paylike account.
Expand Down
Binary file modified paylikepayment.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion paylikepayment/paylikepayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ public function getModalForAddMoreLogo() {

public function hookHeader() {
/*if(Configuration::get('PAYLIKE_STATUS') == 'enabled' && $this->context->controller->php_self == 'order') {
$this->context->controller->addJs('https://sdk.paylike.io/3.js');
$this->context->controller->addJs('https://sdk.paylike.io/6.js');
}*/
}

Expand Down

0 comments on commit 5e6d342

Please sign in to comment.