PreciousPlastic
A marketplace on a mission to reduce plastic waste
Business Area:
- Glasses
- Shredders
- Extruders
- Sheet presses
- Moulds
- Recycled plastic furniture
- Recycled plastic household items
- Recycled plastic lighting
- Recycled plastic art pieces
- Recycled plastic accessories
Services:
Location:
- Netherlands
Challenge
Implementing the Project
Vendor panel simplification
Simple shipping rates
Grouping countries by region
This task is closely related to shipping regions. Grouping countries by region allows quick defining what region a country belongs to. We added an ability to set a priority to a country when an exception needs to be introduced. For example, the vendor region is Europe, and for Europe as for the domestic region the vendor has a fixed shipping cost. However, for some reason the vendor wants to set a different shipping cost for Germany belonging to the European region. In this case, a prioritization system allows setting a different price as this rule would have a higher priority in settings.
The priority is the order in which the script takes the rate area and matches it to the customer location. For example, 1 is a higher priority than 10; 0 is the highest priority. The priority is set for a particular country and it prevails over the rules in force for a particular region.
Stripe Connect modification
By default, it is not intuitively clear that you need to have a Stripe Connect account to start selling. A new vendor, creating products, may not understand that it is necessary to register with Stripe. We introduced such a logic where the first mandatory step for the vendor is to create an account in Stripe, and only then the function of adding a product becomes available.
The “Add product” button is inactive until Stripe is connected. On hovering it, a text appears: “In order to create a listing, you need to set up a Stripe account first.” After Stripe is set up, the ability to add a product comes up.
For vendors who have not added any products, we replaced the “No data found” text with “In order to create your first listing, please add your Payment setup first”.
With this modification, vendors now have to register with Stripe first and then only start selling on the platform. It allows avoiding the cases when a vendor sells without payment setup.