Contributions

Other (Category Index)
Search: 

EPIT- Easy Plugin Install Tool for Oscommerce rc2.3

To install new plugin (add-ons ) to oscommerce rc2.* is not easy for who are not good at programming. Therefore, this Easy Plugin Install Tool (EPIT) is used to automatically install plugin for every one.

This is a very difficult project required programming from ground up for oscommerce rc2.*.

However, I will try my best to do this impossible challenge.

You can get latest information here:

http://forums.oscommerce.com/topic/368004-who-can-develop-a-tool-for-easyly-installing-plugins/

Expand All / Collapse All

EPIT_PHP_Script_Addon_for_Oscommerce_beta0.2.zip 12 Jan 2011

EPIT_PHP_Script_Addon_for_Oscommerce_beta0.2.zip


This version is jsut for review, and cannot be really be used to install plugin.

website1: www.ushops.net
website2: www.unionshops.net

download1: http://addons.oscommerce.com/info/7681
download2: https://www.ushops.net/download.php

Forum: http://forums.oscommerce.com/topic/368004-who-can-develop-a-tool-for-easyly-

installing-plugins/


Maintainer: Lu
Contact: Global.Unionshops@gmail.com


----------------------------------------------------
Installation:

(1) upload all files to your root folder which may be called catalog;

(2) Edit Files: oscommerceadminincludesboxestools.php

AFTER THIS LINE:

$contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_BACKUP) . '"

class="menuBoxContentLink">' . BOX_TOOLS_BACKUP . '</a><br>' .

BEFORE THIS LINE:

'<a href="' . tep_href_link(FILENAME_BANNER_MANAGER) . '"

class="menuBoxContentLink">' . BOX_TOOLS_BANNER_MANAGER . '</a><br>' .

INSERT LINE:

'<a href="' . tep_href_link('epit.php') . '" class="menuBoxContentLink">' . "EPIT

Plugin" . '</a><br>' .


------------------[change log]--------------------------------
2011/01/12 EPIT v0.2
can upload and decode standard EPIT plugin zip files, and get plugin information

from Install.xml.


2010/12/18 EPIT v0.1
basic interface.

EPIT_EasyPluginInstallTool_oscommerce_beta_0.1 5 Jan 2011
Sample_Plugin (Paypal_IPNv1.0) 14 Dec 2010
EPIT- Easy Plugin Install Tool for Oscommerce rc2.3 14 Dec 2010

Note: Contributions are used at own risk.