Files
interblue.pl/modules/onepagecheckoutps/views/templates/front/steps/review.tpl
2024-10-25 14:16:28 +02:00

22 lines
866 B
Smarty

{*
* We offer the best and most useful modules PrestaShop and modifications for your online store.
*
* We are experts and professionals in PrestaShop
*
* @author PresTeamShop.com <support@presteamshop.com>
* @copyright 2011-2017 PresTeamShop
* @license see file: LICENSE.txt
* @category PrestaShop
* @category Module
*}
{if !$register_customer}
<div id="onepagecheckoutps_step_review_container" class="{$classes|escape:'htmlall':'UTF-8'}">
<div class="loading_small"><i class="fa-pts fa-pts-spin fa-pts-refresh fa-pts-2x"></i></div>
<h5 class="onepagecheckoutps_p_step onepagecheckoutps_p_step_four">
<i class="fa-pts fa-pts-check fa-pts-2x"></i>
{l s='Order Summary' mod='onepagecheckoutps'}
</h5>
<div id="onepagecheckoutps_step_review"></div>
</div>
{/if}