Paulz Posted May 17, 2003 Posted May 17, 2003 On the checkout_confirmation.php page there is a small background color when a Stock Warning is issued Ive looked everywhere but cant find where to change the color?. The text can be simply changed by the css: .stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 11px; color: #cc0033; } Please help Paul
smiley Posted May 18, 2003 Posted May 18, 2003 After looking here: http://wiki.oscommerce.com/helpHowtoStylesheetCatalog Open up checkout_confirmation.php page when there is a Stock Warning is issued. View source code and see what class is assigned to the background. :) HTH Neil Common sense is genius dressed in working clothes. Ralph Waldo Emerson
Paulz Posted May 18, 2003 Author Posted May 18, 2003 There is no association with the CSS Ive investigated the source code and it appears the class="infoBox" could have something to do with the warning box BG. Ive looked at classes/boxes.php where infobox class is but im still non the wiser?? :?
Guest Posted May 18, 2003 Posted May 18, 2003 Have you tried to alter the infobox background colours in the stylesheet?
Paulz Posted May 18, 2003 Author Posted May 18, 2003 Ive tried all the css colors, non work for the warning bg?
Brenden Posted May 18, 2003 Posted May 18, 2003 Try changing this in the css SPAN.markProductOutOfStock { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; color: #c76170; font-weight: bold; } Not positive thats what youre looking for but I think so... Perdure - Transparent Object Relational Persistence
smiley Posted May 18, 2003 Posted May 18, 2003 Post a URL of the page in question :?: HTH Neil Common sense is genius dressed in working clothes. Ralph Waldo Emerson
Paulz Posted May 26, 2003 Author Posted May 26, 2003 Ive give up on this one and installed the latest 2.2ms1 for reference the CSS Brendan quoted was for the text colour. Thanks anyway
Guest Posted May 26, 2003 Posted May 26, 2003 to which you just need to add background: #(colour you want) :wink:
Paulz Posted May 26, 2003 Author Posted May 26, 2003 I tried that too! it didnt work Ive got 3 children your not joking!
Guest Posted May 26, 2003 Posted May 26, 2003 just out of interest, have you figured out how to change it in your new version?
Paulz Posted May 26, 2003 Author Posted May 26, 2003 There is no warning Bg in the ms1 version. I have however noticed a new problem that in the shop cart it issues the following: Products marked with *** dont exist in desired quantity in our stock. You can buy them anyway and check the quantity we have in stock for immediate deliver in the checkout process. The checkout process doesn't show any quantity available all it does is places *** next to the product with no explanation? I admit i havent searched for this problem yet, so i will probably post a new message for this.. Thanks for your help! :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.