Wix Code Is Open to Everyone!

Today, we launched Wix Code and we would like to thank all of you. You’ve all played a big part in the success of this innovative product. We look forward to hearing more from you, so we can continue to improve and advance Wix Code.

In the meantime, CREATE WITHOUT LIMITS!

7 Likes

Awesome! Great to hear!

Would it be possible to get some help with your last product update: the lists? I wrote here: https://www.wix.com/code/home/forum/product-updates/help-us-bring-you-awesomeness

but got no response.
Thank you

What does this mean in practice? Are you out of Beta? Have you finalized pricing?

Pricing will be as of today and further on they said in pressrelease. but that might change in the future but existing premium packages will not be changed.

interestingly this slogan “CREATE WITHOUT LIMITS!”, since obviously there are still limits. haha

^ I totally have to agree with you on this one, especially if you have a Wix Store - no API integration possible whatsoever still impossible to customise if you want to go big.

It is ofcourse everyones wish that Wix Code works with all verticals and App market products. Before Wix Code you could create websites but with limits, now you can almost create websites with no limits. As long as you website uses Wix Editor Components only and not app market stuff.

But except Wix Stores which is coming according to some Facebook post, what do you think limits you? I am trying to stretch Wix Code everyday in all ways pissible so I am very interested what your limits are.

also read https://www.wix.com/code/home/coming-soon

Hello,

  1. I created a collection, import all my products to the collection via CSV,
  2. Add a gallery to a page
  3. Connected the dataset to my collection
  4. Connected the Gallery to dataset

But I am unable to add a “Sort” option above the Gallery.
All I need is to connect two buttons “Price Low | High” to the Gallery.

I would really like to add Sort button so my customers would be able to click on to sort the list.

I did receive the code but when I added it to the end of the page it is not working for some reason.
I clicked on the Gallery
Clicked on onCurrentitemChanged on the properties panel
Pasted the whole script after the the lat }

import wixData from ‘wix-data’;
$w.onReady( function() {
$w(“#button227”).onClick( (event, $w) => {
$w(“#dresses1”).setSort( wixData.sort()
.descending(“price”);
} );
$w(“#button228”).onClick( (event, $w) => {
$w(“#dresses1”).setSort( wixData.sort()
.ascending(“price”);
} );
} );

This is the page I am working on.
https://deli236.wixsite.com/sweetsmilecopy/dresses

Can you please have have a look at this.
Many thanks