WC Booster
WC Booster is a minimalist product addon for WooCommerce plugin that enhances your WooCommerce store by adding extra features. It helps you to manage your products efficiently and boost conversions effortlessly. You can customize the cart and product display, enable quick product previews. With WC Booster, you have complete control and can offer a seamless shopping experience to your customers. WC Booster unlocks the true potential of your online store, making it easier than ever to succeed in the world of eCommerce. Explore WC Booster Plugin’s Live Demo and Dynamic Features with Premium Theme Integration Core features A lightweight addon for WooCommerce Enhances customer’s shopping experience Provides complete control over the product and cart Take a glimpse of an item without visiting the product page Easily import full demo sites to get started instantly. Users can add products to their wishlist and view all saved items in one place. WC Booster detailed Features Search Instant Search results Get instant search results with our awesome live search feature on your WordPress website. This feature provides you the relevant suggestions right on the search box saving your customer’s precious time and effort. Custom Quantity Input Changing the quantity is way too easy with this feature. Custom Quantity Input helps your customers to change the order quantity right through various carts – Mini Cart, Shopping Cart, and during the checkout as well. Sticky Add to Cart A convenient way to add the product to the shopping cart. With this feature, your customers can quickly add the product to the cart while viewing product information. It ensures an effortless shopping experience that’s accessible and visible all the time on the product page. Quick View Instant Product Information without leaving the webpage. Quick View display product information through a pop-up right on the product listing page. You can add the product to the shopping cart through this pop-up view shortening the buying journey. Demo Importer With just a few clicks, you can effortlessly import fully-designed demo sites to instantly transform your website. Whether you’re a beginner or a seasoned professional, getting started has never been easier. Simply choose from a variety of beautifully crafted demo templates, and import them into your site with no hassle. This plugin Supports all Themes but the following themes are highly recommended WC Booster Woo Booster Craftify Fashion Vista Online Fashion Multi-Store Vision FSE Clean Vision Gutenbiz DarkBiz Evit FSE View More Upgrade to Pro for unlock features Paid WC Boosters have all of these additional features and dedicated support. Discover what this plugin has to offer now: Compare Free and paid pricing features Support and request for customization Do you have any queries? Please send us a message through the Offical Contact Page. We will get back to you. We are open to your suggestions and feedback. If you have any ideas on how to upgrade the plugin to make it better, or if you have ideas about the features that are missing from our plugin, let us know. For support please visit the Plugin Support Forum. Resources Font Icons: Author: Font Awsesome, Source: http://fontawesome.io, License: https://fontawesome.com/license (Fonts: SIL OFL 1.1, Code: MIT License) Select2: Author: Select2, Source: https://select2.org/getting-started/installation, License: https://github.com/select2/select2/blob/develop/LICENSE.md (MIT License) Sweet Alert: Author: Sweet Alert, Source: https://sweetalert2.github.io/, License: https://github.com/t4t5/sweetalert/blob/master/LICENSE.md (MIT License)
Top keywords
- product13×2.25%
- license9×1.56%
- cart8×1.38%
- booster7×1.21%
- wc7×1.21%
- shopping6×1.04%
- wc booster6×1.04%
- add5×0.87%
- demo5×0.87%
- https5×0.87%
- search5×0.87%
- select25×0.87%
WP-UserOnline
WP-UserOnline shows how many people are on your site right now, and where they are. Members are named, guests and search bots are counted, and the whole thing refreshes itself in the background without a page reload. Features A counter, a “who is browsing this page” line and a “who is browsing the site” line, each usable on its own. A full users online page, listing every visitor with the page they are on, where they came from and when they arrived. A sidebar widget offering any of those five combinations. Every string is a template you can edit, so the wording is yours rather than the plugin’s. Around three hundred search bots recognised by user agent, and a filter for adding your own. One admin screen with three tabs — who is online now, the settings, the templates — plus a line in the Dashboard’s At a Glance panel. A section on the WP-Stats page when that plugin is installed. Donations I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare me a couple of bucks, I will really appreciate it. If not feel free to use it without any obligations. Usage The simplest way is the widget. Go to WP-Admin -> Appearance -> Widgets, add the UserOnline widget to a sidebar, and pick which of the five statistics types it should show. A classic theme can call the template tags directly instead, anywhere in sidebar.php, header.php or a template part: Users online: The element ids matter: useronline-count, useronline-browsing-site, useronline-browsing-page and useronline-details are what the refresh script looks for. A figure printed outside one of them is correct when the page loads and then stays where it is. To give visitors a page of their own listing everyone online, create a page and put the shortcode in it: [page_useronline] Everything the plugin has is at WP-Admin -> WP-UserOnline, on three tabs: Users Online for who is here right now, Settings, and Templates for the wording of everything the plugin prints. Showing Users Online In A Block One block is available in the editor, under Widgets: Users Online — everyone on the site right now, grouped into members, guests and bots, with the page each of them is reading and the most-ever-online record underneath. The same listing [page_useronline] produces. It renders on the server, so the preview in the editor is the real listing rather than an approximation, and the page updates itself while a visitor is reading it exactly as the shortcode’s does. Only one goes in a post: the listing carries its own useronline-details element and the refresh script finds it by that name. Rendering it records nobody. Previewing the block in the editor does not add you to the figures you are previewing, however many times the preview refreshes — visitors are recorded when a page is loaded, not when the listing is drawn. The shortcode still works and is not going anywhere. [page_useronline] behaves exactly as it always has, and a page already containing it needs no change. The block calls the same code the shortcode calls, so the two render identically — use whichever suits the page. WP-CLI wp useronline list wp useronline list --format=count wp useronline count The command reads and never writes. The table maintains itself — every visit purges rows that have timed out — and the admin screen offers no destructive action, so neither does the command. REST API GET /wp-json/useronline/v1/count POST /wp-json/useronline/v1/visit count reports how many are online now, the record and its date, and records nobody — so a monitoring script polling it does not appear in the figure it is reading. `visit` is the heartbeat: it records the caller and answers with one of the four views, given a `mode` of `count`, `browsing-site`, `browsing-page` or `details`, plus the `page_url` they are on. Neither route takes a nonce, and that is deliberate. A nonce cannot authenticate a logged-out visitor: anonymous nonces come from one session every such caller shares, so requiring one would prove nothing while breaking every visitor who is not signed in. A page_url that does not resolve to this site is ignored, and a heartbeat writes nothing but the caller’s own row. These routes are an addition. The admin-ajax.php wp_useronline action is unchanged and still supported.