Edit File: step_three.tpl
<div class="ty-step__container{if $edit}-active{/if} ty-step-three" data-ct-checkout="shipping_options" id="step_three"> {if $settings.General.checkout_style != "multi_page"} <h3 class="ty-step__title{if $edit}-active{/if}{if $complete && !$edit}-complete{/if} clearfix"> <span class="ty-step__title-left">{if !$complete || $edit}{if $profile_fields.B || $profile_fields.S}3{else}2{/if}{/if}{if $complete && !$edit}<i class="ty-step__title-icon ty-icon-ok"></i>{/if}</span> <i class="ty-step__title-arrow ty-icon-down-micro"></i> {if $complete && !$edit} {hook name="checkout:edit_link"} <span class="ty-step__title-right"> {include file="buttons/button.tpl" but_meta="ty-btn__secondary cm-ajax" but_href="checkout.checkout?edit_step=step_three&from_step=$edit_step" but_target_id="checkout_*" but_text=__("change") but_role="tool"} </span> {/hook} {/if} {hook name="checkout:edit_link_title"} {if $complete && !$edit} <a class="ty-step__title-txt cm-ajax" href="{"checkout.checkout?edit_step=step_three&from_step=`$edit_step`"|fn_url}" data-ca-target-id="checkout_*">{__("shipping_options")}</a> {else} <span class="ty-step__title-txt">{__("shipping_options")}</span> {/if} {/hook} </h3> {/if} <div id="step_three_body" class="ty-step__body{if $edit}-active{/if} {if !$edit}hidden{/if} clearfix"> {if $edit} <form name="step_three_payment_and_shipping" class="{$ajax_form} cm-ajax-full-render" action="{""|fn_url}" method="{if !$edit}get{else}post{/if}"> <input type="hidden" name="update_step" value="step_three" /> <input type="hidden" name="next_step" value="step_four" /> <input type="hidden" name="result_ids" value="checkout*" /> <div class="clearfix"> <div class="checkout__block"> {hook name="checkout:select_shipping"} {if !$cart.shipping_failed} {include file="views/checkout/components/shipping_rates.tpl" no_form=true display="radio"} {else} <p class="ty-error-text">{__("text_no_shipping_methods")}</p> {/if} {/hook} {if $edit} {include file="views/checkout/components/customer_notes.tpl"} <div class="ty-checkout__shipping-tips"> <p>{__("delivery_times_text")}</p> {__("shipping_tips")} </div> {/if} </div> </div> <div class="ty-checkout-buttons"> {include file="buttons/button.tpl" but_meta="ty-btn__secondary" but_name="dispatch[checkout.update_steps]" but_text=$but_text but_id="step_three_but"} </div> </form> {/if} </div> <!--step_three--></div>
Back to File Manager