Adding Product Warnings to Store to Encourage Customers

Dear Wix Team,

I hope this message finds you well. I am currently in the process of setting up a new online store on Wix and am interested in implementing trust-building features to enhance the shopping experience for potential customers.

Specifically, I have noticed on some shopping pages that there are dynamic warnings or indicators under certain products, providing information such as:

“This product has been sold 555 times this month.”
“120 people have this product in their shopping carts.”
“This product has received 200+ orders.”
“20 more people are currently watching this product.”

While the accuracy of these numbers is not crucial, I believe displaying such information can instill confidence in new customers and alleviate any doubts they may have before making a purchase. My goal is to create a sense of trust and credibility in the early stages of my online store.

Could you please guide me on how to integrate similar trust-building features into my Wix store? Whether it involves manual adjustments or any specific app or plugin recommendations, your assistance would be invaluable.

Thank you for your time and support. I appreciate your help in making my Wix store a more trustworthy and appealing platform for potential customers.

Best regards,

Bugra
BC Style & Crafts

You can implement such features by code.

You can use for example a simple → mouse-over-event-trigger, to display such additional information on each of your hoovered produts.

Here your shop…

Now, imagine you hover over one of the PRODUCTS → the onMaouseIn()-event has been triggered/fired —> a new box/window/lighbox pops up (in center, on one of the corners, or whereever) showing all the needed (available) additonal informations.

thank you very much for your time and guidance. As you might noticed I am quite inexperienced and new in these things. my next question is as the querry comes from the store products can this mouseover action show different numbers or text for selected products. Because lets say I selected to show the cart option for selected products. I want to say this product is Or this product is in 48 other Charts… but because all other info comes from store database can this script understand the difference of selected products and show the relevant information. I have almost 3.000 products in this store and I probably will use this mouseover script for maybe maximum of 100 products rest will not be using this mouseover effect. I hope I could explain myself :slight_smile: Thank you so much again.

There are several possibilities how to solve it. There are bad solutions like → HARDCODED-VERSION ← where you can make a hardcoded list of products which should run this functionality. But the better way would be a dynamic way including an additional DATABASE (for example).

How would it work ? Every PRODUCT-ID, which you put into the additional DATABASE would activate the additional functionality (FEATURE) of showing the INFORMATION-POP-UP.

What you will need ?

  1. Installed Wix-Stores-APP.
  2. Product-Page
  3. An EVENT-TRIGGER (MouseIn-Event-trigger) on a specific button or image or another element on your Product-Page).
  4. a DATABASE
  5. Some custom generated CODE, which would do all the magic.
  6. An element like a BOX or LIGHTBOX for presenting the informations (maybe even a repeater).

Et VOILÀ !!! You got your new CUSTOM working FEATURE on your Wix-Stores.