tituk Posted July 14, 2009 Share Posted July 14, 2009 Sekedar sharing.. saya mencoba memangkas Step Checkout supaya lebih pendek menjadi dengan menghilangkan opsi kurir hingga menjadi 3 step saja. rubah code di theme order-step.tpl menjadi : >{* Assign a value to 'current_step' to display current style *} <!-- Steps --> </pre> <ul> {if $current_step=='payment' || $current_step=='shipping' || $current_step=='address' || $current_step=='login'} {l s='Summary'} {else} {l s='Summary'} {/if} {if $current_step=='payment' || $current_step=='shipping' || $current_step=='address'} {l s='Login'} {else} {l s='Login'} {/if} {if $current_step=='payment' || $current_step=='shipping'} {l s='Address'} {else} {l s='Address'} {/if} {l s='Payment'} </ul> <br><br><!-- /Steps --> ** Rubah value di theme order-address.tpl line 161 menjadi : <input type="hidden" class="hidden" name="step" value="3" /> ** Rubah value step di theme order-payment.tpl line 18 menjadi: « {l s='Previous'} Problem solved juga akhirnya Link to comment Share on other sites More sharing options...
Ardian Yuli Setyanto Posted July 14, 2009 Share Posted July 14, 2009 sip, thanks dah sharing, tapi belum sempat coba. Link to comment Share on other sites More sharing options...
cingkonext Posted August 10, 2009 Share Posted August 10, 2009 Saya dah cobain tapi kok ga ngaruh ya... Link to comment Share on other sites More sharing options...
faisal a mir Posted November 2, 2009 Share Posted November 2, 2009 Saya dah cobain tapi kok ga ngaruh ya... Bisa kok mas!! coba masuk order.phpterus sampeyan ganti 94 dengan displayPayment();saya coba berhasil Link to comment Share on other sites More sharing options...
alka2910 Posted November 4, 2009 Share Posted November 4, 2009 wah berhasil, makasih tituk dan faisal Link to comment Share on other sites More sharing options...
pitu clothing Posted January 2, 2011 Share Posted January 2, 2011 wah tetep g bisa tu mas, maksudnya ganti 94 dengan displayPayment(); apa, sory newbie Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now