@spree/docs 0.1.102 → 0.1.104
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,7 +5,7 @@ description: Step-by-step guide to building a Spree extension gem — scaffoldin
|
|
|
5
5
|
|
|
6
6
|
## Overview
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
Spree Extensions are a way to add new functionality to your Spree store. They are a great way to extend the functionality of Spree and add new features. You can share them with Spree community on Github so anyone can use them, contribute back and share your improvements. For officially supported integrations, see the [Integrations directory](/integrations).
|
|
9
9
|
|
|
10
10
|
> **INFO:** This tutorial uses decorators for extending Spree models. For extensions that need to react to events (sync with external services, send notifications, etc.), consider using [Events subscribers](../core-concepts/events.md) instead - they're easier to test and maintain. See [Customization Quickstart](../customization/quickstart.md) for guidance on choosing the right approach.
|
|
11
11
|
|
|
@@ -21,7 +21,7 @@ To find issues you can tackle on we recommend visiting [Spree Contribute page](h
|
|
|
21
21
|
|
|
22
22
|
## Creating a Spree extension
|
|
23
23
|
|
|
24
|
-
Extensions provide additional features and integrations for your Spree store. You can create your own and share with the rest of the community. Before doing so please check our [
|
|
24
|
+
Extensions provide additional features and integrations for your Spree store. You can create your own and share with the rest of the community. Before doing so please check our [Integrations directory](/integrations) if your desired integration does not exist already. If not [follow the Creating an Extension tutorial](creating-an-extension.md) to learn how to create one.
|
|
25
25
|
|
|
26
26
|
## Helping others on Spree Discord
|
|
27
27
|
|
package/package.json
CHANGED
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Extensions
|
|
3
|
-
description: >-
|
|
4
|
-
Extensions provide additional features and integrations for your Spree
|
|
5
|
-
application. Here's a list of the most popular ones.
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
> **TIP:** For officially supported 3rd party integrations, please go to [Integrations](/integrations) page.
|
|
9
|
-
|
|
10
|
-
<details>
|
|
11
|
-
<summary>Customer Service</summary>
|
|
12
|
-
|
|
13
|
-
- [Gladly](https://github.com/upsidelab/spree_gladly) — Allows you to connect your Spree store with [Gladly](https://www.gladly.com/) service. It allows Gladly agents to see basic information about Spree customers and their orders.
|
|
14
|
-
|
|
15
|
-
</details>
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
<details>
|
|
19
|
-
<summary>Internationalization</summary>
|
|
20
|
-
|
|
21
|
-
- [Spree I18n](https://github.com/spree-contrib/spree_i18n) — Spree I18n is a gem that provides a way to translate Spree applications into multiple languages. It allows you to translate the UI and have different translations for product descriptions, taxons, etc to improve conversions and customer satisfaction.
|
|
22
|
-
- [Flow Commerce](https://github.com/mejuri-inc/flowcommerce_spree) — Integration with Flow Commerce API for cross border selling.
|
|
23
|
-
|
|
24
|
-
</details>
|
|
25
|
-
|
|
26
|
-
<details>
|
|
27
|
-
<summary>Order Management</summary>
|
|
28
|
-
|
|
29
|
-
- [Print Invoice](https://github.com/spree-contrib/spree_print_invoice) — Create a PDF invoice for Spree orders.
|
|
30
|
-
|
|
31
|
-
</details>
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
<details>
|
|
35
|
-
<summary>Marketing</summary>
|
|
36
|
-
|
|
37
|
-
- [MailChimp E-Commerce](https://github.com/spree-contrib/spree_mailchimp_ecommerce) — Full Spree Mailchimp E-Commerce integration.
|
|
38
|
-
|
|
39
|
-
</details>
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
<details>
|
|
43
|
-
<summary>Products</summary>
|
|
44
|
-
|
|
45
|
-
- [Volume Pricing](https://github.com/spree-contrib/spree_volume_pricing) — Spree extension which supports sales volume-based pricing quantity discounts.
|
|
46
|
-
- [Products Q&A](https://github.com/TruemarkDev/spree_products_qa) — Q&A Sections for products. Logged in users can ask a question, and then admins are able to answer it. All answered and accepted questions are displayed on a product page.
|
|
47
|
-
|
|
48
|
-
</details>
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
<details>
|
|
52
|
-
<summary>Search</summary>
|
|
53
|
-
|
|
54
|
-
- [SearchKick](https://github.com/spree-contrib/spree_searchkick) — Adds Elasticsearch integration to Spree, powered by [searchkick](https://github.com/ankane/searchkick) gem enabling full-text searching and advanced product filtering.
|
|
55
|
-
|
|
56
|
-
</details>
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
<details>
|
|
60
|
-
<summary>Shipping</summary>
|
|
61
|
-
|
|
62
|
-
- [EasyPost](https://github.com/ShopFelixGray/spree_easypost) — This is an extension to integrate Easy Post into Spree.
|
|
63
|
-
- [ShipStation](https://github.com/MatthewKennedy/spree_shipstation) — Connect your Spree store with ShipStation, allowing ShipStation to pull shipments from your store, and when a shipment is sent, update the order with a tracking number and mark it as shipped.
|
|
64
|
-
|
|
65
|
-
</details>
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
<details>
|
|
69
|
-
<summary>Social</summary>
|
|
70
|
-
|
|
71
|
-
- [Social Login](https://github.com/spree-contrib/spree_social) — Login or signup via Facebook, Twitter, Amazon and other.
|
|
72
|
-
- [Reviews](https://github.com/spree-contrib/spree_reviews) — Straightforward review/rating functionality.
|
|
73
|
-
|
|
74
|
-
</details>
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
<details>
|
|
78
|
-
<summary>Tax Calculation</summary>
|
|
79
|
-
|
|
80
|
-
- [Avatax](https://github.com/spree-contrib/spree_avatax_official) — The new officially certified Spree Avatax Avalara extension.
|
|
81
|
-
- [TaxJar](https://github.com/spree-contrib/spree_taxjar) — Spree Taxjar is a US sales tax extension for Spree using the Taxjar service.
|
|
82
|
-
|
|
83
|
-
</details>
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
<details>
|
|
87
|
-
<summary>Upselling</summary>
|
|
88
|
-
|
|
89
|
-
- [Product Assembly](https://github.com/spree-contrib/spree-product-assembly) — Adds the ability to make product bundles.
|
|
90
|
-
- [Related Products](https://github.com/spree-contrib/spree_related_products) — Possible uses: Accessories, Cross Sells, Up Sells, Compatible Products, Replacement Products, Warranty & Support Products.
|
|
91
|
-
|
|
92
|
-
</details>
|