Thinkin about trying opencart as it looks v good!
Is it possible to set it up very basic? so people don't see an option to register or login, and they can only pay through paypal?
thank in advance
tommy2times
Is it possible to set it up very basic? so people don't see an option to register or login, and they can only pay through paypal?
thank in advance
tommy2times
There is a "Guest Checkout" option, so your customers can choose this if they like.
I'm sure that it can be made the only option with a small amount of code changes.
I'm sure that it can be made the only option with a small amount of code changes.
I heart cmd-f, cmd-c, cmd-v, cmd-z + vQmod.
My favourite page...
v1.5.4.1
There is a Paypal Express module
http://www.opencart.com/index.php?route ... ion_id=191
that allows customers to checkout without registering and uses the paypal address to auto create the account.
http://www.opencart.com/index.php?route ... ion_id=191
that allows customers to checkout without registering and uses the paypal address to auto create the account.
Hi I noticed when I click checkout on your site it has the paypal button but also:Account Login
Can the account login be removed so it is just paypal only?
Thanks again
Can the account login be removed so it is just paypal only?
Thanks again
Try this. Open catalog/view/theme/YOURTEMPlATE/template/account/login.tpl.
Find:
Change to:
Back up first
Find:
Code: Select all
<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: 49%;"><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>
<label for="register" style="cursor: pointer;">
<?php if ($account == 'register') { ?>
<input type="radio" name="account" value="register" id="register" checked="checked" />
<?php } else { ?>
<input type="radio" name="account" value="register" id="register" />
<?php } ?>
<b><?php echo $text_register; ?></b></label>
<br />
<?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 style="float: right; display: inline-block; width: 49%;"><b style="margin-bottom: 2px; display: block;"><?php echo $text_returning_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="login">
<?php echo $text_i_am_returning_customer; ?><br />
<br />
<b><?php echo $entry_email; ?></b><br />
<input type="text" name="email" />
<br />
<br />
<b><?php echo $entry_password; ?></b><br />
<input type="password" name="password" />
<br />
<a href="<?php echo str_replace('&', '&', $forgotten); ?>"><?php echo $text_forgotten_password; ?></a><br />
<div style="text-align: right;"><a onclick="$('#login').submit();" class="button"><span><?php echo $button_login; ?></span></a></div>
<?php if ($redirect) { ?>
<input type="hidden" name="redirect" value="<?php echo str_replace('&', '&', $redirect); ?>" />
<?php } ?>
</form>
</div>
</div>
</div>
</div>
Code: Select all
<div class="middle">
INSERT PAYPAL BUTTON CODE HERE
</div>
I heart cmd-f, cmd-c, cmd-v, cmd-z + vQmod.
My favourite page...
v1.5.4.1
Thanks for that mate! Will have a look into it, I might have found another way that will suite me even better, I'm going to put a thread up now as it's a bit off topic to this one, please take a look
PayPal is PayPal. Should work anywhere.
I heart cmd-f, cmd-c, cmd-v, cmd-z + vQmod.
My favourite page...
v1.5.4.1
Who is online
Users browsing this forum: Baidu [Spider], Bing [Bot], Semrush [Bot] and 39 guests