Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ichini

Members
  • Posts

    22
  • Joined

  • Last visited

Profile Information

  • Real Name
    Gesshoku

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ichini's Achievements

  1. Attributes update: inventory Version 1.0.0 This module allows setting stock, details and suppliers (cost) for each variation separately. Author: osCommerce Application Coming Soon ------------------------- I see this in the add-ons section. So I assume that means osCommerce does not have separate pricing/stock for attributes out of the box? :( I was excited to see the new version as I'd like to update my super old 2.x oscommerce store one of these days. Flexible attributes features are very important, though. Is there an ETA for when this add-on will be out, and will it be free? Thanks.
  2. Hi, I've been upgrading my store on a test server and just installed this contribution. It works great so far - I appreciate all the hard work. I have just one question about the 404 page. Is it possible to turn the 404 page back into the default oscommerce 'product not found' page? I'd like to be able to keep the header and left and right columns the way the default does. If I try to edit the 404 file I can't include header.php and the others without errors. Or what files would I look in if I wanted mess around a bit? ^_^ Thanks!
  3. Turn off debugging mode (in admin > modules > order_total). This fixed my account_history_info.php pages being messed up. If you look at the order in order_total in the database, I noticed that debugging mode puts some extra code/comments into the fields, so turning that off worked for me. BTW, thanks to the creator for this great mod. Best coupon mod I've found yet, as it does just what I need. Works perfectly even with a RC patched store and Multi-table Multi-zone installed. ^^
  4. I'm using the basic design pack and trying to replace the box headings with images. I got it to work on the left side in the Categories box, but the image is overlapping strangely on the right side in the Shopping Cart box, as seen here. Can anyone point me in the right direction? This is my boxes.php, and I've got the image set as background with no-repeat in the stylesheet. if ($left_corner == true) { $left_corner = tep_image(DIR_WS_IMAGES . 'ShoppingCartBox/corner_left.gif'); } else { $left_corner = tep_image(DIR_WS_IMAGES . 'ShoppingCartBox/corner_right_left.gif'); } // if ($right_arrow == true) { // $right_arrow = '<a href="' . $right_arrow . '">' . tep_image(DIR_WS_IMAGES . 'ShoppingCartBox/arrow_right.gif', ICON_ARROW_RIGHT) . '</a>'; // } else { $right_arrow = ''; // } if ($right_corner == true) { $right_corner = $right_arrow . tep_image(DIR_WS_IMAGES . 'ShoppingCartBox/corner_right.gif'); } else { $right_corner = $right_arrow . tep_draw_separator('pixel_trans.gif', '0', '0'); } $info_box_contents = array(); $info_box_contents[] = array(array('params' => 'height="26" class="ShoppingCartBoxHeading"', 'text' => $left_corner), array('params' => 'width="100%" height="26" class="ShoppingCartBoxHeading"', 'text' => $contents[0]['text']), array('params' => 'height="26" class="ShoppingCartBoxHeading" nowrap', 'text' => $right_corner)); $this->tableBox($info_box_contents, true); } } I've kind of guerilla-modded as I go until things work, as you can probably see from the commented-out arrow, so I'm not approaching this with any sort of plan and I'm a bit stuck now. :\ Apologizes if the answer is in this thread somewhere already... I haven't had time to read through the whole thing just yet..
×
×
  • Create New...