Added functionality to add columns for parent and child SKU#4
Open
insanityinside wants to merge 20 commits into
Open
Added functionality to add columns for parent and child SKU#4insanityinside wants to merge 20 commits into
insanityinside wants to merge 20 commits into
Conversation
Added ability to export with parent SKUs for configurable products. To use this, add the following line in the dataflow modifier (as an example, reconfigure the CSV field name to your requirements): <var name="add_parent_sku">parent_sku</var> Hopefully this will save people some pain when trying to batch export including the parent SKUs for the likes of Magmi.
Added ability to export child SKUs from configurable products, and updated documentation accordingly
Tweaked for packaging, added credits
Adding repackaged ready-to-install extension. Tested on Magento 1.6.2.0 and 1.7.0.2.
Swapping tabs for spaces, cosmetic fix
Renamed the ExportExtension instances to Exportextension, so that Magento 1.6.2 doesn't crash on attempting to use it, as it tries to use Exportextension, ignoring the camelcase. 1.7.0.2 wasn't affected, but I wanted to ensure it'd work on as many versions as possible.
Fixed the column header for the parent_sku field. Added gallery image export and fully tested.
Added gallery image URL text
Test version including initial export of matching configurable data
Set up full remote image includes when specified for Magmi to fetch, fixed configurable info for Magmi. Tested on a full export from 1.6.1 to import to 1.8.0, functioning normally.
Added cross-sell and upsell SKU fields, updated example configuration and readme as appropriate.
Added related products to exporter (klaususd)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've added extra functionality to allow child SKUs and parent SKUs to be added as columns. Please feel free to merge this code into the original if you wish. The file in the package file is provided for convenience.