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 » Mon May 28, 2012 10:16 am

lol my bad, thought I was using grey as it looks grey

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

Re: considering using alegroCart

Post by ianhaney » Mon May 28, 2012 10:23 am

right got it moving down now as finally using the right css file lol

The gradient looking dark grey bar across the top where its faded at the top and then goes dark grey, where do I find that to move that down, is that the hashcontainer

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

Re: considering using alegroCart

Post by ianhaney » Mon May 28, 2012 10:32 am

cool got rid of that bar, it was the hashcontainer

just the home buttons now, need to make them links to the home page

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

Re: considering using alegroCart

Post by ianhaney » Mon May 28, 2012 10:35 am

sorry another one

I want to move the popular products box and information box to the right hand side

How do I do that, what files do I need to change to do that

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 11:06 am

You have deleted the onclick event in the tpl file as I can see.
It should contain this:

Code: Select all

   <td align="right"><input type="button" value="<?php echo $button_home; ?>" onclick="<?php echo $continue; ?>"></td>

In the information.php file change

Code: Select all

$view->set('continue', "location='" . ($session->get('current_page') ? $session->get('current_page') : $url->href('home')) . "'");
to

Code: Select all

$view->set('continue', "location='" .$url->href('home')."'");
I forget it, sorry.

To change the position of the modules, use the template manager in admin.
You don't have to edit files.

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

Re: considering using alegroCart

Post by ianhaney » Mon May 28, 2012 11:27 am

Thank you so much Leo

all worked perfect

Thank you for all your help

Just need all the productc on now, importing the database to it wont help will it

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

Re: considering using alegroCart

Post by ianhaney » Mon May 28, 2012 11:35 am

sorry trying to do the template manager thing to move the boxes from left to right

I have got the information and popular boxes on the right but they are showing on the left as well

How do I get them display just on the right

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 12:08 pm

Read this and play with the settings to have experience.
viewtopic.php?f=22&t=154
If it is not enough, do not hesitate to ask for instructions.

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

Re: considering using alegroCart

Post by ianhaney » Mon May 28, 2012 12:12 pm

Thank you for the link Leo, I had a read through but didnt really show me how to get the boxes just showing on one side not both

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

Re: considering using alegroCart

Post by ianhaney » Mon May 28, 2012 12:14 pm

I really am not understanding this

On the home page, the boxes on the right disappear but go onto the information pages, the boxes appear

Post Reply