plugin development in xt:commerece - php

I have installed xt:commerece a shoping cart related site. I want to develop a plugin within this CMS. But the documentation that they give in their admin panel is quite minimul. Is there any body who has already done this job can tell me where to find its documentation?
Or can tell me what are hooks here?
Where to find functions?
How to find keys for code?

This is the only documentation I found
http://webhelp-de.xt-commerce.com/HTML_EN/index.html?xt_serials.htm
look under Developer Information -> Pluginsystem
Note it is also very brief and not very clear.
Have you managed to find any other documentation for this? That would be helpful as I am facing the same problem.
EDIT: Documentation moved to https://xtcommerce.atlassian.net/wiki/display/MANUAL/Entwicklerinformationen

Here is a link to XT-Commerce documentation I found.
https://xtcommerce.atlassian.net/wiki/display/MANUAL/Entwicklerinformationen.
Hooks are also mentioned there.

Related

Dynamically add or remove code module in a laravel project

I have been trying to understand how this concept works. Adding or removing code modules from laravel project. I have seen this feature in many places such as quickadminpanel.com, October CMS etc. These sites are used to create an admin panel quicker, there is an interesting feature that i found in quickadminpanel that is installing module that i need. Basically i want to achieve this but i don't know how to do !! May be someone can help as this feature and concept actually exists.
The author himself replied in a mail. Now the concept is much clear to me. He simply replied this, "It's similar to how Laravel works with stubs - copy-pasting files as templates, replacing the variables in content: youtube.com/watch?v=eWarTZuates&t=1s"

Eclipse 4.5.1 and SonarQube Issue Tracker View

actually I am trying to setup SonarQube for my PHP-Project.
In my Eclipse Installation I'm trying to use the "SonarQube Issue Editor" which is shown here:
http://docs.sonarqube.org/download/attachments/6948813/sonarqube-eclipse-overview.png?version=1&modificationDate=1383220387000&api=v2&effects=drop-shadow
But I can't find this view, where you can directly edit the issue.
Everything other works well, i see the Issues-Tab and also the Rule Description.
Also tried SonarLint but there is the same like in SonarQube-Plugin.
Has anyone else have this problem, or a solution for it?
Is there maybe an other solution to edit the issues in eclipse, which are created by SonarQube?
I don't find anything else in the forum or on Google....
I Just don't get it.. Please help me
Got an answer from SonarLint developer:
SonarLint does not support associating a project with a particular SonarQube server, so there is no such editing possible at the moment. We plan to keep adding features to SonarLint so stay tuned!

What is bizXpress? And what is the purpose and use of it in wordpress?

I am newer with WordPress, so i dont have enough knowledge of it. Last few days i have installed wordpress with Xampp. I also have created some post, pages.
But yesterday i was googling about WP then i got something about bizXpress, then i know about that. bizXpress provides some tools, keywords for our website, which makes our website popular.
So i have followed this link:
http://wordpress.org/plugins/bizxpress/
http://www.nickusborne.com/if-you-have-a-wordpress-website-get-yourself-the-new-bizxpress-plugin/
I have installed bizXpress in WordPress. But i'm not able use. i have googled but cannot find anything usefull.
In these links, i found there are some tools and research tools to make website Popular.
but i dont have any idea how to use them.
Someone suggest me:
What is the purpose and use of bizXpress with Wordpress?
How can i use these tools with WordPress?
The missing link in Wordpress is the guidance for how to turn a website into an online business. You need to do keyword research, and understand the process of, not just getting visitors, but turning them into customers. That's what bizXpress does. It teaches you the correct process (or one of them).
Yes you can find some help if you search around, but bizXpress builds it into the fabric of Wordpress via a plugin. After all, the best part of Site Build It is the guidance it gives to beginners. Sitesell is just offering that guidance to WP users.
To use those tools, in your admin, look for the name same as the name of the Plugin and you can manage it. :P Simple?
This plugin offers no functionality in WordPress. The plugin just creates a dashboard for links to the tools. It is easier to login at the bizxpress website instead of installing it on your site. The instruction manual is called the Action Guide.

YII Pluggin for Net Beans

Can you please let me know where do I get YII Framework plugin for Netbeans? I tried to search but I couldn't find.
Thank you very much!
The question is why do you need a plugin?
Just include Yii framework path in your project include path and all your functions will be part of autocomplete.
I use Yii with netbeans all the time and never felt the need for one. However there is another IDE, codelobster, who recently launched a plugin for yii, you might check it out but it is not as good as netbeans for advanced users, however good enough for basic usage so you might be interested.
Also for PDT there is plugin adding yii framework support. At the moment functionality is limited to creating new yii-powered project and some useful navigation (controller/action -> view, view -> view (partial render), widget->widgetClass, and some others.
More information you can find at yiiclipse home page.
There isn't one currently. That's why you couldn't find it.
actually it is available here is the link
http://www.yiiframework.com/news/69/yii-plugin-for-netbeans/

Openx plugin development

I have just entered in the world of OpenX, and as figured out that new version is built with PLUGIN Framework. I have gone through the Openx plugin development documentation, but its quite bit complicated and half explained.
Being a php developer, I would like to jump into plugin development for openx.
If anyone can point me to a starting, with good reference and tutorial?
Thanks,
Tanmay
I didn't got much reference but here is the link which can help you create plugins
https://svn.openx.org/openx/trunk/plugins_repo/release/openXDeveloperToolbox.zip
With this you can create a framework of plugin. This will be a great help to understand the file structure.
Hope some one will be helped
by using openX Developer Toolbox we we can create new mock plugins, basically it will create a new mock plugin files and you have to change those files as per requirement and you can install that plugin. It is not fully good solution for building a plugin but yes it will help you build a plugin.
Here is another resource for plugins (includes a link to the Toolbox above as well as a demo plugin):
http://blog.openx.org/05/plugin-framework-exposed/
Take care when using the plugin-skeleton generator. It will generate the function name of the delivery method with a wrong name. So at the end it will NOT be called at all.
Adding "_adRender" (as a postfix) to the function-name should fix this.

Categories