{check_auth context="admin" roles="ADMIN" permissions="admin.coupon.view" login_tpl="/admin/login"} {$page_title={intl l='Coupon'}} {$thelia_page_css_file = "assets/bootstrap-editable/css/bootstrap-editable.css"} {include file='includes/header.inc.html'}
{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/js.inc.html'} {javascripts file='../assets/bootstrap-editable/js/bootstrap-editable.js'} {/javascripts} {include file='includes/footer.inc.html'}