2017 © Pedro Peláez
 

magento-module magento-twowaylink

Two-way product link

image

younkim/magento-twowaylink

Two-way product link

  • Wednesday, December 21, 2016
  • by younkim
  • Repository
  • 1 Watchers
  • 3 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Two-Way Related Product Link

Features

This exntesion performs bi-directional linking of related products when such associations are made. Natively, Magento's related products associations are one-way., (*1)

For example, if Product B is associated as a related product to Product A, then this extension automatically associates Product A to Product B as well. This is called a bi-directional link. This is works only in the admin., (*2)

Additionally, mass link actions, union-link and join-link, are available. A union-link associates all of the products selected to each other, and any other products that are associated indirectly., (*3)

A join-link associates only the explicitly selected products, and removes any other associations., (*4)

Usage

Simply associate related products from the admin, and the bi-directional link will be made., (*5)

Additionally, union- and join-links can be made through the mass-action on the Manage Product page., (*6)

Logging can be enabled for debugging., (*7)

Installation

Copy the extension files to the appropriate directories and enable the extension from System > Configuration > Catalog > Two-Way Relation. It is disabled by default., (*8)

Alternatively, use the extension manager, modman., (*9)

cd /path/to/magento/
modman init
modman clone https://github.com/younkim/Magento-TwoWayLink.git

Release Notes

v1.2.1: 2016-09-12

  • Removed test exception throw in link removal.

v1.2.0: 2016-01-28

  • Refactored code.

v1.1.0: 2015-05-17

  • Implemented mass-update options available from the admin product grid.
  • Implemented mass-union and mass-join operations.

v1.0.0: 2015-05-14

  • Implemented two-way related product linking and removal.
  • Works only from the Related Products tab in the admin.

Notes

This feature works only in the admin., (*10)

The Versions

21/12 2016

dev-master

9999999-dev

Two-way product link

  Sources   Download

GPL-3.0

The Requires

  • php >=5.4.0

 

by Youn Kim
by Brad Traynham

12/09 2016

1.2.1

1.2.1.0

Two-way product link

  Sources   Download

GPL-3.0

The Requires

  • php >=5.4.0

 

by Youn Kim
by Brad Traynham