What is the concept of ecommerce distributor and how to implement website redirect

Offer arrives, dig friends to pick up! I am participating in the 2022 Spring Recruitment Check-In Event, click to view the event details .

By distributor is meant a business that is dedicated to taking inventory of products from various manufacturers that will be sold to various retailers.

Distributors will be able to take advantage of shorter lead times and will generally sell in smaller quantities than manufacturers. A service fee is usually charged when the product is sold through a reseller rather than directly from the manufacturer.

Distributors buy non-competing products or product lines, and products can also be resold directly to customers. Distributors often sign agreements with manufacturers, which restrict them from selling competing products. This agreement generally allows distributors to describe themselves as distributors of product XYZ, but does not allow them to use the XYZ name as part of their company name. Because they work closely with manufacturers, distributors often also offer a range of services to their customers, such as technical support, after-sales service, credit, product information and estimates.

Distributors are often referred to as resellers ( dealers), but there is a key difference between distributors and resellers. Distributors will sell to many different dealers, and sometimes to the retail public, while dealers only sell to the retail public.

As a Single Page Application (SPA), Spartacus uses the Angular routerLink directive, which by design does not load pages from the backend. Therefore, Spartacus generally only allows you to navigate within the application itself. In other words, Spartacus typically only loads views in single-page applications.

However, if you are migrating gradually (and route-by-route) to Spartacus from a traditional storefront system such as SAP Commerce Accelerator, the external routing feature in Spartacus allows you to use different systems to drive different sections. With external routes, you can specify which routes to load from the backend and even redirect routes to different domains.

Website redirects define alternative landing pages for your storefront.

Seasonal promotions are ideal for retargeting. When a visitor logs into the storefront during a seasonal sale, the redirect takes the visitor to the temporary sale page. Visitors don't need to look for information to see special seasonal pricing.

A website redirect consists of a set of redirect rules, called a "redirect set". The redirect set defines the new location that Storefront visitors see when the URL is located.

You have prepared a redirection set describing the desired redirection rules. This redirection set must be in the form of a plain text file, written in Apache syntax, similar to the formula example below. Note that currently only the Redirect and RedirectMatch directives are supported.

Redirect "/gloriousleaves" "campaign/98323/index.html"
RedirectMatch "^autumn/(.*)$" "campaign/98325/$1"
复制代码

Guess you like

Origin juejin.im/post/7078571101668212772