1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-04 13:47:45 +00:00
Havana/tools/www-tpl/default/homes/store/purchase_confirm.tpl

22 lines
526 B
Smarty
Raw Normal View History

2022-09-03 15:05:14 +10:00
<div class="webstore-item-preview {{ product.getCssClass() }}">
<div class="webstore-item-mask">
</div>
</div>
{% if noCredits %}
<p>
You do not have enough credits to purchase this</p>
<div class="clear"></div>
{% else %}
<p>
Are you sure you want to purchase this product?</p>
<p class="new-buttons">
<a href="#" class="new-button" id="webstore-confirm-cancel"><b>Cancel</b><i></i></a>
<a href="#" class="new-button" id="webstore-confirm-submit"><b>Continue</b><i></i></a>
</p>
<div class="clear"></div>
{% endif %}