Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SpirtouliS

Archived
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Real Name
    Michalis

SpirtouliS's Achievements

  1. Hi I'm new with OSC Comerce Release RC2 AddOns : Individual Boxes Best Loginbox PageLoading phpThumbs ScrollingSpecials STSv4.5.8 Default Image Directories I have installed the USEO URLs and i get the message that the page is not located on the server any Ideas? also can i install the custom eazy meta tags for sts contribution? or is not compatible
  2. INFOBOX PROBLEM REPLAY here is the code of the infobox.php.html file that i wrote named it and put it in the boxes folder in sts_templates/default/ (whitch is the one i use) <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="9px" height="24px"><img src="images/infobox/top_left.gif" width="9px" height="24px"></td> <td height="24" background="images/infobox/top.gif"><span class="infoBoxHeading">$headertext</span></td> <td width="92" height="24" background="images/infobox/arrow_back.gif" >$right_arrow</td> <td width="9px" height="24px" align="left"><img src="images/infobox/top_right.gif" width="9" height="24"></td> </tr> <tr> <td style="background-image:url('images/infobox/left.gif'); background-position: bottom; background-repeat: repeat;"> </td> <td colspan="2" style="background-image:url('images/infobox/center.gif'); background-repeat:repeat; background-position: bottom;">$content</td> <td style="background-image:url('images/infobox/right.gif'); background-position: bottom; background-repeat: repeat;"> </td> </tr> <tr> <td><img src="images/infobox/bot_left.gif" width="9" height="30"></td> <td colspan="2" background="images/infobox/bottom.gif"> </td> <td><img src="images/infobox/bot_right.gif" width="9" height="30"></td> </tr> </table> nothing is hapening this is the code i have in my stylesheet css $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions [url="http://www.oscommerce.com"]http://www.oscommerce.com[/url] Copyright © 2003 osCommerce Released under the GNU General Public License */ .boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; } .errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; } .stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; } .productsNotifications { background: transparent; } .orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; } BODY { background: transparent; color: #000000; margin: 0px; } A { color: #000000; text-decoration: none; } A:hover { color: #AABBDD; text-decoration: underline; } FORM { display: inline; } TR.header { background: #ffffff; } TR.headerNavigation { } TD.headerNavigation { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; font-weight : bold; } A.headerNavigation { color: #000000; } A.headerNavigation:hover { color: #ffffff; } TR.headerError { background: #ff0000; } TD.headerError { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; background: #ff0000; color: #ffffff; font-weight : bold; text-align : center; } TR.headerInfo { background: transparent; } TD.headerInfo { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; background: transparent; color: #000000; font-weight: bold; text-align: center; } TR.footer { } TD.footer { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; font-weight: bold; } .infoBox { background: transparent; } .infoBoxContents { background: transparent; font-family: Verdana, Arial, sans-serif; font-size: 10px; } .infoBoxNotice { background: transparent; } .infoBoxNoticeContents { background: transparent; font-family: Verdana, Arial, sans-serif; font-size: 10px; } TD.infoBoxHeading { background: transparent; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; background: #bbc3d3; color: #ffffff; } TD.infoBox, SPAN.infoBox { background: transparent; font-family: Verdana, Arial, sans-serif; font-size: 10px; } TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd { background: #f8f8f9; } TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even { background: #f8f8f9; } TABLE.productListing { border: 1px; border-style: solid; border-color: #b6b7cb; border-spacing: 1px; } .productListing-heading { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #b6b7cb; color: #FFFFFF; font-weight: bold; } TD.productListing-data { font-family: Verdana, Arial, sans-serif; font-size: 10px; } A.pageResults { color: #0000FF; } A.pageResults:hover { color: #0000FF; background: #FFFF33; } TD.pageHeading, DIV.pageHeading { font-family: Verdana, Arial, sans-serif; font-size: 20px; font-weight: bold; color: #9a9a9a; } TR.subBar { background: #f4f7fd; } TD.subBar { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; } TD.main, P.main { font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5; } TD.smallText, SPAN.smallText, P.smallText { font-family: Verdana, Arial, sans-serif; font-size: 10px; } TD.accountCategory { font-family: Verdana, Arial, sans-serif; font-size: 13px; color: #aabbdd; } TD.fieldKey { font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; } TD.fieldValue { font-family: Verdana, Arial, sans-serif; font-size: 12px; } TD.tableHeading { font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; } SPAN.newItemInCart { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; } CHECKBOX, INPUT, RADIO, SELECT { font-family: Verdana, Arial, sans-serif; font-size: 11px; } TEXTAREA { width: 100%; font-family: Verdana, Arial, sans-serif; font-size: 11px; } SPAN.greetUser { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #f0a480; font-weight: bold; } TABLE.formArea { background: #f1f9fe; border-color: #7b9ebd; border-style: solid; border-width: 1px; } TD.formAreaTitle { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; } SPAN.markProductOutOfStock { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; color: #c76170; font-weight: bold; } SPAN.productSpecialPrice { font-family: Verdana, Arial, sans-serif; font-size:14px; font-weight:bold; color: #ff0000; } SPAN.errorText { font-family: Verdana, Arial, sans-serif; color: #ff0000; } .moduleRow { } .moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; } .moduleRowSelected { background-color: #E9F4FC; } .checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; } .checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; } /* message box */ .messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; } .messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; } .messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; } /* input requirement */ .inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; } /* Individual Boxes - Graphical Borders for modules - Star */ .mws_boxTop_module { background: url('images/infobox_module/top.gif'); font-family: Tahoma; font-size: 11px; text-align : center; font-weight: bold; background-repeat:repeat-x; vertical-align: middle; white-space: nowrap; } .mws_boxLeft_module { background: url('images/infobox_module/left.gif'); } .mws_boxRight_module { background: url('images/infobox_module/right.gif'); } .mws_boxBottom_module { background: url('images/infobox_module/bot.gif'); font-family: Verdana, Arial, sans-serif; font-size: 11px; text-align : center; vertical-align: middle; white-space: nowrap; } .mws_boxCenter_module { background: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 10px;} .mws_boxCenter_module2 { background: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 10px;} /* Individual Boxes - Graphical Borders for modules - Star */ TD.noborderbox { font-family: Verdana, Arial, sans-serif; font-size: 10px; } /* BOF Pageloading by BPAS (www.bpas.co.nz) */ #prepage { display:none; } #prepage_overlay { position:fixed; top:0px; left:0px; width:100%; height:100%; z-index:3; text-align:center; padding-top:30%; padding-bottom:50%; background:#ffffff; opacity:.9; filter:alpha(opacity = 50); } #prepage_content { position:fixed; top:0px; left:0px; z-index:3; text-align:center; margin-left:45%; margin-top:30%; margin-bottom:50%; padding:5px; background:#FAFAF3; border:1px; border-style:solid; border-color:#D4D4D4; opacity:1; filter:alpha(opacity = 100); } /* EOF Pageloading by BPAS (www.bpas.co.nz) */ Any ideas ??? the adress of the store i'm building is http://www.hpbs.gr/index.php as you can understand i want to have my infoboxes displayed like the individual boxes condribution i have installed :)
  3. Hi there I have a problem with the infobox template that is i made a template infobox.php.html and i upload it to the boxes folder in the sts_templates/default/ anyway it hasen't changed anything somehow it's getting everything from the css file i renamed the file to infobox_information.php.html and still nothing somthing hapens only when i change the css file i tryied to reenable the use on infobox template in admin>moduls>sts and still nothing as i figured (i think) somthing is wrong with the sts instalation (but everything else is working fine) that its preventing the sts to get the graphics from the infobox template instead of the css any suggestion about what is wrong???? i know that maybe someone can say why use sts and don't use the http://www.oscommerce.com/forums/index.php?sho...&hl=infobox solution or change the css file the answer to that is that i hate when something does not work the way i want and should thumbsup.gif anyway thanks in advance for the help
  4. Thanks I was in the STS forum when i clicked on add topic and then i saw that it was created outside the STS sorry about that but the edit options in this forum are very limited (can't delete a topic nor change the title to STS - problem with infobox) anyway thanksfor the answer
  5. Hi there I have a problem with the infobox template that is i made a template infobox.php.html and i upload it to the boxes folder in the sts_templates/default/ anyway it hasen't changed anything somehow it's getting everything from the css file i renamed the file to infobox_information.php.html and still nothing somthing hapens only when i change the css file i tryied to reenable the use on infobox template in admin>moduls>sts and still nothing as i figured (i think) somthing is wrong with the sts instalation (but everything else is working fine) that its preventing the sts to get the graphics from the infobox template instead of the css any suggestion about what is wrong???? i know that maybe someone can say why use sts and don't use the http://www.oscommerce.com/forums/index.php?sho...&hl=infobox solution or change the css file the answer to that is that i hate when something does not work the way i want and should :thumbsup: anyway thanks in advance for the help
×
×
  • Create New...