How can i change the wso2 main template - windows

How can i change the wso2 main template (Management console) of the base link 'https://localhost:9443/carbon/'. I would like to change the layout and maybe logo's or something like that.
If anyone could help me i would be quite grateful.
Thank you everyone.

Following doc is from Identity Server. But it should work for all carbon products.
https://docs.wso2.com/display/IS530/Customizing+the+Management+Console

Related

How to add simple custom form to magento admin panel

First of all let me clear what i want to do, here is my problem. I have my magento project running on server. Now my client is asking me to add a module like this, please have a look
http://www.chinaglaze.com/Try-On/index.html
Also he want that he can manage images and color codes from the Magento Admin panel. I have not much experience in magento extension development.
Please provide me reference if there is any magento extension already exist so that i can use that other wiase how to do it.
If you want a Magento frontend view which is admin manageable (with your own custom database tables) try this piece I wrote: link. Hope it suits you.
You should add a custom module to add that.
Check this link
http://www.magentocommerce.com/wiki/5_-_modules_and_development/0_-_module_development_in_magento/how_to_create_an_admin_form_module

Magento Custom Module Creation

I want to build a custom interface (See PSD) for the user to add social urls and display an icon if not empty. I did something similar in WP but no idea how to do it in Magento. I was wondering if someone can help or point to a tutorial. Thanks a lot
You can read this series by Alan Storm:
http://alanstorm.com/category/magento
"Magento For PHP MVC Developers"

Is it possible to use Twitter Bootstrap to create a Magento site?

A client wants a Magento site done, and I have never used it before. I thought, "Sure, I'll create a standard site using Bootstrap and just query the database for the products". Now that I've been looking into it, it looks like the only way to use Magento is by creating a Theme which doesn't look to be Bootstrap friendly.
Please someone tell me that creating Themes isn't the only legitimate way of creating a Magento site.
Some starting points:
http://www.bootstrapstart.com/portfolio-type/bootstrap-magento-theme/
http://magenthon.com (info and code) or demo here
https://github.com/cvaldemar/magento-bootstrap (doesn't seem too active though ?)
If this is something you are planning on doing yourself, the second link looks like a promising candidate to download, reverse engineer then cusomise!
Good luck
https://github.com/webcomm/magento-boilerplate
http://www.webcomm.com.au/blog/2013/09/introducing-magento-boilerplate-a-twitter-bootstrap-3-powered-html5-mobile-first-starter-theme
Newest, Magento 1.8 supported
Yes, Try this Magento Bootstrap framework but it's unstable version.

Magento wsdl. Looking for a guide

Well I am new in Magento Api theme, so I don't know how to create wsdl for api2. Any good guide will be appriciated.
Added:
What I need is:
How to write wsdl.xml in magento?
How magento will understand that if I type v2_soap? wsdl array then it should take mine version of wsdl.xml for my module?
I was looking for the same thing
I found the answer here: http://www.magentocommerce.com/wiki/5_-_modules_and_development/web_services/overriding_an_existing_api_class_with_additional_functionality#wsdl
balexander: Your answer is really hostile!
Finally I found ca I was looking for:
click
Update
From comments below :
I'v managed to create v2 service, but it was more copying from catalog's wsdl.xml. But finally I'v managed to do what I asked ;)

Linking simple products to configurable product via SOAP API V2

Does anyone know how to link a configurable product to a simple product via the API?
I don't think the Product Link API does this:
http://www.magentocommerce.com/wiki/doc/webservices-api/api/catalog_product_link#catalog_product_link.assign
Seems others are having the same issue.. just trying to see if anyone here has a solution:
http://www.magentocommerce.com/boards/viewthread/75803/
I haven't seen any solution outside of custom code to save the objects. There are community modules to accomplish this, as I recall.

Resources