{extends file="admin-layout.tpl"} {block name="check-permissions"}admin.coupon.view{/block} {block name="page-title"}{intl l='Coupon'}{/block} {block name="main-content"}
{loop type="coupon" name="read_coupon" id=1 backend_context="true"}
{if #IS_ENABLED}{else}This coupon is disabled, you can enable to the bottom of this form.{/if}
Code #CODE
Title #TITLE
Expiration date EXPIRATION_DATE
Usage left {if #USAGE_LEFT} #USAGE_LEFT {else} 0 {/if}
#SHORT_DESCRIPTION
#DESCRIPTION
{if #IS_CUMULATIVE} {intl l="May be cumulative"} {else} {intl l="Can't be cumulative"} {/if}
{if #IS_REMOVING_POSTAGE} {intl l="Will remove postage"} {else} {intl l="Won't remove postage"} {/if}
Amount #AMOUNT
Conditions of application
  • Total cart supperior to 400 €
  • OR
  • At least 4 products
Actions Edit Enabled
{/loop}
{include file='includes/confirmation-modal.html' id="enable" message="{intl l='Do you really want to enable this element ?'}"} {/block} {block name="javascript-initialization"} {javascripts file='assets/js/main.js'} {/javascripts} {javascripts file='assets/bootstrap-editable/js/bootstrap-editable.js'} {/javascripts} {/block}