Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
C. Proske committed Feb 11, 2019
1 parent df32e93 commit 8268033
Show file tree
Hide file tree
Showing 32 changed files with 775 additions and 385 deletions.
100 changes: 57 additions & 43 deletions info.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<jtlshop3plugin>
<Name>mollie</Name>
<Description>Zahlungsartplugin für mollie.com</Description>
<Description>Zahlungsartplugin für mollie.com</Description>
<Author>WebStollen</Author>
<URL>http://www.webstollen.de/</URL>
<XMLVersion>102</XMLVersion>
<PluginID>ws_mollie</PluginID>
<Shop4Version>405</Shop4Version>
<Install>
<Version nr="100">
<CreateDate>2017-12-18</CreateDate>
<SQL>100.sql</SQL>
<CreateDate>2019-02-11</CreateDate>
</Version>
<Hooks>
<Hook id="131">131_globalinclude.php</Hook>
Expand All @@ -26,50 +27,49 @@
<Name>Zahlungsarten</Name>
<Filename>paymentmethods.php</Filename>
</Customlink>

<Customlink sort="999">
<Name>Info</Name>
<Filename>info.php</Filename>
</Customlink>
<Settingslink sort="998">
<Name>Einstellungen</Name>
<Setting type="text" initialValue="" sort="10" conf="Y">
<Name>API Key:</Name>
<Description>Füge hier deinen mollie API Key ein</Description>
<Description>Füge hier deinen mollie API Key ein</Description>
<ValueName>api_key</ValueName>
</Setting>
<Setting type="selectbox" initialValue="S" sort="20" conf="Y">
<Name>Zahlungsart Daten syncronisiernen</Name>
<Description>Lädt Name / Bild für die jeweilige Sprache automatisch von mollie, und speichert diese
in der Datenbank
</Description>
<Description>Lädt Name / Bild für die jeweilige Sprache automatisch von mollie, und speichert diese&#xA; in der Datenbank&#xA; </Description>
<ValueName>paymentmethod_sync</ValueName>
<SelectboxOptions>
<Option value="N" sort="1">Nein</Option>
<Option value="size1x" sort="2">Ja, Bildgröße 1x</Option>
<Option value="size2x" sort="3">Ja, Bildgröße 2x</Option>
<Option value="svg" sort="4">Ja, Bild SVG</Option>
<Option value="N" sort="1"><![CDATA[Nein]]></Option>
<Option value="size1x" sort="2"><![CDATA[Ja, Bildgröße 1x]]></Option>
<Option value="size2x" sort="3"><![CDATA[Ja, Bildgröße 2x]]></Option>
<Option value="svg" sort="4"><![CDATA[Ja, Bild SVG]]></Option>
</SelectboxOptions>
</Setting>
<Setting type="selectbox" initialValue="N" sort="30" conf="Y">
<Name>Checkout Styles laden</Name>
<Description>Lädt Stylesheets für das Evo Template, um den Checkout zu verschönern.</Description>
<Description>Lädt Stylesheets für das Evo Template, um den Checkout zu verschönern.</Description>
<ValueName>load_styles</ValueName>
<SelectboxOptions>
<Option value="N" sort="1">Nein</Option>
<Option value="Y" sort="2">Ja, nur Mollie</Option>
<Option value="A" sort="3">Ja, alle</Option>
<Option value="N" sort="1"><![CDATA[Nein]]></Option>
<Option value="Y" sort="2"><![CDATA[Ja, nur Mollie]]></Option>
<Option value="A" sort="3"><![CDATA[Ja, alle]]></Option>
</SelectboxOptions>
</Setting>
</Settingslink>
<Customlink sort="999">
<Name>Info</Name>
<Filename>info.php</Filename>
</Customlink>
</Adminmenu>
<PaymentMethod>
<Method>
<Name>mollie</Name>
<PictureURL></PictureURL>
<Sort>1</Sort>
<SendMail>0</SendMail>
<Provider>mollie.com</Provider>
<TSCode>OTHER</TSCode>
<PreOrder>0</PreOrder>
<Soap>0</Soap>
<Curl>1</Curl>
<Sockets>0</Sockets>
Expand All @@ -82,13 +82,14 @@
<InfoText>Bezahlen Sie bequem mit verschiedenen Zahlungsmethoden.</InfoText>
</MethodLanguage>
</Method>

<Method>
<Name>mollie Kreditkarte</Name>
<PictureURL></PictureURL>
<Sort>2</Sort>
<SendMail>0</SendMail>
<Provider>mollie.com</Provider>
<TSCode>CREDIT_CARD</TSCode>
<PreOrder>0</PreOrder>
<Soap>0</Soap>
<Curl>1</Curl>
<Sockets>0</Sockets>
Expand All @@ -101,13 +102,14 @@
<InfoText>Bezahlen Sie bequem mit Kreditkarte.</InfoText>
</MethodLanguage>
</Method>

