GithubHelp home page GithubHelp logo

me2r036 / magento-catalog-import Goto Github PK

View Code? Open in Web Editor NEW

This project forked from globalera/magento-catalog-import

0.0 1.0 0.0 173 KB

Import categories, products, and attributes into Magento

License: GNU Affero General Public License v3.0

PHP 90.62% HTML 9.38%

magento-catalog-import's Introduction

Magento Catalog Import

Incremental import of categories, attributes and products into Magento

How to get rolling :

  1. Install the extension as you would any standard Magento extension by merging it with your Magento root.

  2. To give it a trial run, use the latest gec-catalog-export-draft.xml file to try your first import. The XML import specification is available herein.

  3. Admin has access to the Catalog import screen at Backend >> Catalog >> Catalog Import

    If you want to allow it's access for specific user, You can do so by alloting a user a specific role - "Catalog Import".

    Step 1: Admin >> Systems >> Permissions >> Users >> [Create user]

    Step 2: Admin >> Systems >> Permissions >> Roles >> Add New Roles >> Role Resources >> check [Catalog Import]

  4. Externally imported image URL can now be configured as priority image or as a fallback image vis-a-vis internal image.

    Configuration >> Catalog >> Product Image Usage

    Internal Image Usage (Yes / No) : Setting as 'No' prioritises the external image URLs over the internal images. When 'Yes', the uploaded internal images are given higher priority.

  5. You can automate the setup of "New Products" for newly imported products by configuring these parameters -

    System >> Configuration >> Catalog >> New Product Configuration

    Days: Specify number of days to determine 'New to Date' of a newly imported product. For example, specifying 45 shall add 45 days to the day the product was first imported. Leaving it blank shall delegate control to default Magento functionality for identifying new products.

    Limit: Limits the number of new products fetched. Leave blank if you wish to display all products (not recommended).

  6. Setup import notification email address at Configuration >> Store Email Addresses >> Custom Email 1. (The Magento instance should have outgoing mail settings setup for this to work. For newbies, we recommend getting started with the free Aschroder Magento SMTP Extension.)

Requirements :

  • Magento version 1.7.0.0 or higher
  • PHP Compatibility:
  • 5.4.0 - 5.5.30
  • Required PHP extensions:
  • PDO_MySQL
  • simplexml
  • mcrypt
  • hash
  • GD
  • DOM
  • iconv
  • curl
  • Recommended settings:
  • Safe_mode off
  • Memory_limit no less than 512Mb (preferably 1024)
  • max_execution_time to 3600 (This may be required to increase based on the size of the xml and time it may take to import)

Changelog :

Please refer https://github.com/globalera/Magento-Catalog-Import/releases

Support :

Do feel free to post your technical queries on the Issues page.

In case you need help with generation of the import XML from your existing/legacy systems, do contact us via our website.

magento-catalog-import's People

Contributors

globalera avatar intelliant01 avatar nileshpancholi avatar serenus01 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.