0.0.53 • Published 1 year ago

@prestashopcorp/billing-cdc v0.0.53

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Prestashop Billing Component

A component allowing easy integration of Prestashop Billing component, to create SaaS module.

Use the Prestashop Billing Component

This library allows you to display a form to register your customers subscriptions.

Using the CDN

<body>
  <div id="ps-billing"></div>
  <script src="https://storage.googleapis.com/prestashop-vuejs-cdn/billing/0.0.1/ps-billing.min.js"></script>
  <script>
    const context = {
      // see bellow information about context
    }
    psBilling.Customer({context}).render("#ps-billing")
  </script>
</body>

Contexte

Here is the data you need to pass through the context variable

AttributTypeValueExample
emailSupportstringEmail to contact support (required)admin@prestashop.com
shopUuidstringUuid of your shop (required)Mn6ou86uATRBrtYjFUnkZf6Fc5e2
moduleNamestringTechnical name of your module (required)my-module
accountApistringAPI to retrieve your Prestashop Account.You can get it dynamically in window.contextPsAccounts.adminAjaxLink (required)https://my-shop.com/ps-admin/index.php?controller=AdminAjaxPsAccounts&ajax=1&token=1247657657657

Frameworks

Use it with Vue2

import { PsBillingCDC } from '@prestashopcorp/billing-cdc/dist/bundle.umd';

Vue.component('app', {
    data: function () {
        return {
            context: {}
        }
    },
    template: '<div><ps-billing :context="context"/></div>' ,
    components: {
        'ps-billing': PsBillingCDC.driver('vue', Vue)
    }
});

var vm = new Vue({
    el: '#container'
});

0.0.53

1 year ago

0.0.53-preprod

1 year ago

0.0.52-preprod

1 year ago

0.0.50-preprod

2 years ago

0.0.50

2 years ago

0.0.49

2 years ago

0.0.49-preprod

2 years ago

0.0.40

2 years ago

0.0.40-preprod

2 years ago

0.0.42-preprod

2 years ago

0.0.48-preprod

2 years ago

0.0.48

2 years ago

0.0.47-preprod

2 years ago

0.0.39

2 years ago

0.0.39-preprod

2 years ago

0.0.37-preprod

2 years ago

0.0.37

2 years ago

0.0.38

2 years ago

0.0.36

2 years ago

0.0.36-preprod

2 years ago

0.0.38-preprod

2 years ago

0.0.34

2 years ago

0.0.34-preprod

2 years ago

0.0.33

3 years ago

0.0.33-preprod

3 years ago

0.0.32-preprod

3 years ago

0.0.31

3 years ago

0.0.32

3 years ago

0.0.31-preprod

3 years ago

0.0.25-preprod

3 years ago

0.0.30

3 years ago

0.0.25

3 years ago

0.0.30-preprod

3 years ago

0.0.21-preprod

3 years ago

0.0.21

3 years ago

0.0.24

3 years ago

0.0.24-preprod

3 years ago

0.0.16-preprod

3 years ago

0.0.14-preprod

3 years ago

0.0.19-preprod

3 years ago

0.0.16

3 years ago

0.0.19

3 years ago

0.0.13-preprod

3 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.2-1

4 years ago

0.0.1

4 years ago

0.0.2

4 years ago

0.0.0-0

4 years ago