Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Creating a box for login and other minor touches?


Katie7

Recommended Posts

As per title,

 

1) I'd like to add a box whereby people can click and add my site to their favourites list.

 

2) I'd like to remove the links on the main page that direct people to create an account and log themselves in and put them into another box.

 

3) How do I space the category items apart, at the moment they look bunched and confusing.

 

Many thanks for you help, Katie. :mellow:

Link to comment
Share on other sites

I've figured out the favourites list code:

 

Add this to your Index.php file in catalog/

 

<script language="JavaScript1.2">
<!--
var bookmarkurl="http://your site name"
var bookmarktitle="your site name"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
//-->
</script>

 

Add this where ever you like on your page:

 

<a href="javascript:addbookmark()">Click here to bookmark this site</a>

 

 

Shame I can't figure out how to add it to a box yet though.. ;)

 

I really want to know how to add the sign in feature to a new box though!!!! :unsure:

 

Katie.

Link to comment
Share on other sites

You can search the osCommerce online community download and find many addon features for this. I currently use "LoginBox v5.2" which I think can be found here: LoginBox v5.2.

 

This one is particularly good as it comes with excellent instructions on how to install it.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...