B2Bsellers Suite
API Referenceswww.b2b-sellers.comPublic demoshopRoadmap
User Documentation (Alpha)
User Documentation (Alpha)
  • B2Bsellers Suite User Documentation (Alpha)
  • Changes Made to Customers - What Are Companies, Employees and Sales Representatives
  • Admin Settings Configuration
    • Core Settings
    • Setting up Express Checkout
    • How to add „Menü Item“ on B2BPlattform
    • How can I disable the whole plugin for each saleschannel?
    • Offer Addon - Admin Settings
    • Customer specific prices
    • Spare Parts Shop
    • Subscription Article
    • Copper and brass product surcharges
    • Rating groups
    • B2B Platform Theme
    • Bonus program
    • URL Authentication
    • Product Request - Configuration
    • Customer-specific assortments
    • Customer Specific Product Numbers
    • Translation of B2Bsellers-Specific Features
    • Single Sign On Configuration
  • FAQ
    • B2B Rules
    • Order Lists - Admin Configuration
    • Discount Rate
  • Using B2Bsellers functionality as a Customer
    • Navigating the Customer Portal
    • Cost centers
    • Employee budgets
    • Managing Employees
    • Displaying Company Responsibilities with Roles
    • Order Lists as an Employee
  • Offers as an Employee
  • Product Quicksearch
  • User Sessions
  • Using B2Bsellers functionality as a Sales Representative
    • Navigating the Sales Representative Portal
    • Offer Function for Sales Agents
    • Mobile sales portal (app)
    • Event-Manager
Powered by GitBook
On this page
  • Features
  • Planned features
  • Enable subscription per product
  • Functions/extensions in the frontend
  • Technical information:
  • Consumer View Differences
  • Entities

Was this helpful?

  1. Admin Settings Configuration

Subscription Article

Directory: custom/plugins/B2BSellersCore/addons/B2bProductSubscription

With the B2Bsellers product subscriptions plugin, the shop operator has the option of offering his customers interval deliveries in the form of subscriptions. For this purpose, the shop operator decides which products are eligible for subscription and which discount should be granted for a subscription.

Costumers and buyers have thereby the advantage of being able to trigger recurring orders automatically.

Features

  • Individual products can be configured to subscription products by the shop operator.

    Custom field on product: b2b_subscription_enabled

  • Each subscription product can be given its own discount value to convince the buyer to order a subscription.

  • Subscriptions can be managed by the buyer in the B2B platform

    • View all subscriptions

    • Change delivery intervals

    • Delete subscription

  • Subscribed products can only be paid with the payment methods "invoice" and "prepayment" (third-party providers such as PayPal are not supported).

Planned features

  • Subscriptions cannot later be changed by customers/purchasers, but must be terminated. Considering the termination period, etc.

  • Show subscription products exclusively as interval products.

    Thus, it can be decided separately for each product whether a one-time delivery can be accepted at all.

  • Display of subscriptions in the Shopware admin area

On the current roadmap, it is not planned to allow subscription orders via payment service providers like PayPal. If you wish to do so, please contact us.

Enable subscription per product

  1. Navigate to "Catalogues" -->"Products" in the administration and open the product you want to enable as a subscription product.

  2. Navigate to the Specifications tab

  3. Scroll down to the menu item "Additional fields".

  4. Activate "Allow subscription option".

  5. Enter the discount (in percent) which the customer should receive through this subscription.

Functions/extensions in the frontend

In the product overview

By activating the subscription function, customers/buyers have the option of selecting a subscription in addition to the one-off delivery.

The associated savings through a discount are displayed next to the selection button. If customers/buyers choose the subscription, they will be given a further selection option to set the delivery interval.

In the shopping cart

Products for which a subscription has been taken out are marked with a subscription badge in the shopping cart. Hence, it is for costumers/buyers directly recognizable that it is a subscription product.

Subscription management in the B2B platform

Under "My products" is provided the menu item "Subscriptions".

Here customers/buyers can view their completed subscriptions and the following details:

  • Article name

  • Current unit price (the original price is displayed next to it)

  • Quantity (per delivery)

  • Created on

  • Delivery interval with the option to change it

  • Billing address

  • Delivery address

  • Next delivery

In addition, the subscription can be deleted here.

Technical information:

Data structure:

b2b_subscription_enabled

Is this product a subscription product?

b2b_subscription_discount

Discount rate if the buyer decides for recurring deliveries.

Database table in which all subscriptions are stored: b2b_product_subscription

Automatic execution of the order

Through a Shell-command 'php bin/console b2b:product-subscription:order' all subscription orders that have to be executed for the executed day will be executed.

A cronjob should be set up that automatically executes this command 1x per day.

Consumer View Differences

If consumer view is enabled in the admin, prices can be hidden. This looks as follows:

Consumer View Disabled (Standard)
Consumer View Enabled (Prices Hidden)

One Time Purchase

One Time Purchase

Subscription

Subscription

Entities

Last updated 6 months ago

Was this helpful?

PAGEProductSubscription
PAGEProductSubscriptionOrder
Activate subscription per product
Extensions in the frontend - product overview
Extensions in the frontend - Shopping Cart
Management of the subscription in the B2B platform