Reassure widget

Hello,

It would be great if a module like this could be developed for our website to enhance customer trust. This module should include the following elements:

  1. Fast Delivery: Information about our delivery times.
  2. Secure Payment: Assurance of secure transactions.
  3. Customer Service: Availability and contact information for customer support.
  4. Satisfaction Guarantee: Our return and satisfaction policy.

Please provide us with a proposal and a quote for developing and integrating this module.

1 Like

Hi @corentin_Bastien and welcome aboard :wave:

A huge thank you for adding your idea to the Wishlist!

We would be so grateful if you could share how you envision this app. Do you want to show this info on some kind of panel or maybe you just need special sections on your website for this?

It would be also really helpful if you could share a screenshot of the expected result :pray:

1 Like

I am not familiar with back-office, but with a system for adding images or logos and a text field for the different assurances to be inserted via a script in the desired location.

I am attaching an image of the current look of my site, but it could be much more beautiful with your modern designs, perhaps with animations or the possibility of detailed popups when clicking on them.

1 Like

Thank you @corentin_Bastien!

I guess our Restaurant Menu app might cover your case. Here you can add the needed info into items fields with captions, images and badges:


On click, you’ll see the popup with the restaurant image:


However, worry not, you can hide it using the CSS code below:

.global-styles, [class*=Popup__ImageAndArrowsContainer-sc]{
  display:none;
}


Please try it out and let me know if it worked for you :slightly_smiling_face:

1 Like