Skip to content

Commit

Permalink
Merge pull request #3 from vtex-apps/revert/feat/buyer-org
Browse files Browse the repository at this point in the history
Revert "feat(buyer-org): add buyer org sign up"
  • Loading branch information
gsasouza authored Oct 21, 2021
2 parents 59b58e2 + b9c91d0 commit c558ff3
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 52 deletions.
12 changes: 1 addition & 11 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Now you must install the required apps listed below. They are mandatory for the
* [Wordpress Integration](https://developers.vtex.com/vtex-developer-docs/docs/installing-the-b2b-store-theme#wordpress-integration)
* [Admin Organizations](https://developers.vtex.com/vtex-developer-docs/docs/installing-the-b2b-store-theme#admin-organizations)
* [Organizations](https://developers.vtex.com/vtex-developer-docs/docs/installing-the-b2b-store-theme#organizations)
* [Buyer Organization Supplier](https://github.com/vtex-apps/buyer-org-supplier)

#### Wishlist

[Wishlist](https://github.com/vtex-apps/wish-list) is an app that allows your store’s customers to bookmark their favorite products by clicking on a heart icon.
Expand Down Expand Up @@ -108,16 +108,6 @@ To install this app, run the following command on the CLI:
vtex install vtex.wordpress-integration@2.x
```

#### Buyer Organization Supplier

The [Buyer Organization Supplier](https://github.com/vtex-apps/buyer-org-supplier) app enables the creation of buyer organizations in your store. You can use this app as default or use it as reference to create your own.

To install this app, run the following command on the CLI:

```
vtex install vtex.buyer-org-supplier@2.x
```

#### Admin Organizations

In brief, the [Admin Organizations](https://github.com/vtex-apps/admin-organizations) app is responsible for managing the **Roles** and **Permissions** modules on your store’s Admin.
Expand Down
1 change: 0 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"vtex.wordpress-integration": "2.x"
},
"dependencies": {
"vtex.b2b-supplier": "2.x",
"vtex.store": "2.x",
"vtex.store-header": "2.x",
"vtex.product-summary": "2.x",
Expand Down
1 change: 0 additions & 1 deletion store/blocks/header/drawer.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"flex-layout.col#menu-header": {
"children": [
"login#drawer",
"b2b-supplier.signup-button",
// Deprecated
// "locale-switcher#drawer",
"rich-text#explore",
Expand Down
9 changes: 1 addition & 8 deletions store/blocks/header/header.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"flex-layout.col#logo-desktop",
"flex-layout.col#search-bar",
"login",
"b2b-supplier.signup-button",
"minicart.v2"
]
},
Expand Down Expand Up @@ -170,7 +169,7 @@
},

"flex-layout.row#mobile": {
"children": ["drawer", "logo", "challenge-block#login", "b2b-supplier.signup-button", "minicart.v2"],
"children": ["drawer", "logo", "challenge-block#login", "minicart.v2"],
"props": {
"preventHorizontalStretch": true,
"preserveLayoutOnMobile": true,
Expand Down Expand Up @@ -216,12 +215,6 @@
}
},

"b2b-supplier.signup-button": {
"props": {
"iconLabel": "Sign up"
}
},

"login#mobile": {
"props": {
"iconLabel": "Sign in"
Expand Down
1 change: 0 additions & 1 deletion store/blocks/home.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
},
"responsive-layout.desktop": {
"children": [
"b2b-supplier.approved-status",
"flex-layout.row#imageList",
"flex-layout.row#shopByCategory",
// Deprecated
Expand Down
30 changes: 0 additions & 30 deletions styles/css/vtex.b2b-supplier.css

This file was deleted.

0 comments on commit c558ff3

Please sign in to comment.