considering using alegroCart

General discussion about AlegroCart - Post here if you can't find another suitable forum
ianhaney
Posts: 36
Joined: Sun May 27, 2012 1:29 am

Re: considering using alegroCart

Post by ianhaney » Sun May 27, 2012 11:30 am

sorted the logo now

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: considering using alegroCart

Post by leo » Sun May 27, 2012 3:06 pm

Go to admin/configuration/setting/logos tab, choose your logo, set the height and width.
If it is oversized then edit the default.css files. We have 2. One foe 2 column, and one for 3 column layout. Increase the height of #header, .language, .currency, .search and #bar if needed.

ianhaney
Posts: 36
Joined: Sun May 27, 2012 1:29 am

Re: considering using alegroCart

Post by ianhaney » Mon May 28, 2012 1:53 am

Hi Leo

I put my logo in after download the r153 file you sent me and all is good apart from my logo dont fit

I have tried to increase the hashheader in the css2 default.css file and the css3 default.css file but nothing is working

Please help me

Thanks

Ian

ianhaney
Posts: 36
Joined: Sun May 27, 2012 1:29 am

Re: considering using alegroCart

Post by ianhaney » Mon May 28, 2012 2:39 am

Also on the about us and other information pages

I wanna change the button from saying continue to say Home, how do I do that please

Thanks

Ian

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: considering using alegroCart

Post by leo » Mon May 28, 2012 8:13 am

Lot of things have been changes since 1.2.7, e.g. we have moved the template related css entries to the colour.css files.
So, if you are using the black template, you have to edit the black.css files.
Search for #header, etc.


To modify the button:
1. open catalog/language/english/english.php and add
$_['button_home'] = 'Home';
below
$_['button_view'] = 'View';

2. open catalog/template/default/content/information.tpl and change <?php echo $button_continue; ?> to <?php echo $button_home; ?>

3. open catalog/controller/information.php and change every button_continue to button_home

ianhaney
Posts: 36
Joined: Sun May 27, 2012 1:29 am

Re: considering using alegroCart

Post by ianhaney » Mon May 28, 2012 9:20 am

Hi Leo

Ok cool, I am using grey so I changed the following in grey.css which is in catalog/styles/default/colors3 - is that right?

#header {
height: 600px;
}
#header .a {
height: 600px;
}

I did the same in the colors2 folder and still not worked

Regarding the buttons

I did what you said and works, just how do I make the Home button a link to the home page

Thank you for helping me Leo

Ian

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: considering using alegroCart

Post by leo » Mon May 28, 2012 9:41 am

You logo is 112px height, so you have to change #header height, move #bar and .search down.
The height of the background image of the header is fixed and is set in the 14th line of the grey.css file (#container).
So, if you increase the height of the header, it remains unchanged. Delete it, or change it to whatever you want.


Are you sure that you have changed only button_continue to button_home?

ianhaney
Posts: 36
Joined: Sun May 27, 2012 1:29 am

Re: considering using alegroCart

Post by ianhaney » Mon May 28, 2012 9:56 am

I changed grey.css bar and search and moved abit I think but it wont now and I commented out the background image in the hashcontainer part by using /* and */ and not made a difference

Also do you know if I am using colors2 or colors3 as I keep changing both lots

ianhaney
Posts: 36
Joined: Sun May 27, 2012 1:29 am

Re: considering using alegroCart

Post by ianhaney » Mon May 28, 2012 9:57 am

regarding the buttons, yeah I changed only button_continue to button_home

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: considering using alegroCart

Post by leo » Mon May 28, 2012 10:03 am

You are using the neutral template, not the grey.

Post Reply