Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / New Option Value width makes page Wide!

New Option Value width makes page Wide!

Locked

Views: 1,404

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
26 Sep 2007, 6:25 AM
#1
idamar1 avatar

idamar1

New Zenner

Join Date:
Nov 2005
Posts:
4
Plugin Contributions:
0

New Option Value width makes page Wide!

I increased my VARCHAR(64) to VARCHAR(255) to allow for long Options Values as follows:

ALTER TABLE zen_products_options_values CHANGE products_options_values_name products_options_values_name VARCHAR( 255 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL

But now my option value dropdown is so wide, it pushes my page out. How to I correct this?

Please see http://inspirepurpose.com/index.php?main_page=product_info&cPath=2&products_id=4

Thanks for your help

26 Sep 2007, 3:39 PM
#2
idamar1 avatar

idamar1

New Zenner

Join Date:
Nov 2005
Posts:
4
Plugin Contributions:
0

Re: New Option Value width makes page Wide!

Well, since I couldn't find a fix, I created an EZpage with the FULL quotes and just used SHORT quotes in my drop-down box. I went back to VARCHAR(64) also.

I will instruct visitors on what to do to see the Full Quotes page. Hey, it works.

Thanks all who view my post.

17 Oct 2007, 10:36 PM
#3
admcompa avatar

admcompa

New Zenner

Join Date:
Mar 2007
Posts:
44
Plugin Contributions:
0

Re: New Option Value width makes page Wide!

How did you widen the **New Option Value width? I am currently trying to figure this out. **I see your code but where did you put it. Thanks

Doug

18 Oct 2007, 6:12 PM
#4
madmumbler avatar

madmumbler

Zen Follower

Join Date:
Dec 2005
Location:
SWFL
Posts:
450
Plugin Contributions:
0

Re: New Option Value width makes page Wide!

In the database tables.

NOTE: ALWAYS make a full back up of your database before doing any database tweaks.