Download the PHP package shoppingfeed/shoppingfeed-for-woocommerce without Composer

On this page you can find all versions of the php package shoppingfeed/shoppingfeed-for-woocommerce. 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 shoppingfeed-for-woocommerce

ShoppingFeed

Upgrade Notice

Version 6.0.0 is a major version, there are several changes and improvements which affect the architecture of the plugin. You will have to re-configure the plugin, all the previous settings will be lost

Changelog

Description

WordPress connection Controller Plugin for ShoppingFeed - Sell on Amazon, Ebay, Google, and 1000's of international marketplaces

Requirements

Server :

WordPress :

Installation

Sign up for free on ShoppingFeed : https://shopping-feed.com/

Orders fulfilled by the marketplaces

The plugin won't import orders fulfilled by marketplaces by default.

Options are available in the plugin settings to include those orders during the import.

They can be found in the "Orders" tab :

Shipment tracking support

For now, the only shipment tracking plugins supported are :

Configuration

To start using the plugin correctly, you need to configure it with your preferences (Feed, Shipping, Orders)

Available hooks

With this snippets below can be added to your theme's functions.php file or your custom plugin file

Categories

By default, we support product_cat as taxonomy slug to identify product's categories, you can override it using this snippet :

Brands

By default, we don’t support any custom plugin for product's brand, you can set custom taxonomy slug to identify it by using this snippet :

EAN

By default, we don’t support any custom plugin for product EAN, you can set custom taxonomy slug to identify it by using this snippet :

Feed’s products list args

To export the feed, we use the plugin’s setting, if you want to add/use specific args, you can use the following snippet

You can find all available args here WooCommerce documentation

Orders to import (statuses)

By default, we import orders with ‘waiting_shipment’ status, if you want to import more statuses or a specific one, you can use the following snippet

Status available : created, waiting_store_acceptance, refused, waiting_shipment, shipped, cancelled, refunded, partially_refunded, partially_shipped

more details here

Tracking number

If you want to set a custom meta key to identify it, you can use the following snippet

Tracking url

If you want to set a custom meta key to identify it, you can use the following snippet

Extra Fields

If you want to add an extra fields to your XML Feed, you can use the following snippet

Variation Images

By default, we don’t support any custom plugin for adding images to WC Product Variation, with this filter you can set the desired images to each variation, you can use the following snippet

Development

Local environment

Using Lando, you can start a local environment with all the required plugins and default dataset

The environment will be available at https://shoppingfeed-for-woocommerce.lndo.site

Testing

Tests are handle through WPBrowser built around the Codeception framework. Lando is used to have a fully working environment.

To run all tests suite :

To run the Unit tests suite :

To run the WPUnit tests suite :

To run the functional tests suite :

To run the acceptance tests suite :


All versions of shoppingfeed-for-woocommerce with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3|^8.0
composer/installers Version ~1.0|~2.0
shoppingfeed/php-feed-generator Version ^1.2.1
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 shoppingfeed/shoppingfeed-for-woocommerce contains the following files

Loading the files please wait ....