Modifying cart system styles

From Sohowiki
Revision as of 18:59, 25 August 2007 by AjaQ3i (Talk | contribs)
Jump to: navigation, search

reggueton zuzana sramkova copertina cd 111 di tiziano ferro batamn hotel playa real aficio g700 gelsprinter www whurt it cavaliere gatto morte enzo baldoni corse con il furgone hotel stella bianca di taormina femdom queening batteria philips network storage link nslu2 the bucketheads gioco per pc di warhammer fantasy km0 renault megane benzina auto km 0 mp3 compilation sd io wireless www vernici auto it pelle su pelle in altomare di berte pulizia stiro e cucito ariete emi gedser cuscino pula di grano justin timberlake like i love you video fotocamere digitali canon digital ixus fino alla fine cocktail tettone esplosive sogno david gray this years love white ladder vgf ap1 kim sunil video linkin park lyrics grabster terratec coppie in cam no me quiero enamorar en video christmas the ark ola salo ricetrasmittente lo spirito del signore e sopra di me super mario advance resorte com microsoft windows xp media center karadavis traduzione maroon 5 www comune di gonnesa bosra valori gps x nokia sistema jbl 5 1 www viktor rolf it bonjour bonjour el arbolito dvbt duo pcmcia backstreet boys never gone usb bluethoot wireless casetta giardino legno evo8 it pelle ecologica big clarence sexy ricetta torte senza uova eau de krizia giorni per rilascio passaporto sito ufficiale dei blue mixer microfonico the mercy seat rodda prigent christian plasma hitachi 37 uomo in machina www al jazeera nexus silent 400w famosas brasileiras nuas inviti cena mannaia vobarno nora jonhs slike seka aleksic canon video www arcobaleno com dlink dfl 700 fraggel nuova o zone hilaryduff it gfl spa jamino astronavi teac mp200 mp3 player obiettivi canon 20mm tacchino ricette dietetiche gav mares vector 1000 concessionarie auto usate cappe a vista calendario fermo posta tinto b packard bell store play ventola 5cm watery grave canzoni piu vendute stuard little mdelli auto auto noleggio rozzano babbitt lacie 60gb un cronista in gamba top spin 2 a servizio su game boy advance lego tresure montblanc nero comune di castelnuovo magra pc eamon fuck it testo dragom ball da scaricare mp3 il cerchio della vita e la musica che va profumi morris unefa nike iii arancia meccanica film dvd stampanti laser portatili ramsees hotel uomo mp3 video mixer casse incasso leggeri manuela to be left outside dick philip k fiorai reggio emilia mandare messaggi eternal life get out dlink dsl 504t router cavo vhs epl 5800l decapitazione immagini prada pelliccia cardigan blu regolabarba ricaricabile deer hunt challenge chievoverona vide escandalo freddy theme dediche di compleanno pasion alessi sintonizzatore am fm g i joe cartone animato philips mz ospedale sacco milano fiat marea sw verde box 5 25 usb gun s roses knocking on heaven s door film scanner canon mrs ghost goes to town gps tom tom nokia 6680 hotel prince philip totano sott olio palco sardegna www t m r o the stranglers live 1978 san francisco esami di maturita it voli san vincenzo helene segara cusco depravazione monica rocaforte nokia 9 roxana y jorge centro per l impiego di nocera inferiore telefono cordless telecom segreteria www treniitalia com memoria hp designjet 500 le clezio deutsche jugend fickt attrezatura agricole aggiornamento software nokia 6600 feliz toner 1600 tribunale di trieste sentenza strage tv plasma alta definizione time lapse ghost in the shell 2 primi passi bambino eurotunnel nokia multimedia converter nokia lch 12 hard disk esterno con card reader il treno delle merci soluzione gioco gratis www dolce voli reggio el za za za barba di capra air silver watermaelboitsfort video i ll be missing you bidone aspiratutto aspirapolvere targus borse dlink des 1008d equipe 10 sc pilot salomon ==Overview== Cart system styles are the colors, etc. usually defined in Shoppping Cart > Display Settings. You can override these settings with your template by including a shopping_cart.css file in your template's folder.

Default rules inherited

As of v4.9 r58 your shopping_cart.css will be included in addition to (vs. instead of) the default style rules. This means that the rules in your shopping_cart.css start out inheriting the default rules.

This is cool for two reasons...

  1. You can pick and choose what you want to over-ride with your css. You don't have to start out by copying the entire default stylesheet (below).
  2. When new versions come out that add rules to the default stylesheet you get them automatically and don't have to worry about your templates breaking because their custom shopping_cart.css is missing some new important rule.

How to use your own styles

  1. Copy the default style sheet posted here and paste it into a blank file using your code editor of choice or MS Notepad if you have to.
  2. Save that file as shopping_cart.css
  3. Make whatever changes you want
  4. Upload that file to your template folder

Default cart styles

Your custom shopping_cart.css file will start out by ineriting these rules. Note that both the $OPTIONS and $getCss arrays in the code below pull from the cart_options table. $OPTIONS just pulls the old-style settings, where each db field represent one style value, and $getCss pulls from the new-style settings like background color added in v4.9, where all styles are saved to the "CSS" field in a serialized array.

You CAN use php in your shopping_cart.css if you want to like the default stylesheet does.

#shopping_module table {
   font-family: arial, helvetica, sans-serif;
   font-size: 11px;
   color: #<? echo $getCss['table_textcolor']; ?>;
}

table.parent_table {
   width: 612px;
}

table.shopping-selfcontained_box, #moreinfo-summary, #moreinfo-pricing, #moreinfo-details, #moreinfo-comments, #searchcolumn table, #addcart-current_cart_contents {
   border: 1px solid #ccc;
   background-color: #<? echo $getCss['table_bgcolor']; ?>;
}

#shopping_module th {
   background-color: #<? echo $OPTIONS['DISPLAY_HEADERBG']; ?>;
   color: #<? echo $OPTIONS['DISPLAY_HEADERTXT']; ?>;
   text-align: left;
}

/*--------------------------------------------------------
 pgm-more_information.php
--------------------------------------------------------*/
table#moreinfo-pricing {
   margin-top: 15px;
}
#moreinfo-pricing th {
   text-align: center;
}

table#moreinfo-comments {
   margin-top: 15px;
}


/*--------------------------------------------------------
 prod_search_column.inc
--------------------------------------------------------*/
#searchcolumn-login_or_date td {
   padding: 5px;
   vertical-align: top;
}

#searchcolumn-login_or_date {
   border-bottom: 0px;
   background-color: transparent;
}

#searchcolumn-items_in_cart {
   color: #<? echo $OPTIONS['DISPLAY_CARTTXT']; ?>;
   background-color: #<? echo $OPTIONS['DISPLAY_CARTBG']; ?>;
}


/*--------------------------------------------------------
 pgm-checkout.php
--------------------------------------------------------*/
#checkout-steps th {
   text-align: center;
}


/*--------------------------------------------------------
 prod_billing_shipping.inc
--------------------------------------------------------*/
#billing_shipping_form {
   width: 612px;
}

#billing_shipping_form input.tfield, #billing_shipping_form select {
   font-family: Arial;
   font-size: 9pt;
   width: 275px;
}

/*--------------------------------------------------------
 prod_cust_invoice.inc
--------------------------------------------------------*/
.row-normalbg { background-color: #fff; }
.row-altbg { background-color: #efefef; }
Personal tools