Linking simple products to configurable product via SOAP API V2 - magento

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.

Related

Umbraco 7.5.x developing for custom data

In Umbraco 7.5, I want to develop a custom 'module' (or whatever it is called in Umbraco) to maintain a product catalog. Products can have images, categories and attributes. Of course, I could make some document types and templates but I don't want to add products as content items. I need to be able to maintain a list of products in the back-end, and then use those products on content pages.
The umbraco documentation for developers is seriously lacking, and the most important pages are throwing 404 errors. Can anyone point me in the right direction?
There is not single place to get all those knowledge. Following articles will be helpful to you to getting started.
Extending backoffice:
http://www.enkelmedia.se/blogg/2013/11/22/creating-custom-sections-in-umbraco-7-part-1.aspx
http://www.enkelmedia.se/blogg/2013/11/22/custom-sections-in-umbraco-7-%E2%80%93-part-2-the-views.aspx
https://blogit.create.pt/andresantos/2015/11/16/building-an-umbraco-7-backoffice-extension-part-i/
https://blogit.create.pt/andresantos/2015/11/23/building-an-umbraco-7-backoffice-extension-part-ii/
https://blogit.create.pt/andresantos/2015/11/30/building-an-umbraco-7-backoffice-extension-part-iii/
Using petapoco (ORM):
http://www.wiliam.com.au/wiliam-blog/using-petapoco-with-umbraco-is-pretty-sweet
https://cultiv.nl/blog/using-umbraco-migrations-to-deploy-changes/
https://pynej.blogspot.in/2016/11/guide-to-custom-database-access-in.html
I think Ucommerce is the best to use in your situation and it works great with Umbraco.
Here are few links. Hope it helps!
Ucommerce Developer Section
Products Catalog doc

How to show products price from external websites in magento

We have requirement where we need to integrate the price comparison feature on our website in magento just like the below reference link:-
http://www.zopper.com/air-conditioner/hitachi-i-clean-air-conditioner-15-ton-price-reviews-pid-3b997787#prd-prices
How can we accomplish this in magento by integration some feeds or any other way.
What we need to think through is how to use this in conjunction with data feeds from other sites / portals??
Any Suggestions would be welcome!!

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: adding product from frontend form

I have magento demo shop and for example i want registered user to be available to post a product from frontend? Can anyone hook me up with some code showing how to make it? Is it even possible in magento?
It's certainly possible. It actually shouldn't be all that difficult. You're going to create a module, programmatically create an order, and link this page from somewhere. You should be able to hack one together with the following resources:
Programmatically Creating Orders - Inchoo
Creating a Custom Module part 1-8
yes dear it is possible, you have to create a module for that and i think you give to link/tab in customer account page in front side.in account page you provide form of add new product.you have also provide all option like in magento back end. but some customization are required

Creating a configurable Magento attribute from scratch

I need to extend Magento to allow changing the price of a product based on an attribute, such as size or color. I can't use any in-built facilities Magento might have for this - I need to write the code myself. I'm a beginning Magento developer. Can anybody help? Maybe point me to a guide or walk-through for this on the internet? Thanks!
You may wish to read some of the basic guides on Magento to answer a question like this. This is entirely the point of configurable products and of custom product options.
Hope that helps
Thanks,
Joe

Resources