Who can develop a tool for easyly installing plugins?
#1
Posted 06 December 2010, 03:10
It is too waste time when we install plugins. Are you agree with me?
So how to deal with this problem?
Do you have some good idea?
#2
Posted 06 December 2010, 03:12
#3
Posted 06 December 2010, 03:14
stonelgq, on 06 December 2010, 03:10, said:
It is too waste time when we install plugins. Are you agree with me?
So how to deal with this problem?
Do you have some good idea?
#4
Posted 06 December 2010, 03:22
thank you very much.
what I am thinking is not only the Paypal module, but the other more complex plugins for example language plugins. when we install language plugins, we sometimes have to modify some files. This process is too waste time. For me if I am not good at programming, especially maybe I don't know what is FTP and Mysql, it will very difficult to install any plugin.
So do you think it is a good idea who can develop a local tool for installing all plugins for oscommerce?
Lu
#5
Posted 06 December 2010, 03:35
stonelgq, on 06 December 2010, 03:22, said:
So do you think it is a good idea who can develop a local tool for installing all plugins for oscommerce?
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#6
Posted 06 December 2010, 03:53
okey, I use a graph to describe my idea
[img]http://www.ushops.net/epit/official/main_logic.JPG[/img]
Edited by stonelgq, 06 December 2010, 03:58.
#7
Posted 06 December 2010, 04:36
stonelgq, on 06 December 2010, 03:53, said:
okey, I use a graph to describe my idea
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#8
Posted 06 December 2010, 05:10
my idea is like this, it is too difficult:
[img]http://www.ushops.net/epit/official/main_logic2.GIF[/img]
Edited by stonelgq, 06 December 2010, 05:19.
#9
Posted 06 December 2010, 09:49
Support is commercially available. The question is whether you value your business
highly enough to spend money on it.
For commercial support from known developers who support osCommerce
ethos, please post at http://forums.oscommerce.com/forum/79-commercial-support/
#10
Posted 06 December 2010, 11:52
burt, on 06 December 2010, 09:49, said:
hello burt, it seems very difficult to develop such plugin install tool.
okey, I will pay myself to do it
#11
Posted 06 December 2010, 13:28
(1)web-based plugin install tool which will embedded into oscommerce. It will be written in php code.
(2)external plugin install tool which is local used for e-shop managers.
The first type called web-based plugin install tool will be like this:
[img]http://ushops.net/epit/official/web-based.GIF[/img]
The plugin makers prepared plugins in form of zip files;
then, e-shop manages all over the world can easily install plugins through the plugin install tool.
Edited by stonelgq, 06 December 2010, 13:40.
#12
Posted 06 December 2010, 17:03
8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.
Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.
Any issues with oscommerce, I am here to help you.
#13
Posted 07 December 2010, 07:28
web-project, on 06 December 2010, 17:03, said:
Dear Alex, do you have any good idea how to recode oscommerce v2.* from ground up? I suppose if we can develop a smart plugin install tool, many existed installation problems can be solved immediately. Are you agree with me?
Edited by stonelgq, 07 December 2010, 07:30.
#14
Posted 08 December 2010, 02:30
(1)for Plugin Makers: can be used for packing plugin contribustions in form of zip files, and log packing information for easily upgrade;
(2)for shop managers: can automatically install standar plugin zip files which made by plugin makers, and save install list for uninstalling.
The idear is like this figure:
[img]http://ushops.net/epit/official/web-based-process.GIF[/img]
#15
Posted 08 December 2010, 07:18
stonelgq, on 07 December 2010, 07:28, said:
100% agree. You want to have simillar oscommerce as wordpress, without any knowledge anyone can install the modules.
Edited by web-project, 08 December 2010, 07:18.
8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.
Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.
Any issues with oscommerce, I am here to help you.
#16
Posted 13 December 2010, 03:26
why definition of standar plugin file is important?
Because standar plugin zip files can let oscommerce rc2.* load all of plugins by using the same process.
I define standar plugin file stucture like the following figure:
[img]http://ushops.net/epit/official/StandarFileStructure.GIF[/img]
Here you can download sample code of standar plugin filefor oscommerce rc2.*:
here is the sample code of standar plugin file:
<?xml version="1.0" encoding="UTF-8"?>
<UnionShops>
<EsayPluginInstallTool>
<Plugin_information>
<EPIT>here if EPIT version</EPIT>
<PluginName>here is plugin name</PluginName>
<plugin_nick_name>here is plugin nick name such as SEO</plugin_nick_name>
<Latest_version>v0.1</Latest_version>
<url/>
<update_time/>
<ecommerce>here is supported oscommerce rc2.*</ecommerce>
<maintainer>Lu</maintainer>
<maintainer_email/>
<contact_email>stonelgq@gmail.com</contact_email>
<example_website>here is plugin website</example_website>
<description>here is description</description>
<dependencies/>
</Plugin_information>
<step index="1" type="Add Extra Documents" id="6">
<file>\doc\demo\plugin-epit1-unionshops-v1.0-oscommerce-rc2.2\upload\index.php</file>
</step>
<step index="2" type="Upload New Files" id="1">
<folder>D:\webmall\unionshops\EasyPluginsInstaller\src7.0\demo\plugin-epit1-unionshops-v1.0-oscommerce-rc2.2\upload</folder>
<file>\admin\my_file.php</file>
<file>\ext\modules\ok.php</file>
</step>
<step index="3" type="Replace Lines of Existed File" id="2">
<file>D:\webmall\unionshops\EasyPluginsInstaller\release\data\oscommerce-2.2rc2a\catalog\conditions.php</file>
<after>after this line</after>
<above>and above this line</above>
<add>add your codes here</add>
</step>
</EsayPluginInstallTool>
</UnionShops>
Edited by Mark Evans, 13 December 2010, 08:21.
#17
Posted 14 December 2010, 05:00
As previous mentioned, standar plugin file is important for plugin installer of oscommerce rc2.*. However, to define standar plugin file may be a usefule step requiring every plugin maker to follow.
[img]http://ushops.net/epit/official/MakeStandarPluginFile.GIF[/img]
Edited by stonelgq, 14 December 2010, 05:06.
#18
Posted 14 December 2010, 05:09
now I can only use [url/], but the web manager seems very angry with my external link
#19
Posted 14 December 2010, 05:23
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:














