Ejemplo n.º 1
0
 /**
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('digitalpianism/customreports/advancedgrid.phtml');
     $this->setTitle('Wishlist Report');
     // Set the right URL for the form which handles the dates
     $this->setFormAction(Mage::getUrl('*/*/index'));
 }
 /**
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('digitalpianism/customreports/advancedgrid.phtml');
     $this->setTitle('Custom Worstsellers By Category Report');
     $this->setSideNote("<p>Attention: please note that these data may not be totally accurate due to the following reasons:</p>\n\t\t\t\t\t\t\t<p>- A product can be moved to a different category after an order has been placed.</p>\n\t\t\t\t\t\t\t<p>- A category can be deleted</p>\n\t\t\t\t\t\t\t<p>- A product can be in more than one category</p>\n\t\t\t\t\t\t\t<p>For these reasons, if a product is in several categories, it will be counted as a sale for all of these categories.</p>");
     // Set the right URL for the form which handles the dates
     $this->setFormAction(Mage::getUrl('*/*/index'));
 }
Ejemplo n.º 3
0
class DigitalPianism_CustomReports_Block_Shoppedonce extends DigitalPianism_CustomReports_Block_Customreport
{
    /**
     *
     */
    public function __construct()
    {
 /**
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('digitalpianism/customreports/grid.phtml');
     $this->setTitle('Custom Signed Up But Never Shopped Report');
 }
Ejemplo n.º 5
0
 /**
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('digitalpianism/customreports/grid.phtml');
     $this->setTitle('Custom Products With No Upsells Report');
 }