| Zeile 1... |
Zeile 1... |
| 1 |
{include file="header.tpl"}
|
1 |
{include file="header.tpl"}
|
| 2 |
{include file="order_filter.tpl"}
|
2 |
{include file="order_filter.tpl"}
|
| 3 |
<!-- $Id: single_order.tpl 2357 2018-10-03 17:29:35Z lars $ BEGIN -->
|
3 |
<!-- $Id: single_order.tpl 2359 2018-10-03 17:35:06Z lars $ BEGIN -->
|
| 4 |
<link rel="stylesheet" href="/backend/css/bestellung.css" />
|
4 |
<link rel="stylesheet" href="/backend/css/bestellung.css" />
|
| 5 |
<script src="/backend/js/common.js"></script>
|
5 |
<script src="/backend/js/common.js"></script>
|
| 6 |
<script>
|
6 |
<script>
|
| 7 |
$(function(){
|
7 |
$(function(){
|
| 8 |
{if $order.kk_info.anbieter=="Amazon"}
|
8 |
{if $order.kk_info.anbieter=="Amazon"}
|
| Zeile 1731... |
Zeile 1731... |
| 1731 |
url : "/marketing/gutscheine.php",
|
1731 |
url : "/marketing/gutscheine.php",
|
| 1732 |
data: data
|
1732 |
data: data
|
| 1733 |
}).done(function(gutscheinID){
|
1733 |
}).done(function(gutscheinID){
|
| 1734 |
{if $site==$site_full}
|
1734 |
{if $site==$site_full}
|
| 1735 |
{if isset($user_rechte.Warenwirtschaft.bestellung.html_editor)}
|
1735 |
{if isset($user_rechte.Warenwirtschaft.bestellung.html_editor)}
|
| 1736 |
$("#bemerkung_ifr").contents().find('#tinymce').html("Guschein erstellt und gemailt am {$smarty.now|date_format:'d.m.Y'} um {$smarty.now|date_format:'H:i'} durch {$smarty.session.uname}\n");
|
1736 |
$("#bemerkung_ifr").contents().find('#tinymce').html("Guschein erstellt und gemailt am {$smarty.now|date_format:'d.m.Y'} um {$smarty.now|date_format:'H:i'} durch {$smarty.session.user_data.uname}\n");
|
| 1737 |
{else}
|
1737 |
{else}
|
| 1738 |
$('#bemerkung').html("Guschein erstellt und gemailt am {$smarty.now|date_format:'d.m.Y'} um {$smarty.now|date_format:'H:i'} durch {$smarty.session.uname}\n");
|
1738 |
$('#bemerkung').html("Guschein erstellt und gemailt am {$smarty.now|date_format:'d.m.Y'} um {$smarty.now|date_format:'H:i'} durch {$smarty.session.user_data.uname}\n");
|
| 1739 |
{/if}
|
1739 |
{/if}
|
| 1740 |
var data = [];
|
1740 |
var data = [];
|
| 1741 |
var mailto;
|
1741 |
var mailto;
|
| 1742 |
mailto= "{$order.E_Mail}";
|
1742 |
mailto= "{$order.E_Mail}";
|
| 1743 |
//data.push({ name: "action", value: "Gutscheinversand" });
|
1743 |
//data.push({ name: "action", value: "Gutscheinversand" });
|
| Zeile 1777... |
Zeile 1777... |
| 1777 |
{/if}
|
1777 |
{/if}
|
| 1778 |
{/if}
|
1778 |
{/if}
|
| 1779 |
{if isset($user_rechte.Warenwirtschaft.bestellung.online_retoure)}
|
1779 |
{if isset($user_rechte.Warenwirtschaft.bestellung.online_retoure)}
|
| 1780 |
{foreach $logistiker_retoure as $row}
|
1780 |
{foreach $logistiker_retoure as $row}
|
| 1781 |
{if $row.returnlink}
|
1781 |
{if $row.returnlink}
|
| 1782 |
<input type="button" onclick="window.open('{$row.returnlink}');$('#bemerkung').append('{$row.kname} ONLINE-Retoure am {$smarty.now|date_format:'d.m.Y'} um {$smarty.now|date_format:'H:i'} durch {$smarty.session.uname}\n');$('#cur').click();return false;" value="{$row.kname} ONLINE Retoure"/>
|
1782 |
<input type="button" onclick="window.open('{$row.returnlink}');$('#bemerkung').append('{$row.kname} ONLINE-Retoure am {$smarty.now|date_format:'d.m.Y'} um {$smarty.now|date_format:'H:i'} durch {$smarty.session.user_data.uname}\n');$('#cur').click();return false;" value="{$row.kname} ONLINE Retoure"/>
|
| 1783 |
{/if}
|
1783 |
{/if}
|
| 1784 |
{/foreach}
|
1784 |
{/foreach}
|
| 1785 |
{/if}
|
1785 |
{/if}
|
| 1786 |
</div>
|
1786 |
</div>
|
| 1787 |
<div style="clear:both;float:none;"> </div>
|
1787 |
<div style="clear:both;float:none;"> </div>
|
| Zeile 2297... |
Zeile 2297... |
| 2297 |
{/if}
|
2297 |
{/if}
|
| 2298 |
</table>
|
2298 |
</table>
|
| 2299 |
<input type="hidden" name="shops_id" value="{$order.shops_ID}" />
|
2299 |
<input type="hidden" name="shops_id" value="{$order.shops_ID}" />
|
| 2300 |
</form>
|
2300 |
</form>
|
| 2301 |
</div>
|
2301 |
</div>
|
| 2302 |
<!-- $Id: single_order.tpl 2357 2018-10-03 17:29:35Z lars $ END -->
|
2302 |
<!-- $Id: single_order.tpl 2359 2018-10-03 17:35:06Z lars $ END -->
|
| 2303 |
{include file="footer.tpl"}^
|
2303 |
{include file="footer.tpl"}^
|