Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 ASP (Windows server) versions
 Login to Account / Create New Account
Author « Topic »  

KevinRobson
Advanced Member

USA
255 Posts

Posted - 07/31/2021 :  06:45:13  
Is it possible for the "Login to Account" and "Create New Account" buttons at the cart page to be moved and/or duplicated in the left column above "Our Products"?
Screen shot at https://strikingeffects.com/Working/210730/Screenshot.jpg

dbdave
ECT Moderator

USA
10468 Posts

Posted - 07/31/2021 :  09:49:09  
Hi Kevin, it's easy to make your own.
Make it a button and style like your other ect buttons like this.

<a class="ectbutton" href="clientlogin.asp">Login</a>
<a class="ectbutton" href="clientlogin.asp">New Account</a>

Yes the link is the same because it should trigger the modal window and there is a new account link.
If the modal window does not popup, they end up on the account page the there are links there.

Give it a try and let me know if you have problems.
I have it working on my site like this.

David


Marshall
Ecommerce Template Guru

USA
1916 Posts

Posted - 07/31/2021 :  10:51:47  
This will trigger the modal without going to the clientlogin.asp/php page.

<a class="ectbutton" href="#" onclick="return displayloginaccount()">Login</a>
<a class="ectbutton" href="#" onclick="return displayloginaccount()">New Account</a>
<a class="ectbutton" href="#" onclick="return dologoutaccount()">Logout</a>

Or simply

<a class="ectbutton" href="#" onclick="return displayloginaccount()">Login/Create Account</a>
<a class="ectbutton" href="#" onclick="return dologoutaccount()">Logout</a>

These links also work in a drop down menu.


Marshall
CENLYT Productions - ms designs
Affordable Web Design
Custom Ecommerce Designs
Responsive Websites
Cenlyt.com

KevinRobson
Advanced Member

USA
255 Posts

Posted - 08/01/2021 :  05:13:15  
Thank you!
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000