<Method>
<Name>mollie Bitcoin</Name>
<PictureURL></PictureURL>
<Sort>3</Sort>
<SendMail>0</SendMail>
<Provider>mollie.com</Provider>
<TSCode>OTHER</TSCode>
<PreOrder>0</PreOrder>
<Soap>0</Soap>
<Curl>1</Curl>
<Sockets>0</Sockets>
Expand All @@ -120,13 +122,14 @@
<InfoText>Bezahlen Sie bequem mit Bitcoins.</InfoText>
</MethodLanguage>
</Method>

<Method>
<Name>mollie Bancontact</Name>
<PictureURL></PictureURL>
<Sort>4</Sort>
<SendMail>0</SendMail>
<Provider>mollie.com</Provider>
<TSCode>OTHER</TSCode>
<PreOrder>0</PreOrder>
<Soap>0</Soap>
<Curl>1</Curl>
<Sockets>0</Sockets>
Expand All @@ -139,51 +142,54 @@
<InfoText>Bezahlen Sie bequem mit Bancontact.</InfoText>
</MethodLanguage>
</Method>

<Method>
<Name>mollie Banktransfer</Name>
<PictureURL></PictureURL>
<Sort>5</Sort>
<SendMail>0</SendMail>
<Provider>mollie.com</Provider>
<TSCode>OTHER</TSCode>
<PreOrder>0</PreOrder>
<Soap>0</Soap>
<Curl>1</Curl>
<Sockets>0</Sockets>
<ClassFile>JTLMollieBanktransfer.php</ClassFile>
<ClassName>JTLMollieBanktransfer</ClassName>
<TemplateFile>tpl/bestellabschluss.tpl</TemplateFile>
<MethodLanguage iso="GER">
<Name>SEPA Überweisung</Name>
<Name>SEPA Überweisung</Name>
<ChargeName>mollie</ChargeName>
<InfoText>Bezahlen Sie bequem mit SEPA Überweisung.</InfoText>
<InfoText>Bezahlen Sie bequem mit SEPA Überweisung.</InfoText>
</MethodLanguage>
</Method>

<Method>
<Name>mollie Belfius</Name>
<PictureURL></PictureURL>
<Sort>6</Sort>
<SendMail>0</SendMail>
<Provider>mollie.com</Provider>
<TSCode>OTHER</TSCode>
<PreOrder>0</PreOrder>
<Soap>0</Soap>
<Curl>1</Curl>
<Sockets>0</Sockets>
<ClassFile>JTLMollieBelfius.php</ClassFile>
<ClassName>JTLMollieBelfius</ClassName>
<TemplateFile>tpl/bestellabschluss.tpl</TemplateFile>
<MethodLanguage iso="GER">
<Name>SEPA Überweisung</Name>
<Name>SEPA Überweisung</Name>
<ChargeName>mollie</ChargeName>
<InfoText>Bezahlen Sie bequem mit Belfius.</InfoText>
</MethodLanguage>
</Method>

<Method>
<Name>mollie DirectDebit</Name>
<PictureURL></PictureURL>
<Sort>7</Sort>
<SendMail>0</SendMail>
<Provider>mollie.com</Provider>
<TSCode>DIRECT_DEBIT</TSCode>
<PreOrder>0</PreOrder>
<Soap>0</Soap>
<Curl>1</Curl>
<Sockets>0</Sockets>
Expand All @@ -196,13 +202,14 @@
<InfoText>Bezahlen Sie bequem mit SEPA Lastschrift.</InfoText>
</MethodLanguage>
</Method>

<Method>
<Name>mollie EPS</Name>
<PictureURL></PictureURL>
<Sort>2</Sort>
<SendMail>0</SendMail>
<Provider>mollie.com</Provider>
<TSCode>OTHER</TSCode>
<PreOrder>0</PreOrder>
<Soap>0</Soap>
<Curl>1</Curl>
<Sockets>0</Sockets>
Expand All @@ -215,13 +222,14 @@
<InfoText>Bezahlen Sie bequem mit EPS.</InfoText>
</MethodLanguage>
</Method>

<Method>
<Name>mollie Giftcard</Name>
<PictureURL></PictureURL>
<Sort>8</Sort>
<SendMail>0</SendMail>
<Provider>mollie.com</Provider>
<TSCode>OTHER</TSCode>
<PreOrder>0</PreOrder>
<Soap>0</Soap>
<Curl>1</Curl>
<Sockets>0</Sockets>
Expand All @@ -234,13 +242,14 @@
<InfoText>Bezahlen Sie bequem mit Gift cards.</InfoText>
</MethodLanguage>
</Method>

<Method>
<Name>mollie Giropay</Name>
<PictureURL></PictureURL>
<Sort>9</Sort>
<SendMail>0</SendMail>
<Provider>mollie.com</Provider>
<TSCode>GIROPAY</TSCode>
<PreOrder>0</PreOrder>
<Soap>0</Soap>
<Curl>1</Curl>
<Sockets>0</Sockets>
Expand All @@ -253,13 +262,14 @@
<InfoText>Bezahlen Sie bequem mit Giropay.</InfoText>
</MethodLanguage>
</Method>

