here you find a solution to prevent the Registration on Magento Pages
modify your
app/design/frontend/{themename}/{templatename}/template/checkout/onepage/login.phtml
<input type="hidden" name="checkout_method" id="login:guest" value="guest" checked="checked" />
<script type="text/javascript">
Event.observe(window, 'load', function() {
// fix for IE
var cb = $("login:guest");
cb.checked = true;
checkout.setMethod();
});
</script>
Neueste Kommentare
vor 51 Wochen 6 Tage
vor 1 Jahr 22 Wochen
vor 1 Jahr 32 Wochen
vor 1 Jahr 35 Wochen
vor 1 Jahr 35 Wochen
vor 1 Jahr 43 Wochen
vor 2 Jahre 17 Wochen
vor 2 Jahre 22 Wochen
vor 2 Jahre 36 Wochen
vor 2 Jahre 39 Wochen