Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 977 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 977 Bytes

Overview

This extension improves default features of Magento API.

It allows you to:

  • Associate simple products to configurable or grouped product;
  • Specify category names rather than the ids;
  • Specify the name of the attribute set rather than the id;
  • Specify options labels rather than the ids;
  • Specify the website code rather than the id.

Installation

Magento CE 1.6.x, 1.7.x

Install with modgit:

$ cd /path/to/magento
$ modgit init
$ modgit clone bubble-api https://github.com/jreinke/magento-improve-api.git

or download package manually:

  • Download latest version here
  • Unzip in Magento root folder
  • Clear cache

How to associate simple products to configurable/grouped product

Please refer to this article.