| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/themes/Honeygrid/html/system/ |
Upload File : |
{load_language_text section="gift_cart" name="gift"}
<div id="gift-coupon-block">
{block name="snippets_shopping_cart_button_redeemgiftcouponcode"}
<div class="gift-coupon-code-entry">
<div class="input-group">
<input
form="redeem-gift-coupon-code"
type="text"
class="form-control gift-coupon-code-input"
name="gift-coupon-code"
id="gift-coupon-code"
placeholder="{$gift.text_code}"
><span class="input-group-btn"><button
form="redeem-gift-coupon-code"
class="btn extform"
type="submit"
id="gift-coupon-code-submit">{$button.redeem}</button></span>
</div>
</div>
{if $content_data.GV_AMOUNT}
<div class="gv-amount">
<div class="gv-amount-toggleuse">
{if !isset($smarty.session.cot_gv) || $smarty.session.cot_gv === true}
<a class="toggleusebalance" href="{$content_data.GV_LINK_DONOTUSEBALANCE}"><input type="checkbox" name="gv_use_balance" value="1" checked></a>
{$gift.usebalance} ({$content_data.GV_AMOUNT|trim})
{else}
<a class="toggleusebalance" href="{$content_data.GV_LINK_USEBALANCE}"><input type="checkbox" name="gv_use_balance" value="1"></a>
{$gift.usebalance} ({$content_data.GV_AMOUNT|trim})
{/if}
</div>
<div class="gv-amount-send-to-friend">
{$gift.send_to_friend_intro} <a href="{$content_data.GV_SEND_TO_FRIEND_LINK}">{$gift.send_to_friend_link}</a>
</div>
</div>
{/if}
{/block}
</div>