Skip to content

Commit

Permalink
Merge pull request #26 from PAYONE-GmbH/OXID-104-Fixes
Browse files Browse the repository at this point in the history
 OXID-157: Fixed Supportlink
  • Loading branch information
Florian Bender authored Nov 13, 2017
2 parents 641d0f2 + 934b68e commit 9e8bdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/tpl/fcpayone_support_main.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[{assign var="readonly" value=""}]
[{/if}]

<a id="fcPayoneLink" style="display: block; background-color: #888888; color: white;padding: 5px;width: 180px;" href="https://www.payone.de/shopplugins/oxid/support.html?integratorid=[{$oView->fcpoGetIntegratorId()}]&integratorver=[{$edition}][{$version}]&integratorextver=[{$oView->fcpoGetVersion()}]&mid=[{$oView->fcpoGetMerchantId()}]" target="_blank">Support-Fenster &ouml;ffnen</a>
<a id="fcPayoneLink" style="display: block; background-color: #888888; color: white;padding: 5px;width: 180px;" href="https://www.payone.com/shopplugins/oxid/support/?tx_powermail_pi1[field][mid]=[{$oView->fcpoGetMerchantId()}]" target="_blank">Support-Fenster &ouml;ffnen</a>

[{oxscript add="window.open(top.basefrm.edit.document.getElementById( "fcPayoneLink" ).href);"}]

Expand Down

0 comments on commit 9e8bdf9

Please sign in to comment.