Coder Social home page Coder Social logo

shopping-feed-magento2's Introduction

Shopping Feed integration module for Magento 2

Installation

The extension must be installed via composer. To proceed, run these commands in your terminal:

composer require shoppingfeed/magento2-manager
php bin/magento module:enable ShoppingFeed_Manager
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Update

To update the extension to the latest available version (depending on your composer.json), run these commands in your terminal:

composer update shoppingfeed/magento2-manager --with-dependencies
php bin/magento setup:di:compile
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

What to do when the module does not get updated

Sometimes, running composer update does not actually update the module to the desired version, for example because it does not match the version constraints specified in your composer.json (run this command to know the exact reason why: composer prohibits shoppingfeed/magento2-manager).

When this happens, simply adapt your composer.json to point to the new version you want to install, before re-running the update commands (and if that would still not be sufficient, do not hesitate to post an issue so that we can have a look at it).

Maintenance mode

You may want to enable the maintenance mode when installing or updating the module, especially when working on a production website. To do so, run the two commands below before and after running the other setup commands:

php bin/magento maintenance:enable
# Other setup commands
php bin/magento maintenance:disable

Compatibility

Branch Magento versions
1.x >= 2.3.x
0.x >= 2.1.x

shopping-feed-magento2's People

Contributors

blmage avatar clement-hollander avatar benoit-apk avatar benjamin-volle avatar tuvandev avatar

Watchers

James Cloos 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.