Save
This commit is contained in:
@@ -14,11 +14,17 @@
|
||||
<span class="notification-title"><i class="material-icons"></i></span>
|
||||
*}
|
||||
<strong class="noti product-name"></strong>
|
||||
<span class="noti noti-update">{l s='The product has been updated in your shopping cart' mod='leofeature'}</span>
|
||||
<span class="noti noti-delete">{l s='The product has been removed from your shopping cart' mod='leofeature'}</span>
|
||||
<span class="noti noti-add"><strong class="noti-special"></strong> {l s='Product successfully added to your shopping cart' mod='leofeature'}</span>
|
||||
<span
|
||||
class="noti noti-update">{l s='The product has been updated in your shopping cart' mod='leofeature'}</span>
|
||||
<span
|
||||
class="noti noti-delete">{l s='The product has been removed from your shopping cart' mod='leofeature'}</span>
|
||||
<span class="noti noti-add">
|
||||
<strong class="noti-special"></strong>
|
||||
<br />
|
||||
{l s='Product successfully added to your shopping cart' mod='leofeature'}
|
||||
</span>
|
||||
<span class="notification-close">X</span>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -28,13 +34,14 @@
|
||||
{*
|
||||
<span class="notification-title"><i class="material-icons"></i></span>
|
||||
*}
|
||||
|
||||
|
||||
<span class="noti noti-update">{l s='Error updating' mod='leofeature'}</span>
|
||||
<span class="noti noti-delete">{l s='Error deleting' mod='leofeature'}</span>
|
||||
<span class="noti noti-add">{l s='Error adding. Please go to product detail page and try again' mod='leofeature'}</span>
|
||||
|
||||
<span
|
||||
class="noti noti-add">{l s='Error adding. Please go to product detail page and try again' mod='leofeature'}</span>
|
||||
|
||||
<span class="notification-close">X</span>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -44,11 +51,12 @@
|
||||
{*
|
||||
<span class="notification-title"><i class="material-icons"></i></span>
|
||||
*}
|
||||
<span class="noti noti-min">{l s='The minimum purchase order quantity for the product is' mod='leofeature'} <strong class="noti-special"></strong></span>
|
||||
<span class="noti noti-min">{l s='The minimum purchase order quantity for the product is' mod='leofeature'}
|
||||
<strong class="noti-special"></strong></span>
|
||||
<span class="noti noti-max">{l s='There are not enough products in stock' mod='leofeature'}</span>
|
||||
|
||||
|
||||
<span class="notification-close">X</span>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -59,9 +67,9 @@
|
||||
<span class="notification-title"><i class="material-icons"></i></span>
|
||||
*}
|
||||
<span class="noti noti-check">{l s='You must enter a quantity' mod='leofeature'}</span>
|
||||
|
||||
|
||||
<span class="notification-close">X</span>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user