B2Bsellers Suite
API Referenceswww.b2b-sellers.comPublic demoshopRoadmap
Beta < 0.9.X
Beta < 0.9.X
  • Home
  • Products & Configuration
    • Plans & Plugin Concept
    • Demoshops
    • B2Bseller Suite - CORE Plugin
      • CORE-Plugin Configuration
      • B2B Flow/Business Events
      • B2B Rules
      • B2B Body Classes
      • B2bContextTrait
      • B2bPlatformContext
      • Registration process
      • UseCustomer URL Parameter
      • How to add „Menü Item“ on B2BPlattform
      • EmployeePermissionTrait
      • Express checkout setup
    • B2Bseller Suite - purchasable Addons
      • Offer Function for Sales Agents
      • Spare Parts Shop
      • Subscription Article
      • Copper and brass product surcharges
      • Rating groups
      • B2B Platform Theme
      • E-Procurement (OCI,EDI,Ariba, Punchout)
      • Register Requests
      • Order lists
      • Bonus program
      • Product Request
      • URL Authentication
      • Cost centers
      • Training or e-learning - event articles with attendee registration
    • B2Bsellers Suite - Connectors
      • Import Customers and Employees from an external REST-API OR CSV
      • Import Orders from an external REST-API (ERP)
      • Import Customer Prices from an external REST-API
      • POST Register Request to an external REST-API
    • Third Party Extensions
      • Parent products in the listing
  • Guides
    • Setup
      • Installation
      • Requirements
      • Dockware Setup (Docker)
      • Use Test-Customers
      • Cronjobs
      • CLI-Commands
      • How to start the b2b-platform vue.js watcher
    • Developer Onboarding
      • Development Helpers
    • Own Extensions
      • Concept of Extensions
      • How to develop your own extensions
      • How to extend the b2b platform
      • Example Plugins
    • Migration
    • Tips for Deployment / Continuous Integration
    • Performance
    • Guides for ERP-Interface
      • Overview - Full integrated ERP-Systems
      • Integration of ERP orders to Shopware 6
      • Integration Customers and Employees from ERP
  • Ressources
    • Usable Components
      • Vue.js - B2B Platform
      • Storefront
    • E-Mail Templates
    • FAQs
    • Support
  • API-References
    • Database Schema
    • Store-API
      • Account Request
      • Customer Activity
      • Customer Activity Type
      • Customer Last Orders
      • Customer List
      • Customer Price
      • Customer Sales Ranking
      • Customer Search
      • Delivery Interval
      • Delete Product Subscription
      • Document
      • Employee
      • Employee Permission
      • Employee Role
      • Employee Order
      • Event Product
      • Login Target List
      • Offer Document
      • Offer
      • Offer Mail
      • Offer Order
      • Offer Status
      • Ordered Products
      • Payment Condition
      • Platform Cms
      • Product List
      • Product Table Listing
      • Product Subscription
      • Product Subscription List
      • Sales Statistic
      • Snippet
    • Entities
      • Custom Fields for existing Shopware Entities
      • Budget
      • BudgetEmployee
      • CollectionAccount
      • CustomerPrice
      • Employee
        • EmployeeCustomer
        • EmployeePermission
        • EmployeeRole
      • CustomerActivity
        • CustomerActivityType
      • Offer
        • OfferAddress
        • OfferCustomer
        • OfferItem
        • OfferStatus
      • ProductSubscription
      • ProductSubscriptionOrder
      • PasswordlessLogin
      • PaymentCondition
      • ProductExplodedView
      • B2bProductList
        • B2bProductListItem
        • B2bProductListType
      • RegisterRequest
        • RegisterRequestStatus
        • RegisterRequestActivity
      • SalesRepresentativeCustomer
    • Admin API
      • Order Import Endpoint
  • Release Notes
    • B2BsellersCore
      • Version v0.9.6
      • Version v0.9.5
      • Version v0.9.4
      • Version v0.9.3
      • Version v0.9.2
      • Version v0.9.1
    • B2BOffer (Archived)
      • Version v0.9.1
Powered by GitBook
On this page
  • Features
  • Planned features
  • Enable subscription per product
  • Functions/extensions in the frontend
  • In the product overview
  • In the shopping cart
  • Subscription management in the B2B platform
  • Technical information:
  • Entities

Was this helpful?

  1. Products & Configuration
  2. B2Bseller Suite - purchasable Addons

Subscription Article

Technical plugin name: 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.

Entities

Last updated 2 years ago

Was this helpful?

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