Zen Cart Logo

More Banners

Locked

Views: 3,491

Results 21 to 26 of 26
This thread is locked. New replies are disabled.
3 Nov 2009, 7:32 PM
#21
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

More Banners

The INSERT command is run in the Tools ... Install SQL Patches ...

3 Nov 2009, 7:49 PM
#22
enzo_ita avatar

enzo_ita

Zen Follower

Join Date:
Jul 2009
Posts:
402
Plugin Contributions:
0

Re: More Banners

Ajeh:

The INSERT command is run in the Tools ... Install SQL Patches ...

Thanks!! Sorry for being so newbie
enzo

3 Nov 2009, 8:42 PM
#23
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: More Banners

Not a problem ... glad to hear you are getting into the swing of things ... :smile:

3 Nov 2009, 10:08 PM
#24
enzo_ita avatar

enzo_ita

Zen Follower

Join Date:
Jul 2009
Posts:
402
Plugin Contributions:
0

Re: More Banners

Ajeh:

Not a problem ... glad to hear you are getting into the swing of things ... :smile:

I have used your code for all2, but also I edited it for two more boxes right_banner and left_banner. Aaaaaand it works!!!
thanks alot
enzo

4 Nov 2010, 7:47 PM
#25
friedrich72 avatar

friedrich72

New Zenner

Join Date:
May 2009
Location:
Kansas
Posts:
39
Plugin Contributions:
0

Re: More Banners

UPDATE:

ahaynes101:

not sure if you ever got this going but I may have a solution for you.

Ajeh's advice was on the money with one extra thing that is easily overlooked that, when not changed, will not allow you to add new group names to the drop down in banner manager, nor see the sidebox banner in your store.

In your database table for "banners" there is a limit on the number of characters that can go into the field for "banners_group". By default it is limited to 15 characters "varchar (15)".

If you edit that to the number that you need, (20) worked for me, you can add the group name and see the banner.

The best way to edit that number, for me, was to log into your hosting control panel, go to MySQL - phpadmin , find the table called "banners" then find the field called "banners_group" and look to edit the value for VARCHAR in that field.

hope that helps! I have learned a great deal just by reading these forums it feels good to give back!:smile:

4 Nov 2010, 8:11 PM
#26
friedrich72 avatar

friedrich72

New Zenner

Join Date:
May 2009
Location:
Kansas
Posts:
39
Plugin Contributions:
0

Re: More Banners

I suppose that update was for Ruzzell, not ahaynes.