Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

slamdunk

Archived
  • Posts

    14
  • Joined

  • Last visited

Profile Information

  • Real Name
    Slam

slamdunk's Achievements

  1. Hi,

    I tried the Stock inventory report with export contribution which works fine but has some bugs when exported to csv. I think semi colon ; needs to be replaced with a comma to fix it.

    I'm not good at php so I don't know how to do this. Please verify this and update the contribution.

    Thanks for posting this contribution.

  2. Thats the manual way to do it but looking for an automatic code. Thanks!
  3. Hi, How to hide products from product listing if stock level is 0 ? Problem is some novice customers see the out ot stock products and add to cart but they are not able to checkout and they complain that site is not working. Therefore I want to hide such products from displaying all together. Thanks!
  4. Hi, Is there any contribution to add Product description to invoice & packing slip ? Or anyone has done this? Thanks!
  5. Hi, Is there any contribution to add Product description to invoice & packing slip ? Or anyone has done this? Thanks!
  6. Hi Guys, I have a custom template with a little bit of area on the home page to show some images. The current code of the box (panel_top.php) is below. I tried this fading slideshow contribution http://addons.oscommerce.com/info/5909 but its not scrolling horizontally. Has anyone got a basic javascript to scroll multiple images horizontally from an folder to fit into this area? <?php /* $Id: languages.php,v 1.15 2003/06/09 22:10:48 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ ?> <table cellpadding="0" cellspacing="0" border="0" style="height:193px "> <tr> <td><?php echo tep_image(DIR_WS_IMAGES.'bann.jpg')?></a></td> </tr> </table> Thanks!
  7. Hi Guys, I have a custom template with a little bit of area on the home page to show some images. The current code of the box (panel_top.php) is below. I tried this fading slideshow contribution http://addons.oscommerce.com/info/5909 but its not scrolling horizontally. Has anyone got a basic javascript to scroll multiple images horizontally from an folder to fit into this area? <?php /* $Id: languages.php,v 1.15 2003/06/09 22:10:48 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ ?> <table cellpadding="0" cellspacing="0" border="0" style="height:193px "> <tr> <td><?php echo tep_image(DIR_WS_IMAGES.'bann.jpg')?></a></td> </tr> </table> Thanks!
  8. I found the contribution http://addons.oscommerce.com/info/6369/v,22 but didnt work for me. I'm also using add multiple products check box contirbution http://addons.oscommerce.com/info/3050/v,22. Do they both go together?
  9. Hi Guys, Just wondering if there is a contribution to add + (increase) and - (decrease) quantity button instead of typing in the quantity box during checkout ? Has anyone does this? Thanks!
  10. The links to 3 contributions are below: http://addons.oscommerce.com/info/4850 http://addons.oscommerce.com/info/1129 http://addons.oscommerce.com/info/738 Hope someone can help me out. Thanks!
  11. Hi Guys, I tried 3 contributions from (HairyJim, Help4Hosters.com & Stuart Low) for adding multiple products with one click to cart, however it doesn't work for me. After installing these contritutions (tried one by one), I don't see any items at all. The catalog/index.php doesn't show anything on the screen. I'm a novice. Please help me. Thanks!
×
×
  • Create New...