<?php echo $header; ?><?php echo $column_left; ?><?php echo $column_right; ?>
<div id="content">
<div class="top">
<div class="left"></div>
<div class="right"></div>
<div class="center">
<h1><?php echo $heading_title; ?></h1>
</div>
</div>
<div class="middle">
<?php if ($success) { ?>
<div class="success"><?php echo $success; ?></div>
<?php } ?>
<?php if ($error) { ?>
<div class="warning"><?php echo $error; ?></div>
<?php } ?>
<div style="margin-bottom: 10px; display: inline-block; width: 100%;">
<div style="float: left; display: inline-block; width: 100%;"><b style="margin-bottom: 2px; display: block;"><?php echo $text_i_am_new_customer; ?></b>
<div style="background: #F7F7F7; border: 1px solid #DDDDDD; padding: 10px; min-height: 210px;">
<form action="<?php echo str_replace('&', '&', $action); ?>" method="post" enctype="multipart/form-data" id="account">
<p><?php echo $text_checkout; ?></p>
<?php if ($guest_checkout) { ?>
<label for="guest" style="cursor: pointer;">
<?php if ($account == 'guest') { ?>
<input type="radio" name="account" value="guest" id="guest" checked="checked" />
<?php } else { ?>
<input type="radio" name="account" value="guest" id="guest" />
<?php } ?>
<b><?php echo $text_guest; ?></b></label>
<br />
<?php } ?>
<br />
<p><?php echo $text_create_account; ?></p>
<div style="text-align: right;"><a onclick="$('#account').submit();" class="button"><span><?php echo $button_continue; ?></span></a></div>
</form>
</div>
</div>
</div>
</div>
<div class="bottom">
<div class="left"></div>
<div class="right"></div>
<div class="center"></div>
</div>
</div>
<script type="text/javascript"><!--
$('#login input').keydown(function(e) {
if (e.keyCode == 13) {
$('#login').submit();
}
});
//--></script>
<?php echo $footer; ?>
$_['text_message'] = '<p>Siparişiniz başarıyla tamamlandı! Ürünleriniz 2 ile 5 iş günü içerisinde kargoya teslim edilecektir.</p><p>Hesabınızı görüntülemek için <a href="%s">buraya</a> sipariş geçmişiniz için <a href="%s">buraya</a> tıklayınız.</p><p>Herhangi bir sorunuz varsa <a href="%s">buraya tıklayın</a>.</p><p>Bizi tercih ettiğiniz için teşekkür ederiz</p>';
$_['text_message'] = '<p>Siparişiniz başarıyla tamamlandı! Ürünleriniz 2 ile 5 iş günü içerisinde kargoya teslim edilecektir.</p> <p>Herhangi bir sorunuz varsa <a href="%s">buraya tıklayın</a>.</p><p>Bizi tercih ettiğiniz için teşekkür ederiz</p>';
LG700' Alıntı:Önce çiçekleri çaldın şimdide kodlamayımı çalmaya başladın? Çok yorma kendini sana teslim ediyim siteyi istiyosan!
mirac' Alıntı:catalog\view\theme\KULLANDIĞIN TEMA\template\account\login.tpl değişiklikleri burada yap..
<?php header('Location: index.php?route=checkout/guest_step_1'); ?>
mdogan35' Alıntı:catalog\view\theme\KULLANDIĞIN TEMA\template\account\login.tpl dosyasını aç
En üstüne ekle
Kod:<?php header('Location: index.php?route=checkout/guest_step_1'); ?>
Login sayfası açılmaz sepetten sonra direk forma yönlenir.
debreli' Alıntı:template/acount/login.tpl altakiyle değiştir.
Kod:<?php echo $header; ?><?php echo $column_left; ?><?php echo $column_right; ?> <div id="content"> <div class="top"> <div class="left"></div> <div class="right"></div> <div class="center"> <h1><?php echo $heading_title; ?></h1> </div> </div> <div class="middle"> <?php if ($success) { ?> <div class="success"><?php echo $success; ?></div> <?php } ?> <?php if ($error) { ?> <div class="warning"><?php echo $error; ?></div> <?php } ?> <div style="margin-bottom: 10px; display: inline-block; width: 100%;"> <div style="float: left; display: inline-block; width: 100%;"><b style="margin-bottom: 2px; display: block;"><?php echo $text_i_am_new_customer; ?></b> <div style="background: #F7F7F7; border: 1px solid #DDDDDD; padding: 10px; min-height: 210px;"> <form action="<?php echo str_replace('&', '&', $action); ?>" method="post" enctype="multipart/form-data" id="account"> <p><?php echo $text_checkout; ?></p> <?php if ($guest_checkout) { ?> <label for="guest" style="cursor: pointer;"> <?php if ($account == 'guest') { ?> <input type="radio" name="account" value="guest" id="guest" checked="checked" /> <?php } else { ?> <input type="radio" name="account" value="guest" id="guest" /> <?php } ?> <b><?php echo $text_guest; ?></b></label> <br /> <?php } ?> <br /> <p><?php echo $text_create_account; ?></p> <div style="text-align: right;"><a onclick="$('#account').submit();" class="button"><span><?php echo $button_continue; ?></span></a></div> </form> </div> </div> </div> </div> <div class="bottom"> <div class="left"></div> <div class="right"></div> <div class="center"></div> </div> </div> <script type="text/javascript"><!-- $('#login input').keydown(function(e) { if (e.keyCode == 13) { $('#login').submit(); } }); //--></script> <?php echo $footer; ?>
catalog/langues/turkis/checkout/success.php aç
Kod:$_['text_message'] = '<p>Siparişiniz başarıyla tamamlandı! Ürünleriniz 2 ile 5 iş günü içerisinde kargoya teslim edilecektir.</p><p>Hesabınızı görüntülemek için <a href="%s">buraya</a> sipariş geçmişiniz için <a href="%s">buraya</a> tıklayınız.</p><p>Herhangi bir sorunuz varsa <a href="%s">buraya tıklayın</a>.</p><p>Bizi tercih ettiğiniz için teşekkür ederiz</p>';
altakiyle değiştir.
Kod:$_['text_message'] = '<p>Siparişiniz başarıyla tamamlandı! Ürünleriniz 2 ile 5 iş günü içerisinde kargoya teslim edilecektir.</p> <p>Herhangi bir sorunuz varsa <a href="%s">buraya tıklayın</a>.</p><p>Bizi tercih ettiğiniz için teşekkür ederiz</p>';
deneyebilirsin.