top of page
davydov consulting logo

Monthly or Yearly Price Switcher in Wix

Monthly or Yearly price switcher in Wix Pricing Plans

Wix Price Switcher Integration | Custom Pricing Plans on Wix

Velo Code Solution

Monthly or annual subscriptions are the most common options for any subscription pricing model.


With the help of Velo, we can integrate different payment methods into your Wix online store, depending on the plan and time.


Your customers can buy a monthly or yearly subscription and choose from several plan options (standard, advanced or premium).


You will be able to fine-tune the prices, time intervals, and descriptions of plans and diversify the graphic design and description.


Contact us if you want to add advanced payment and subscription options to the Wix website.

Tools

Wix Velo API

Background image

Example Code

frontend
backend

import wixData from 'wix-data';

import { session } from 'wix-storage';



export function Enter_click(event, $w) {

   wixData.query("Plans").eq("title", $w("#text19").text).find().then((results) => {

       session.setItem("planObj", JSON.stringify(results.items[0]))

       session.setItem('disc', $w("#text18").text);

       session.setItem('img', $w("#image7").src);

       if ($w("#switch1").checked) {

           session.setItem("planName", $w("#text19").text);

           session.setItem('price', $w("#priceMonthly").text);

           session.setItem('isMounth', 'true');

           session.setItem('isYearly', 'false');

       } else {

           session.setItem("planName", $w("#text19").text);

           console.log($w("#priceYearly").text);

           session.setItem('price', $w("#priceYearly").text);

           session.setItem('isMounth', 'false');

           session.setItem('isYearly', 'true');

       }

   })


}

More Velo Integrations

Wix and Clover Integration: Enhancing Your Business Functions

Connect Wix with Clover for secure and seamless payments. Sync transactions, manage sales, and enhance checkout experiences with ease.

Wix and Clover Integration: Enhancing Your Business Functions

Dropshipping in Wix

Master the art of integrating dropshipping into your Wix website using Velo with our comprehensive guide. Learn step-by-step how to seamlessly connect your site with top dropshipping providers, automate order processing, manage real-time inventory, and enhance your online store's functionality for a successful e-commerce business

Dropshipping in Wix

Wix and Shopify Integration: Elevating Your E-commerce Presence

Discover how to integrate Wix with Shopify for better eCommerce management. Learn setup tips, benefits, and maximize your online store's efficiency

Wix and Shopify Integration: Elevating Your E-commerce Presence

CONTACT US

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

bottom of page