i have to develop one custom admin module.can you please suggest the basic flow to achieve this.what pre concepts we have to be familiar with for basic custom admin module.please let me know any reference links.
Take a look on these excellent references:
http://devdocs.magento.com
https://mage2.pro
http://alankent.me
Regards,
Related
I am trying to find a better solution for a Motorcycle Shop. I like the idea to use Microsoft Dynamic CRM for customer loyalty, that is a good idea but in the other hand I have the Motorcycle Configurator where you can configure the motorcycle as you want. Select version, color, etc.
My idea is to make an external solution because I need to consume data from many sources and sincerely is not the crm function to configure a motorcycle. Someone has worked with something similar that can enlighten me.
Thanks in advance.
Usualy such tasks are solved following way:
1. There is separate tool (software) with a good interface to configure car, complex equipment or something else. Such tools provides interfaces and configurations rules and validation (there are options which can exclude each other and so on)
2. This tool is integrated with Dynamics CRM and creates order or quote lines. Each line is either product or option. So crm is not responsible for validation o configuration.
So first of all I can propose to investigate what options you current configurator provides to integrate with it.
Does stormpath provide an easy way to implement a terms and conditions page? I have not found much information regarding a way to go about doing this. I am using Express in NodeJS.
Any ideas help.
Thank you
You should implement this as a page in your own application. You can modify our default templates to includes links to your pages.
I am new to Magento. I would like to get a good tutorial and example for creating module to display webservice . Please suggest to me some websites that explain these things in a simple way.
Thank you...
You can take a look at this thread, or this one but this is just for API v1.
There is a good explanation on how the API works on Alan Storm's blog
I also recommend trying out the Ultimate Module Creator. beside the fact that you ca build your module in a few clicks with it, it also has an option to generate the API files for your module (v1, v2 and WS-I compliant).
Don't consider this as self promotion. The extension I recommended is created by myself, but it's free and does not bring me any financial benefits.
There are a couple of examples online about how to write plugins implementing authentication in Zend Framework 2, but no clear information on how to use them in an application. Does anyone have a working (complete) ZF2 app that implements a simple login screen?
Check this out:
http://blog.evan.pro/getting-started-with-the-zf2-skeleton-and-zfcuser
it's a good example of how to get the standard skeleton application to work with the zfcUser module to provide exactly what you need.
I think this will be helpful:
http://samsonasik.wordpress.com/2012/10/23/zend-framework-2-create-login-authentication-using-authenticationservice-with-rememberme/
http://framework.zend.com/manual/2.0/en/modules/zend.authentication.intro.html
Start with that....i was sailing in the same boat as you were when i started off.. I did not use zfcuser as i thought it was complicated for me to use in the small amount of time i had. But its the best way of doing it.
Check the wiki page for zfc user as well.
But you can do things really simple with zf2 authentication rather than writing your own module for it.
I need a simple extension which will simply collect email id's from users who want to hear discount offers from me and also allows anybody to unsubscribe from the mailing list.
Which will be the simple and best one for Joomla 1.5?
I used the following components: Communicator, JNews and AcaJoom
They are all very easy to use. All of them are provided with component for admin, subscribtion module and plugin to integrate subscribtion form into a article. The most simple is Communicator. I used it more often then others
I hope it is helpfull.
I am using AcyMailing, and would say works perfect. You can create different lists, and export users easily. It supports Joomla 1.5 as well.