Skip to content

Commit

Permalink
Merge pull request #1 from ionutcalara/master
Browse files Browse the repository at this point in the history
Add marketplace files
  • Loading branch information
ionutcalara authored Jun 21, 2019
2 parents 14178d4 + 5725a07 commit 7e3abaf
Show file tree
Hide file tree
Showing 8 changed files with 96 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ logs
.idea
.env
.env.production
vendor
vendor
paylikepayment/build.sh
paylikepayment/builds
33 changes: 33 additions & 0 deletions .tbstore/configuration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
module_name: Paylike
compatible_versions: 1.0.0+
author: derikon
category: payment
tags:
- paylike
- paylike.io
- Paylike payment provider
- Accept online payments
- Online payments
- Easy implementation
- Easy setup
- Paylike for merchants
- Visa
- Mastercard
- Google Pay
- Apple Pay
- Paylike plugin
- Plugin

description_short: Install the Paylike plugin for Thirty bees and start accepting online payments on your website in just a matter of minutes! Free multi-language support.
description: description.md
images:
- image-1.png
- image-2.png
- image-3.png
license: MIT
php_version:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
22 changes: 22 additions & 0 deletions .tbstore/description.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#Thirty bees plugin for Paylike

Install the Paylike plugin for Thirty bees and start accepting online payments on your website in just minutes!

While using Paylike, you can accept the most widely used payment methods across the world and in Europe: Visa, Mastercard, Apple Pay and Google Pay.

##Paylike features:
* 3-D Secure out of the box
* Custom payment form
* You can bill your customers in any currency
* 13 settlement currencies
* Weekly payouts
* 1.35 % + EUR 0.25 per transaction
* Special pricing for enterprise and restricted businesses
* Recurring / Subscriptions
* Free multi-language support

Countries supported by Paylike: [https://paylike.io/account/countries](https://paylike.io/account/countries).

With Paylike and Thirty bees, eCommerce is made easy, as you do not need to be a technical person or a developer in order to implement our plugin.

Read more about implementation here: [https://github.com/paylike/plugin-thirtybees](https://github.com/paylike/plugin-thirtybees).
Binary file added .tbstore/images/image-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .tbstore/images/image-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .tbstore/images/image-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions paylikepayment/views/templates/hook/payment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
amount: amount,
title: popup_title,
description: popup_description,
locale: locale,
custom: {
orderId: id_cart,
products: products,
Expand All @@ -60,11 +61,11 @@
address: address,
customerIp: ip
},
platform:{
platform: {
version: platform_version,
name: ecommerce
},
ecommerce:{
ecommerce: {
version: platform_version,
name: ecommerce
},
Expand Down Expand Up @@ -111,8 +112,8 @@
margin-top: 10px;
" onclick="pay();">
<input style="float:left;" id="paylike-btn" type="image" name="submit"
src="{$this_path_paylike}logo.png" alt=""
style="vertical-align: middle; margin-right: 10px; width:57px; height:57px;"/>
src="{$this_path_paylike}logo.png" alt=""
style="vertical-align: middle; margin-right: 10px; width:57px; height:57px;"/>
<div style="float:left; margin-left:10px;">
<span style="margin-right: 10px;">{l s={$payment_method_title} mod='paylikepayment'}</span>
<span>
Expand Down
33 changes: 33 additions & 0 deletions tbstore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
module_name: Paylike
compatible_versions: 1.0.0+
author: derikon
category: payment
tags:
- paylike
- paylike.io
- Paylike payment provider
- Accept online payments
- Online payments
- Easy implementation
- Easy setup
- Paylike for merchants
- Visa
- Mastercard
- Google Pay
- Apple Pay
- Paylike plugin
- Plugin

description_short: Install the Paylike plugin for Thirty bees and start accepting online payments on your website in just a matter of minutes! Free multi-language support.
description: description.md
images:
- image-1.png
- image-2.png
- image-3.png
license: MIT
php_version:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2

0 comments on commit 7e3abaf

Please sign in to comment.