-
Notifications
You must be signed in to change notification settings - Fork 10.8k
[ADD] Sales: Created a new alternative products page #15599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 51 additions & 0 deletions
51
content/applications/sales/sales/products_prices/alternative_products.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| ==================== | ||
| Alternative products | ||
| ==================== | ||
|
|
||
| The use of alternative products is a marketing strategy that involves upselling related products | ||
| alongside a desired core product. For instance, by configuring alternative products, a customer | ||
| could be suggested a mechanical keyboard or a wireless keyboard when they visit the eCommerce | ||
| website page for a standard keyboard. | ||
|
|
||
| .. note:: | ||
| Alternative products are different from accessory and optional products because of where they | ||
| show up in the customer's shopping experience. | ||
|
|
||
| - Alternative products are suggested at the bottom of an eCommerce product page whenever the | ||
| product page is viewed. This creates an opportunity for upselling during the shopping process. | ||
| - Accessory products appear as suggestions when viewing an eCommerce cart. This creates an | ||
| opportunity for cross-selling during the checkout process. | ||
| - Optional products are suggested when a core product has been added to a cart or a quotation. | ||
| This creates an opportunity for cross-selling during the shopping process. | ||
|
|
||
| Configuring alternative products | ||
| ================================ | ||
|
|
||
| To add an alternative product to a product form, navigate to :menuselection:`Sales --> Products --> | ||
| Products` and choose a product. Ensure that the product's :guilabel:`Sales` checkbox is ticked and | ||
| click the :guilabel:`Sales` tab. In the :guilabel:`Upsell & Cross-sell` section, click the | ||
| :guilabel:`Alternative Products` drop-down menu to set alternative products. Products are displayed | ||
| in alphabetical order. If the desired product isn't readily visible, type its name in the field to | ||
| bring it up, then select it to add it as an alternative product. | ||
|
|
||
| .. figure:: alternative_products/product-form-alternative-products.png | ||
| :alt: The alternative product field on the product form with multiple entries. | ||
|
|
||
| Entries in the :guilabel:`Alternative Products` field on a product form. | ||
|
|
||
| How alternative products appear to customers | ||
| ============================================ | ||
|
|
||
| Although the **Sales** app is used to configure alternative products, customers will only encounter | ||
| them when visiting a website created with the **eCommerce** app. Alternative products are | ||
| automatically suggested during the shopping process when a customer visits the webpage for an | ||
| associated core product. They appear underneath the product listing under the header | ||
| :guilabel:`Alternative Products`. | ||
|
|
||
| .. figure:: alternative_products/alternative-products-ecommerce.png | ||
| :alt: Alternative products as they appear on an eCommerce website. | ||
|
|
||
| The alternative products section of an eCommerce product page. | ||
|
|
||
| .. seealso:: | ||
| :doc:`/applications/websites/ecommerce/products/cross_upselling` |
Binary file added
BIN
+38.5 KB
...s/sales/products_prices/alternative_products/alternative-products-ecommerce.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+25.6 KB
...ales/products_prices/alternative_products/product-form-alternative-products.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpicky, but if you can make a clean demo with minimal configurations to show what the default app options would look like. For example, you don't need the Rental or Expenses app integration for this feature.