
http://localhost/index.php?route=checkout/checkout
v2.3.0.2
-
VIEW ALL EXTENSIONS * EXTENSION SUPPORT * WEBSITE * CUSTOM REQUESTS
Code: Select all
<script">
$(document).ready(function(){
$('#button-account').trigger('click');
});
</script>
-
VIEW ALL EXTENSIONS * EXTENSION SUPPORT * WEBSITE * CUSTOM REQUESTS
Code: Select all
http://localhost/index.php?route=checkout/checkout&guest=1
Code: Select all
<script>
$(document).ready(function(){
var value = 'guest';
$("input[name=account][value=" + value + "]").attr('checked', 'checked');
$('#button-account').trigger('click');
});
</script>
-
VIEW ALL EXTENSIONS * EXTENSION SUPPORT * WEBSITE * CUSTOM REQUESTS
Users browsing this forum: No registered users and 49 guests