Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Nosto/nosto-shopware
Nosto plugin for Shopware
https://github.com/Nosto/nosto-shopware
ecommerce shopware shopware-plugin
Last synced: 4 days ago
JSON representation
Nosto plugin for Shopware
- Host: GitHub
- URL: https://github.com/Nosto/nosto-shopware
- Owner: Nosto
- License: bsd-3-clause
- Created: 2015-04-23T06:57:57.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-17T09:01:59.000Z (about 2 months ago)
- Last Synced: 2024-09-17T11:28:48.177Z (about 2 months ago)
- Topics: ecommerce, shopware, shopware-plugin
- Language: PHP
- Homepage: http://store.shopware.com/en/nosto32157561647/nosto-personalization-for-shopware.html
- Size: 2.11 MB
- Stars: 6
- Watchers: 20
- Forks: 3
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shopware - Nosto - Nosto integration. (Tracking)
README
# Personalization for Shopware
Increase your conversion rate and average order value by delivering your
customers personalized product recommendations throughout their shopping
journey.Nosto allows you to deliver every customer a personalized shopping experience
through recommendations based on their unique user behavior - increasing
conversion, average order value and customer retention as a result.[http://nosto.com](http://nosto.com/)
## Getting started
### How it works
The plugin automatically adds product recommendation elements to the shop when
installed. Basically, empty "div" placeholder elements. These elements will
appear on the home page, product pages, category pages, search result pages and
the shopping cart page. These elements are automatically populated with product
recommendations from your shop.This is possible by mining data from the shop when the user visits the pages.
For example, when the user is browsing a product page, the product information
is asynchronously sent to Nosto, that in turn delivers product recommendations
based on that product to the shop and displays them to the user.The more users that are visiting the site, and the more page views they create,
the better and more accurate the recommendations become.In addition to the recommendation elements and the real time data gathering, the
plugin also includes some behind the scenes features for keeping the product
information up to date and keeping track of orders in the shop.Every time a product is updated in the shop, e.g. the price is changed, the
information is sent to Nosto over an API. This will sync the data across all
the users visiting the shop that will see up to date recommendations.All orders that are placed in the shop are also sent to Nosto. This is done to
keep track of the orders that were a direct result of the product
recommendations, i.e. when a user clicks a product in the recommendation,
adds it to the shopping cart and places the order.Nosto also keeps track of the order statuses, i.e. when an order is changed to
"payed" or "canceled" the order is updated over an API.All you need to take Nosto into use in your shop, is to install the plugin and
create a Nosto account for your shop. This is as easy as clicking a button, so
read on.### Installing
The preferred way of installing the plugin is through the Shopware Community
Store. It can, however, also be installed as a local plugin package or directly
from the GitHub repository if needed.#### Community (preferred)
coming soon...
#### Local
The plugin can also be installed as a "local" plugin by uploading the plugin
archive file manually in the Shopware Plugin Manager. The plugin archive file
can be obtained from the projects
[releases](https://github.com/Nosto/nosto-shopware-plugin/releases/) page on
GitHub.#### Repository
For development purposes the plugin can be installed directly from the GitHub
repository by cloning the project into the
`/engine/Shopware/Plugins/Local/Frontend/NostoTagging` directory of the Shopware
installation. For the plugin to work, it's dependencies need to be installed.
For this we recommend using [composer](https://getcomposer.org/), which is a
dependency manager for PHP. By executing `composer install` in the plugins root
folder, the dependencies will be automatically fetched and installed in a
`vendor` folder relative to the plugin root directory.After this, the plugin can be activated in the Shopware Plugin Manager.
### Configuration
The plugin creates a new menu item during installation, that is located under
the `Settings` menu in the backend. Note that you may have to clear the cache
and reload the backend for the menu item to show up.By clicking the menu item, a window will open showing a Nosto account
configuration per shop that is installed. You will need a Nosto account for each
shop.Creating the account is as easy as clicking the install button on the page. Note
the email field above it. You will need to enter your own email to be able to
activate your account. After clicking install, the window will refresh and show
the account configuration.You can also connect and existing Nosto account to a shop, by using the link
below the install button. This will take you to Nosto where you choose the
account to connect, and you will then be redirected back where you will see the
same configuration screen as when having created a new account.This concludes the needed configurations in shopware. Now you should be able to
view the default recommendations in your shops frontend by clicking the preview
button on the page.You can read more about how to modify Nosto to suit your needs in our
[support center](https://support.nosto.com/), where you will find Shopware
related documentation and guides.### Extending
coming soon...
## License
BSD 3-Clause (http://opensource.org/licenses/BSD-3-Clause)
## Dependencies
* Shopware Community Edition 4 and 5