Keep Products Displayed When Out of Stock

Keep Products Displayed When Out of Stock

Keep Products Displayed When Out of Stock Download Summary

  • Language: PHP
  • Platform: Windows / Linux / BSD
  • License: GPL - GNU Public License
  • Databases: MySQL
  • Downloads: 299
  • Released: Jun 15, 2007

Keep Products Displayed When Out of Stock Description

Here is how to make items stay displayed in your product listings, even if they are out of stock. Some people reported not being able to do this, while others had just the opposite problem. For my own site, there was no other way except to delete a few lines of code.

remove these lines from catalog/checkout_process.php:

if ( ($stock_left < 1) && (STOCK_ALLOW_CHECKOUT == 'false') ) {
tep_db_query("update " . TABLE_PRODUCTS . " set products_status = // '0' where products_id = '" . tep_get_prid($order->products[$i]['id']) . "'");
}

-just put // in front of each line. This will stop the .php file from writing the products_status as out of stock in the database.

Keep Products Displayed When Out of Stock Keywords

Keep Products Displayed When Out of Stock Bookmark

Hyperlink code:
Hyperlink for Forum code:

Keep Products Displayed When Out of Stock Script Download Notice

Top 4 Download periodically updates information of Keep Products Displayed When Out of Stock script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Keep Products Displayed When Out of Stock torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Customise New Products and Products displayed

... Product_new.php screen to show only the number of products and pages that you specify.These variables are easily set in the admin > configuration > Maximum Values section once the contribution is installed. ...

Specials Page Displayed Like New Products Page

This mod makes the products display just like the New Products page. (products_new.php)Easy to install. Simply upload my new specials.php file into your server, so that it overwrites the old one.REMEMBER TO BACK UP FIRST!!!!! ...

SoldOut but displayed

... (season-)products, so I wanted to display also the products that are sold out so that my visitors ... view/compare/learn more about them until they are in stock again next time.Only one file to change (not included in archive):catalog/products_info.php one image to add (included in archive):catalog/includes/languages/english/images/buttons/button_sold_out.gifFor MS2 and MS1 (read Install.txt) ...

Products Sold

... and the buttons 'in_cart' and 'buy_now' are not displayed.It is different of the 'status' option because the product is still displayed even if it's sold. ...

Buy It Now For new products

... a "Buy It Now" button to the new products this month section of their website. This includes the front page and category pages. Full instructions are included. ...