top of page

Forum Posts

AmandaM
Velo Team
Velo Team
Jan 26, 2023
In News & Announcements
Hey everyone! We recently hosted our first meetup of 2023 at the Wix Playground NYC featuring some amazing speakers and our very own Omer Kenet! This meetup focused on React and Codux, our visual IDE for React . Check out all the sessions here in the playlist starting with Introducing Codux!
The React Meetup @ NYC content media
0
0
20
AmandaM
Velo Team
Velo Team
Jan 20, 2023
In News & Announcements
Have you taken a look at the Velo API docs in the past week? No? Don't worry, I'm here to catch you up! Something really exciting is the new Developer Preview tag you will see on some API's. These are API's actively in development that you can use and inform the evolution of by providing valuable feedback and bug reports. Warning! Not to be used in production. Another new release is the wix-auth API which will replace the suppressAuth option on some API's moving forward. Make sure to read the docs carefully to know which authentication strategy is indicated. Other releases include: Wix Pro Gallery Backend Dataset onReadyAsync() Wix Business Tools API Velo Module Versioning Remember to check the release notes regularly and if you have any questions or feedback, let us know!
1
5
106
AmandaM
Velo Team
Velo Team
Jan 10, 2023
In News & Announcements
Exciting news! The Additional Fees SPI is now out of beta and available for production use The What? This is a critical eCommerce feature that allows you to inject your own logic to our native flow opening up the ability to handle use cases like... adding a special packaging fee for fragile items additional fee for shipping insurance fees to gift wrap regulatory fees - like special transportation taxes or other localized fees .....and many more use cases! The point is - you decide and define what fees to implement! To get started, take a look at the API documentation which also contains some tutorials. https://www.wix.com/velo/reference/spis/getting-started/ecommerce-additional-fees Any questions or want to show off a cool implementation? Add your feedback to the thread.
1
2
49
AmandaM
Velo Team
Velo Team
Dec 08, 2022
In News & Announcements
Hey everyone! Did you know you can now use GitHub and your own IDE with your EditorX sites? To get access, sign up through this form using any email connected to your Wix account. You can connect as many accounts as you like and you will be granted access within a few hours. This exciting release gives you the best way to. manage version control, collaborate with other developers, and use the whatever IDE you like! To learn more, take a look at this article. Any feedback or questions? Please comment below!
2
0
119
AmandaM
Velo Team
Velo Team
Nov 15, 2022
In News & Announcements
We have an exciting new SPI in the works and want to make sure it will handle the use cases you need most. New SPI: Checkout Validation What’s it for? 
An engine that allows users to create validations that confirm or deny the process of purchasing anything online (digital/physical product, service, etc.) Example Use Case 1: Limiting the number of items in the cart Example Use Case 2: Limiting the weight of a purchase Example Use Case 3: Block a suspicious purchase/fraud prevention What other use cases would you like to see in this SPI? Drop your ideas in the comments!
1
2
53
AmandaM
Velo Team
Velo Team
Jul 21, 2022
In News & Announcements
Mark your calendars for another Round Table event! This time @Meredith Hassett from Developer Relations will take you behind the scenes of your Velo code with R&D lead Ofir. An interesting session you certainly won't want to miss and a chance to ask questions about the Velo infrastructure. Event Details: 🕖 Wednesday July 27th @ 11am EDT 💻 Event Link To keep up with all our events, join our Discord Community!
Webinar: Behind the Scenes of Velo content media
2
0
33
AmandaM
Velo Team
Velo Team
Jul 21, 2022
In Tips, Tutorials, Examples
The HTML Element can be a quick and powerful way to extend the capabilities of your Velo site. In this video tutorial, I show a simple example of how to pass data safely back and forth from your page code to the HTML element (or iFrame). For more information, you can also check out these resources referenced in the video: HTML iFrame Element Article API Reference MDN Docs for PostMessage LeafletJS To be the first to know when new videos drop, join our Discord community and subscribe to our YouTube playlist.
Video: Using PostMessage to interact with the HTML Element content media
2
1
133
AmandaM
Velo Team
Velo Team
Jul 08, 2022
In News & Announcements
It's here! Check out our official announcement for DevCon on the Velo Blog. Too pumped to wait til September? We are hosting a number of pre-devcon activities in our Discord including code challenges and a hackathon all happening right now! See you in New York!
Blog: Announcing Wix DevCon NYC 2022 content media
1
0
35
AmandaM
Velo Team
Velo Team
May 10, 2022
In News & Announcements
You’re invited to join us this Wednesday, May 11, at 11 AM EDT for a Roundtable Session all about Wix Bookings. In this session, @Zvi Sharon of the Bookings Platform solution team and @Jacob Gontmacher, FED in Wix Bookings, will talk about customizing your bookings experience with Velo through inspiring use cases and a code demo. Wix Bookings is an easy-to-use scheduling system that lets your members book and pay for services online, so you can focus on managing your business. Click this link at the start of the event to hop on this Zoom webinar - bring all your best questions, we’re so excited to see you there! Want to be the first to know about all upcoming events? Join our Discord community! Missed this event? Check out the replay!
Event! Wix Bookings - Watch the Replay! content media
1
0
36
AmandaM
Velo Team
Velo Team
Apr 26, 2022
In News & Announcements
Didn't catch the Velo Packages roundtable event live? No worries! The replay is available here: https://www.youtube.com/watch?v=pm9jPrnIGDc Get ready for our second roundtable event all about Velo Packages! Velo Product Manager @Aviv Fattal will talk about all things packages. What they are. How to use them and how to build your own! Aviv will also take some time to answer any questions you may have about Velo Packages during this session.
Event: Velo Packages - Watch the Replay!
 content media
