[ic] Cart component product options increase table/page layout

Greg greg at valuemedia.com
Fri Jan 28 02:56:12 EST 2005


L C wrote:

>I am new to Interchange so forgive my ignorance if
>this is an easy fix, but I've looked all over for a
>solution.
>
>How can I make the product options in the "cart"
>component Not reek havoc on my page layout?
>
>I'm not sure if this is proper, but if you click the
>"Buy Now" button from this link, keeping the
>"FISHFINDER 240 - DISPLAY ONLY - NO XDUCER" option, 
>
>http://www.ultimatepassage.com/cgi-bin/up/GMN-010-00169.html
>
>My "Your Shopping Cart" (and Check-out, too) Page
>layout is totally blown out of kilter.  i.e. it goes
>from 750 pixels to well over 850px and looks awful.
>
>How can I decrease the text size (changing
>font="size=1" to -1 does nothing) or somehow make
>these options fit within my page boundaries.  I would
>be GRATEFUL for any help!
>  
>
If you do not have to allow selection of the item options in the basket 
or checkout, you can just display what has been chosen like this:

[table-organize cols=2   table=' '  font="size=1" pretty=1]
    [item-options td=1 label=1 bold=1 type=value]
[/table-organize]

That will cut down on space, but only displays what they have chosen.

If you need to keep the option available for change in the basket and/or 
checkout, you can apply some formating like this:

[table-organize cols=2   table='style="font-size:15px; color: blue;"'  
pretty=1]
    [item-options td=1 label=1 bold=1 extra='style="font-size: 8px; 
color: red;"' price=1 blank_label="--select--"]
[/table-organize]

This allows you to get things to the size you want, you can also apply 
the "style" settings to first example above for more control. Pay 
attention to the quoting.

You are still limited by what you have in your option, you may consider 
having them re-phrase their options a little to cut down on length.  The 
description of the product should carry the load, and options should be 
along for the ride.... (-:

Could not pass up a mariners site...Furuno and everything.... and in 
Ohio!  (-:

Greg

>Cordially,
>
>Lisa Collins
>
>__________________________________________________
>Do You Yahoo!?
>Tired of spam?  Yahoo! Mail has the best spam protection around 
>http://mail.yahoo.com 
>_______________________________________________
>interchange-users mailing list
>interchange-users at icdevgroup.org
>http://www.icdevgroup.org/mailman/listinfo/interchange-users
>
>.
>
>  
>


-- 
Greg Hanson
Perusion
1506 E Gilbert Ave
Coeur d'Alene, ID 83815

Email		greg at perusion.com
Phone		208-667-2442
Toll Free	800-949-1889
Fax		775-256-2231
Web		http://www.perusion.com



More information about the interchange-users mailing list