Products     Magento Extension     PCI-Shopping-Carts     Templates       CRELoaded     WordPress Modules     osCommerce Modules       osCommerce Addons       osCommerce Features       osCommerce Management       Payment Modules     CRELoaded Modules       CRE Loaded Addons       CRE Loaded Features       CRE Loaded Management       Payment Modules       CRELoaded Services
Free Stuff
Customization
Templates
Compare Products
You have no items to compare.
Affiliate Info
Affiliate Program FAQ
Affiliate Log In
Recent Orders
Hot Keywords: Order Notification, Order Search, Coupon, Flash Board, Compare, Floating Message, Tracking, Moneris, RSS, Visitor Filter

  Daily Product Report

The following osCommerce contribution is a free Opensource code originated from official osCommerce website and provided for your reference only, you may download the original contribution file(s) and install it on your own; or you may request a Paid Installation Service from Agents Of Power; Agents Of Power does the "AS IS" installation on your website, we do not guarantee it will work properly on your website. Extra Paid service is available for repairing the problem from the original contribution or from your website.
When I downloaded this package I found that it only displayed the first 10 results and did not show the rest of the products. Now it shows the pages properly and lets you browse through them.

I also added the feature to allow for date ranges instead of just a single day.

This is NOT the full package. This is only just the file I modified.
Added CVS export function is also wokring


The Daily Product Report v0.2 by azer is working completely.

The one thing which was missing in Azer code is

** function mirror_out


So find
<?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>



-------Replace it with


<?php require(DIR_WS_INCLUDES . 'application_bottom.php');


function mirror_out ($field) {

global $csv_accum;

echo $field;

$field = strip_tags($field);

$field = ereg_replace (",","",$field);

if ($csv_accum=='') $csv_accum=$field;

else

{if (strrpos($csv_accum,chr(10)) == (strlen($csv_accum)-1)) $csv_accum .= $field;

else $csv_accum .= "," . $field; };

return;

};
?>


****************************
Still if anyone having trouble .here I added full package of "Daily Product Report" .

All the best
   Posted on: 11/21/2008     See contribution details Request Installation with Paid service