Cottoncast
  • Documentation
  • API Reference
    • Getting started
    • API Endpoints
      • Orders
      • Products
      • Integration
    • Webhooks
      • Products
      • Orderstatus
  • Plugins
    • WooCommerce
    • Magento
Powered by GitBook
On this page
  • Introduction
  • Create sales channel
  • Install plugin
  • Configure plugin
  • Bugs & Features
  • Common issues
  • Cronjob
  • PHP Limits

Was this helpful?

  1. Plugins

WooCommerce

PreviousOrderstatusNextMagento

Last updated 4 years ago

Was this helpful?

Introduction

WooCommerce is popular e-commerce plugin for Wordpress. As you may know, It has a huge community that you can depend on for plugins and support.

Requirements

An integration always has two sides. You need to create a sales channel in your Cottoncast account. And your WooCommerce store needs our plugin.

Create sales channel

Keep the tab open. You will need the Channel ID and Secret in the next step.

Install plugin

Download

You can download and install the plugin via your WooCommerce store's admin.

Composer

The plugin can also be installed and maintained using composer.

composer require cottoncast/woocommerce

Don't forget to activate the plugin.

Configure plugin

You will need the channel ID and secret from the created sales channel in the previous step.Goto Settings > Sales channels in your CottonCast account. Select the sales channel for your store.

Configure cottoncast plugin

Goto settings > Cottoncast in your WooCommerce store.

You will see at least these settings:

Setting

Description

Username

Should match channel ID

Secret

Should match secret

Order endpoint

https://api.cottoncast.com/order

Config endpoint

https://api.cottoncast.com/integrations/config

That's it. You are done. Your shop and our system are now talking to each other.

Bugs & Features

Common issues

Cronjob

Make sure to disable WP_CRON and use a proper cronjob.

PHP Limits

Our plugin downloads images and processes them. That takes some time, memory and computing power. Make sure the plugin does not hit any limits.

The plugin is publicly maintained at . If you have found any bugs or want to request a feature you can do so on .

login
Download plugin
Github
Github