top of page
davydov consulting logo

Advanced Store Features on Wix

Advanced Wix Store with Velo

Advanced Wix Store Integration | Wix Store Features

Velo Code Solution

If you are selling products through wix site, you are very likely to be using wix shop that offers plenty of core functionality like listing your products, cart, payment, product catalogue, delivery settings, tax and some others. All of these options can be called advanced Wix store features.


Nevertheless, we offer owners of online stores to significantly expand the capabilities of their catalogue. There are a number of features that we can add to your site using the Velo code.


Advanced Wix store features include:


  • Low in-stock notification.

  • Minimum order total for shipping.

  • Delivery time.

  • Custom product price.

  • Upsell products.

  • Bulk add to cart.

  • Product reviews.

  • Product configurator.

  • Highest rated products.

  • Wishlist.

  • Related items.


If you would like to add advanced store features to Wix, please contact us.

Tools

Wix Velo Code

Background image

Example Code

frontend
backend

import { cart } from 'wix-stores';

import wixStores from 'wix-stores'

import { session } from 'wix-storage'

import wixLocation from 'wix-location';

$w.onReady(async function () {

   if (session.getItem("clear")) {

       let cartObj = await wixStores.getCurrentCart();

       for (let i = 0; i < cartObj.lineItems.length; i++) {

           cart.removeProduct(cartObj.lineItems[i].id);

       }

       session.removeItem('clear');

       wixLocation.to(wixLocation.url)

   }

});

More Velo Integrations

Highest Rated Products Integration in Wix Store

Integration of advanced store features "Highest Rated Products" for the Wix website. Add features Highest Rated Products to your Wix Store

Highest Rated Products Integration in Wix Store

Wix Airtable Integration: Amplifying Website Functionality

Connect Wix with Airtable to sync data, automate workflows, and organize information efficiently. Simplify your project management on Wix with Airtable

Wix Airtable Integration: Amplifying Website Functionality

Wix-Square Integration: Enhancing Business Workflow

Connect Square with Wix for a seamless payment solution. Manage transactions, track sales, and handle payments directly on your Wix site

Wix-Square Integration: Enhancing Business Workflow

CONTACT US

​Thanks for reaching out. Some one will reach out to you shortly.

bottom of page