Jump to content

Login & register text..


Guest systekuk

Recommended Posts

Guest systekuk

Hi all ..me again \o/

just a quick couple of Q's ...

-How do i move the login & register links into my Basket box (just below the View basket button)? as atm it looks... lost!

-Also how do i add the docs to a same style box in left collumn?

-how do i remove the gap between boxes so theres no gap between each.

& finally, is it possible for customers to buy products without having to register, eg: they click on checkout & are asked to enter there name/postal address etc instead of saying "you must register 1st" etc?

any info much appreciated, thanks :)

Link to comment
Share on other sites

Guest systekuk

also, how do i center the products on category pages, when page opens at the moment the alignment is to the left so theres always a bigger gap at the right side of cub cats ;) ?

Link to comment
Share on other sites

You should be able to add {SESSION} to your cart box and remove the Account box.

There is a mod at cubecart.org that puts your site docs in a side box.

In index.tpl in your side box code, removing the

    

will allow the boxes to get closer together.

It is not possible to have customers order without registering. The closest you can get is the Express Checkout Mod.

As to your last question:

The category page layout is controlled in layout.css with thse two sections:

#subCats {

background-color: #EBEDFE;

text-align: center;

border: 1px solid #C9CEFC;

margin: 0px;

padding: 3px;

float: left;

width: 387px;

}

.subCat {

text-align: center;

padding: 8px;

float: left;

width: 110px;

height: 50px;

Play with the padding.

I hope this helps.

Link to comment
Share on other sites

Guest systekuk

thanks for info ;)

I managed to do the docs, i just made a new box, named it then entered the code for the url/text style etc B)

Will have a go at what you said about the others im trying to sort, when you say:

"You should be able to add {SESSION} to your cart box and remove the Account box"

which sheet do i find the cart box to add session to it ?

Cheers again :P

Link to comment
Share on other sites

Guest systekuk

ok ive removed the   but its only moved the gap on one box (the custom one i made for login/register) which im removing soon to put in basket!, but the others aint budged! any ideas ;) ?

www.systekuk/shop

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...