Download the PHP package nosto/nosto-shopware-plugin without Composer

On this page you can find all versions of the php package nosto/nosto-shopware-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package nosto-shopware-plugin

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

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 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, 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, where you will find Shopware related documentation and guides.

Extending

coming soon...

License

BSD 3-Clause (http://opensource.org/licenses/BSD-3-Clause)

Dependencies


All versions of nosto-shopware-plugin with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
nosto/php-sdk Version 3.15.*
ext-json Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package nosto/nosto-shopware-plugin contains the following files

Loading the files please wait ....