7
7
166
AmandaM
Velo Team
Velo Team
Mar 29, 2022
In News & Announcements
Interested in learning more about TypeScript in Velo? @Joshua Alphonse from Developer Relations is hosting our first round table discussion about how to use type safety to catch mistakes in your code early making development easier and cleaner. Be sure to head over to our discord community to RSVP for this discussion and future roundtable events! Event: Type Safety using TypeScript and Velo Date: March 30, 2022 Time: 11:00 am EST
Event: Type safety with TypeScript and Velo content media
3
0
42
AmandaM
Velo Team
Velo Team
Mar 25, 2022
In Tips, Tutorials, Examples
Hello! In this video, I walk you through creating a simple custom Badges API experience to introduce gamification to your site. In this video you will learn how to connect a custom badge to an action a user has to complete on your site and refresh the UI to show the user their new badges in a repeater without page refresh. Has anyone used to badges API to create a complex custom gamified experience? Please share and let's get inspired together!
Video: Custom Badges API Example content media
3
1
100
AmandaM
Velo Team
Velo Team
Mar 17, 2022
In Tips, Tutorials, Examples
A common business requirement for developers is to be able to create a customer user registration flow. In this video, Thomas builds a custom branded registration flow using the Wix Members API
Video: Building a Custom Registration content media
2
0
45
AmandaM
Velo Team
Velo Team
Mar 10, 2022
In Tips, Tutorials, Examples
Using any API's in your site with sensitive keys? If you're not using the Secrets Manager yet, this video is for you. Ryan from DevRel discusses the Secrets Manager through a simple example. For more information, check out this article on Working with the Secrets Manager
Video: Intro to the Secrets Manager content media
1
1
53
AmandaM
Velo Team
Velo Team
Mar 07, 2022
In Coding with Velo
The discord server is a dedicated space for Velo developers to engage with each other, share valuable insights, show off their successes, get help with their challenges, ask each other questions, get advice from each other and more. While the forum is still the place to go to get quick help with your code and share examples to help lift up all Velo devs, we are excited to join in more conversations with you about all things dev! Ready to connect? Click the Discord Icon below to get started.
Join our Discord Server content media
12
17
2k
AmandaM
Velo Team
Velo Team
Mar 07, 2022
In News & Announcements
The discord server is a dedicated space for Velo developers to engage with each other, share valuable insights, show off their successes, get help with their challenges, ask each other questions, get advice from each other and more. While the forum is still the place to go to get quick help with your code and share examples to help lift up all Velo devs, we are excited to join in more conversations with you about all things dev! Ready to connect? Click the Discord Icon below to get started.
Join our Discord Server content media
4
4
1k
AmandaM
Velo Team
Velo Team
Mar 01, 2022
In Tips, Tutorials, Examples
Karen from the Developer Relations team shows you how to install the Moment.js NPM package and walks through a few simple examples to show the differences between manipulating dates with JS vs Moment. Have you worked with Moment before? What's your favorite reason to use Moment vs the JS date object?
Video: Introduction to Moment.js content media
3
2
194
AmandaM
Velo Team
Velo Team
Feb 21, 2022
In Tips, Tutorials, Examples
@thomasj from the Developer Relations team shows you how to debug using site events and explains advantages to using site events as part of your debugging tools
Debugging with Site Events content media
4
0
31
AmandaM
Velo Team
Velo Team
Feb 15, 2022
In Tips, Tutorials, Examples
@anthony walks you through how to install and use popular NPM package Axios in your Velo site and the differences between using Axios and Wix Fetch to call an API. What's your favorite? Are you team Fetch or team Axios?
Video: How to use Axios in your Velo site content media
3
1
552
AmandaM
Velo Team
Velo Team
Feb 14, 2022
In News & Announcements
Hello everyone! I've been starting to share a few YouTube videos created by the Developer Relations team, but did you know we have a whole playlist you can follow? Each week on Tuesdays and Thursdays, we will be dropping new videos into the Vibe with Velo playlist. This playlist offers short videos of important Velo features and concepts, such as how to use certain NPM or Velo packages or an important JavaScript concept to understand while coding in Velo. Check out the Vibe with Velo playlist and click Subscribe to stay up to date on new video content. Got an idea for a topic you would like us to cover but haven't seen yet, add your idea to this post.
See All the Latest Velo Videos on YouTube content media
4
2
164

AmandaM

Forum Moderator
Admin
Velo Team
+4
More actions
bottom of page