/*************************************************\ | Inventory Pricing | | -Change prices for multiple products all at one | | time. Great for putting a group of products on | | sale and then later restoring their orginal | | price. | | -Search by: Price Range, Category, Product Title| | Product SKU, Low Selling Products | | | | BCS Engineering | | Copyright (c) 2004 BCS Engineering, | | Carrie L. Saunders <> | | All rights reserved. | | See http://www.bcsengineering.com/license.shtml | | for full license | | For X-cart versions 3.5.X | \*************************************************/ NOTE: You should always make a back-up copy of your files and/or database before installing any modification. INSTALLATION: 1. Add to skin1/provider/menu.tpl Inventory Pricing
after Update inventory
2. Add to skin1/single/home.tpl {elseif $main eq "inventory_pricing"} {include file="provider/main/inventory_pricing.tpl"} after {if $smarty.get.mode eq "subscribed"} {include file="main/subscribe_confirmation.tpl"} 3. Uncompress the zip and copy all the files into their appropriate directories.