Hello all,
I've been up and down and can't figure out how to edit the info on pages such as "account" or "log-in." The listing_X.html and frame.html stuff is easy enough but aside from the 3-5 HTML pages in the templates folder there's nothing else. Opening the myaccount.asp page (as many others) yields unintelligible ASP code with no HTML to speak of.
I'd like to ideally place a link to the account page in a lightbox pop-up of sorts so that the customer can login seamlessly. I've already discovered that HTML extension pages will load up just fine but ASP extension pages will not.
This is an example of what I want to do: the form, when completed goes through to the next page in full. This is live on our 3dCart space:
http://glowsource.com/index3.html
That's fine and dandy for that particular page because I constructed it myself. Hard part comes when I want to grab the form info from THIS page:
http://www.glowsource.com/myaccount.asp
And put it in it's own HTML file (sans-header, menu, etc.) to be put in a lightbox like the order tracking example.
I guess my question comes down to: can the form elements of the account page be copy/pasted into a separately styled HTML document? That'd be super-fly.
Thanks guys,
- Jason Sanders
PS: If anybody wants info on lightboxes, they're a really cool way to display external HTML files, images (or whole galleries), or practically anything else. After some trial/error I've found LightWindow to be a light-weight, 3dCart-friendly solution.
You can download and read about it here: http://www.stickmanlabs.com/lightwindow/
License is MIT-style, meaning you can do whatever you want with it (including commercial), but if you break it, it's your own darn fault :)
I've been up and down and can't figure out how to edit the info on pages such as "account" or "log-in." The listing_X.html and frame.html stuff is easy enough but aside from the 3-5 HTML pages in the templates folder there's nothing else. Opening the myaccount.asp page (as many others) yields unintelligible ASP code with no HTML to speak of.
I'd like to ideally place a link to the account page in a lightbox pop-up of sorts so that the customer can login seamlessly. I've already discovered that HTML extension pages will load up just fine but ASP extension pages will not.
This is an example of what I want to do: the form, when completed goes through to the next page in full. This is live on our 3dCart space:
http://glowsource.com/index3.html
That's fine and dandy for that particular page because I constructed it myself. Hard part comes when I want to grab the form info from THIS page:
http://www.glowsource.com/myaccount.asp
And put it in it's own HTML file (sans-header, menu, etc.) to be put in a lightbox like the order tracking example.
I guess my question comes down to: can the form elements of the account page be copy/pasted into a separately styled HTML document? That'd be super-fly.
Thanks guys,
- Jason Sanders
PS: If anybody wants info on lightboxes, they're a really cool way to display external HTML files, images (or whole galleries), or practically anything else. After some trial/error I've found LightWindow to be a light-weight, 3dCart-friendly solution.
You can download and read about it here: http://www.stickmanlabs.com/lightwindow/
License is MIT-style, meaning you can do whatever you want with it (including commercial), but if you break it, it's your own darn fault :)
Comment