Community Add-Ons

Add file to this package
Top » Features

SaleMaker - All products marked down
for osCommerce Online Merchant v2.2

The SaleMaker contribution provides store-owners with the necessary tools for defining, managing and exploiting StoreSales.

Legend:  Download   Report
Expand All / Collapse All
Help skimanic23 12 Jun 2009  

If you have pages that are not displaying the sale price after installing the contribution, make sure the page contains a code similar to the following:

if ($new_price = tep_get_products_special_price($product_info['products_id'])) {
$products_price = '<s>' . $currencies->display_price($product_info['products_price'], tep_get_tax_rate($product_info['products_tax_class_id'])) . '</s> <span class="productSpecialPrice">' . $currencies->display_price($new_price, tep_get_tax_rate($product_info['products_tax_class_id'])) . '</span>';
} else {
$products_price = $currencies->display_price($product_info['products_price'], tep_get_tax_rate($product_info['products_tax_class_id']));
}

SaleMaker 2.4 skimanic23 8 Jun 2009  
Version 2.3 kit 1 Dec 2006  
Change of the DB Table Falk 14 Feb 2005  
D:downloadoscommerceSaleMaker 2.2MS2 v1.02 DaemonJ 31 Oct 2004  
Instruction for Salemaker With Column Listing Jud Stephenson 2 Mar 2004  
SaleMaker - Update 2.2MS2v1.01 Marcel van Lieshout 14 Jul 2003  
SaleMaker screenshots Marcel van Lieshout 12 Jul 2003  
SaleMaker - All products marked down Marcel van Lieshout 12 Jul 2003