<Method>
<Name>mollie iDEAL</Name>
<PictureURL></PictureURL>
<Sort>10</Sort>
<SendMail>0</SendMail>
<Provider>mollie.com</Provider>
<TSCode>OTHER</TSCode>
<PreOrder>0</PreOrder>
<Soap>0</Soap>
<Curl>1</Curl>
<Sockets>0</Sockets>
Expand All @@ -272,13 +282,14 @@
<InfoText>Bezahlen Sie bequem mit iDEAL.</InfoText>
</MethodLanguage>
</Method>

<Method>
<Name>mollie ING HomePay</Name>
<PictureURL></PictureURL>
<Sort>11</Sort>
<SendMail>0</SendMail>
<Provider>mollie.com</Provider>
<TSCode>OTHER</TSCode>
<PreOrder>0</PreOrder>
<Soap>0</Soap>
<Curl>1</Curl>
<Sockets>0</Sockets>
Expand All @@ -291,13 +302,14 @@
<InfoText>Bezahlen Sie bequem mit ING HomePay.</InfoText>
</MethodLanguage>
</Method>

<Method>
<Name>mollie KBC</Name>
<PictureURL></PictureURL>
<Sort>12</Sort>
<SendMail>0</SendMail>
<Provider>mollie.com</Provider>
<TSCode>OTHER</TSCode>
<PreOrder>0</PreOrder>
<Soap>0</Soap>
<Curl>1</Curl>
<Sockets>0</Sockets>
Expand All @@ -310,13 +322,14 @@
<InfoText>Bezahlen Sie bequem mit KBC.</InfoText>
</MethodLanguage>
</Method>

<Method>
<Name>mollie PayPal</Name>
<PictureURL></PictureURL>
<Sort>13</Sort>
<SendMail>0</SendMail>
<Provider>mollie.com</Provider>
<TSCode>PAYPAL</TSCode>
<PreOrder>0</PreOrder>
<Soap>0</Soap>
<Curl>1</Curl>
<Sockets>0</Sockets>
Expand All @@ -329,13 +342,14 @@
<InfoText>Bezahlen Sie bequem mit PayPal.</InfoText>
</MethodLanguage>
</Method>

<Method>
<Name>mollie paysafecard</Name>
<PictureURL></PictureURL>
<Sort>14</Sort>
<SendMail>0</SendMail>
<Provider>mollie.com</Provider>
<TSCode>OTHER</TSCode>
<PreOrder>0</PreOrder>
<Soap>0</Soap>
<Curl>1</Curl>
<Sockets>0</Sockets>
Expand All @@ -348,13 +362,14 @@
<InfoText>Bezahlen Sie bequem mit paysafecard.</InfoText>
</MethodLanguage>
</Method>

<Method>
<Name>mollie SOFORT</Name>
<PictureURL></PictureURL>
<Sort>15</Sort>
<SendMail>0</SendMail>
<Provider>mollie.com</Provider>
<TSCode>DIRECT_E_BANKING</TSCode>
<PreOrder>0</PreOrder>
<Soap>0</Soap>
<Curl>1</Curl>
<Sockets>0</Sockets>
Expand All @@ -367,13 +382,14 @@
<InfoText>Bezahlen Sie bequem mit SOFORT.</InfoText>
</MethodLanguage>
</Method>

<Method>
<Name>mollie Klarna Pay Later</Name>
<PictureURL></PictureURL>
<Sort>16</Sort>
<SendMail>0</SendMail>
<Provider>mollie.com</Provider>
<TSCode>INVOICE</TSCode>
<PreOrder>0</PreOrder>
<Soap>0</Soap>
<Curl>1</Curl>
<Sockets>0</Sockets>
Expand All @@ -386,13 +402,14 @@
<InfoText>Bezahlen Sie bequem mit Klarna Pay Later.</InfoText>
</MethodLanguage>
</Method>

<Method>
<Name>mollie Klarna Slice It</Name>
<PictureURL></PictureURL>
<Sort>17</Sort>
<SendMail>0</SendMail>
<Provider>mollie.com</Provider>
<TSCode>FINANCING</TSCode>
<PreOrder>0</PreOrder>
<Soap>0</Soap>
<Curl>1</Curl>
<Sockets>0</Sockets>
Expand All @@ -405,9 +422,6 @@
<InfoText>Bezahlen Sie bequem mit Klarna Slice It.</InfoText>
</MethodLanguage>
</Method>


</PaymentMethod>
</Install>
<Shop4Version>405</Shop4Version>
</jtlshop3plugin>
</jtlshop3plugin>
Loading

0 comments on commit 8268033

Please sign in to comment.