Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Thunder_BLN

Archived
  • Posts

    14
  • Joined

  • Last visited

Profile Information

  • Real Name
    Marc

Thunder_BLN's Achievements

  1. hi, i edit the code in the css but my problem is to change the borders of the td tr inside the table. I dont found any class in stylesheet for this modification. for example. editing the css. border red background white editing the css border red background #eeeee the borders inside of this box didn't change the color... my aim: all borders red and background white i know this modification is not a problem with the basic design pack, but i hope you can help me :) thnx for help :)
  2. a question again.. i want although edit the product_listing i change the border color and the background color of the productlisting in the stylesheet.css. but i want although edit the white borders inside the productlisting. i dont found anything in the stylesheet and product_listing.php ... where i can change the white borders inside the box.. thnx toyicebear
  3. ok get the new buttons by my own ;) works perfectly ... cheers thunder
  4. hi :) I got a question about the css buttons. I want to use my own german button-set. I replace the buttons in the image directory with the original name. how can I get the image buttons back, what file and what code I must "re-edit"? thnx for your help
  5. Hi, i want to edit the product preview. i want to add a new row for maximum value and other additional informations. in wich file i can edit this product preview? thnx from germany :)
  6. *haha you have the same probs with ie 6 and ie7 like me? or does it work on your browser?
  7. HI no prob: include/class/ boxes.php: //Default contenBox Class . . . . $info_box_contents = array(); $info_box_contents[] = array(array('params' => 'height="14" class="contentBoxHeading"', 'text' => tep_image(DIR_WS_IMAGES . 'contentBox/corner_left.gif')), array('params' => 'height="14" class="contentBoxHeading" width="100%"', 'text' => $contents[0]['text']), array('params' => 'height="14" class="contentBoxHeading"', line 163 'text' => tep_image(DIR_WS_IMAGES . 'contentBox/corner_right_left.gif'))); $this->tableBox($info_box_contents, true); } } edit line 163 to contentBOx/corner_right.gif
  8. ok I edit all things and it looks perfekt with mozilla firefox & safari I visit the website with internet explorer 6 and 7. there is a problem with the headerbackground image, and footerbackground image. the image where reapet two times, and I can see only the halfpicture twice. I used google to search for the problem. On some website I read ie6 and ie7 had some probs with stylesheet.css data. how can i fix this bug only for ie6 & ie7 in the .css Stylesheet.css TR.header { background: #ffffff; background-image: url("images/header_background.jpg"); height: 100px; } TR.footer { background: #bbbbbb; } TD.footer { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #bbbbbb; color: #ffffff; font-weight: bold; } .imagefooter { background: #ffffff; background-image: url("images/footer_background.jpg"); height: 100px; } header.php <div class="fixcenter"> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr class="header"> <td align="right" valign="bottom"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.png', HEADER_TITLE_MY_ACCOUNT) . '</a> <a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.png', HEADER_TITLE_CART_CONTENTS) . '</a> <a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.png', HEADER_TITLE_CHECKOUT) . '</a>'; ?> </td> </tr> </table> sry for so many stupid questions :'( :'( :'(
  9. hi, I some more question for the design with the Basic Pack. First of all I want to change the Boxfooter although in round corners like this: before editing: after editing: is this possible and where I can change the box (stylesheet.css?) After editing the boxheader corner_left and corner_right one box didnt change the right corner: where I can edit the right corner. I dont find a .php in the directory includes/boxes/ which change the "new product box". The center position of the website after installing the basic design pack is very cool, but sometimes the boxes overlay the right border. can i change this? thnx for your help. lg thunder
  10. thnx works perfect :D sorry for the newb questions * :-"
  11. I put the new rounded corners in first in the directory of CategoriesBox. header_left.gif and header_right.gif At the boxes.php I edit following things: class CategoriesBoxHeading extends tableBox { function CategoriesBoxHeading($contents, $left_corner = true, $right_corner = true, $right_arrow = false) { $this->table_cellpadding = '0'; if ($left_corner == true) { $left_corner = tep_image(DIR_WS_IMAGES . 'CategoriesBox/header_left.gif'); } else { $left_corner = tep_image(DIR_WS_IMAGES . 'CategoriesBox/corner_right_left.gif'); } if ($right_arrow == true) { $right_arrow = '<a href="' . $right_arrow . '">' . tep_image(DIR_WS_IMAGES . 'CategoriesBox/arrow_right.gif', ICON_ARROW_RIGHT) . '</a>'; } else { $right_arrow = ''; } if ($right_corner == true) { $right_corner = $right_arrow . tep_image(DIR_WS_IMAGES . 'CategoriesBox/header_right.gif'); } else { $right_corner = $right_arrow . tep_draw_separator('pixel_trans.gif', '11', '14'); But although the left corner get a round image, with the right corner nothing happen's. What is wrong? Sry again for my broken english *sry thnx thunder
  12. There are 3 images used.. corner left corner right and corner left right which is used is based on the use of this code in the boxes false, false - both corner left right true, false - corner left , corner left right false, true - corner left right , corner right true, true - corner left , corner right DONT PM QUESTIONS , ASK IN THE SUPPORT TREAD IN THE FORUM
×
×
  • Create New...