Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Install Unsold Carts?


map

Recommended Posts

I downloaded stats_unsold_carts.php and uploaded it to my admin directory with the other "stats" files but it's not showing up in the Reports. I dumped my cache and even tried checking it with another browser but it's not there. Are there instructions for the installation? Am I missing something?

 

Thanks!

Mary

Link to comment
Share on other sites

Thank you. No I didn't and I'm not sure how. Are there instructions somewhere?

 

 

 

 

Did you add a link to it in includes/boxes/reports? Did you add the filename to includes/filenames.php?
Link to comment
Share on other sites

I'm assuming you're using this one.

 

Unsold Carts Report

 

Download the one from 7 Jul 2007. That should have everything you need.

 

map, here are the instructions:

4) Edit /admin/includes/boxes/reports.php

Replace

  '<a href="' . tep_href_link(FILENAME_STATS_CUSTOMERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_REPORTS_ORDERS_TOTAL . '</a>');

with

	   '<a href="' . tep_href_link(FILENAME_STATS_CUSTOMERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_REPORTS_ORDERS_TOTAL . '</a><br>' .
   '<a href="' . tep_href_link(FILENAME_STATS_UNSOLD_CARTS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_REPORTS_UNSOLD_CARTS . '</a><br>');

5)	Edit /admin/includes/filenames.php and add:

  define('FILENAME_STATS_UNSOLD_CARTS', 'stats_unsold_carts.php');

6) Edit /admin/includes/languages/english.php and add:

  define('BOX_REPORTS_UNSOLD_CARTS', 'Unsold Cart');

Link to comment
Share on other sites

Mary

 

The above post does contain some of the instructions, however it sounds like you do not have the language file either.

 

Make sure to download the dated version I mentioned above. That will get the language file and all of the install instructions.

Link to comment
Share on other sites

Many, many thanks! I'm all set now. Much appreciated!!!!

Mary

 

 

 

Mary

 

The above post does contain some of the instructions, however it sounds like you do not have the language file either.

 

Make sure to download the dated version I mentioned above. That will get the language file and all of the install instructions.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...