Barcode Scanner (+Mobile App) – Inventory manager, Order fulfillment system, POS (Point of Sale)
✔ Find products/orders by scanning barcodes or by name/SKU/Id ✔ Manage product stock, prices and other product data ✔ Point of Sale (POS) – create orders by scanning barcodes This plugin for WooCommerce allows you to scan barcodes and manage your inventory/orders more efficiently. After barcode is scanned, plugin starts to search item automatically and displays product/order you were looking for. Also this plugin provides Point Of Sale (POS) functionality, so you can create WooCommerce orders right from the work place or checkout counter. You can also switch to the “Enter” mode and search products/orders manually by typing ID/SKU/NAME/etc – and product/order will be found. We pay a lot of attention to search speed optimization, so even shops with thousands of items can count on fast responsiveness and comfortable work. Plugin is fully compatible with WooCommerce. Main features of barcode scanner: Supports all types of barcode scanners Search of products by scanning barcodes Review & edit basic product information Manage stock quantity, price, etc. Search of orders Review order information Creation of new orders (POS functionality) Order fulfilment (item picking) functionality Auto actions* Auto actions allows you to increase or decrease product quantity automatically simply by scanning products, so you don’t have to change quantity value manually. It might be very useful for restocking items in your stock. By default plugin allows to do search by Product ID, SKU, Name, however you can specify any other custom field (like UPC, EAN, etc) by which search should be done. Please note: This is a free trial version, so it comes with some limitations. Possible use cases: Quick search of item: If you have to search for products/orders regularly and you type id/sku/name manually – you may increase your productivity by using barcode scanner. You will need to scan product/order barcode and it will be found as fast as possible without any additional interaction with keyboard. Point of Sale (POS): You can use barcode scanner as a Point of Sale (POS) system to create orders in offline stores. You simply scan products which your customer wants to buy, and you will see prices for each item along with total order price. POS functionality also includes proce adjustment for added products to the order and possibility to edit the end price of the order. POS also allows to specify order status, final order price, apply coupons, specify woocommerce user and have some other features. Restocking items: If you received a new products from your vendor, you can use “auto actions” to increase products quantity in WooCommerce simply by scanning items. Product quantity will be increased each time you scan a barcode and the good or error sound will be played. So, you even don’t have to look at the screen to understand if it worked or not. Your use case may be different, however barcode scanning & quick search is always helpful tool and can be adopted to stock management process. More information about Barcode Scanner plugin here: Barcode Scanner Plugin FAQ
Top keywords
- barcode10×1.97%
- order10×1.97%
- search10×1.97%
- orders9×1.78%
- product9×1.78%
- products9×1.78%
- pos7×1.38%
- scanning6×1.18%
- barcode scanner5×0.99%
- quantity5×0.99%
- scanner5×0.99%
- woocommerce5×0.99%
Code Snippet DM
Supports: Gutenberg, Elementor, TinyMCE and shortcode Display your code snippets in a stylish way inside your content. The plugin uses shortcodes and also very intuitive TinyMCE interface. Starting with v2.0.3, the plugin offers support to be used via a custom Elementor Widget. Starting with v2.0.1, the plugin offers support to be used via a custom Gutenberg block. It will continue to support the default way of adding the code snippet via shotcodes. Code Snippet DM was inspired by the Carbon project. We created a simple way to display your code snippets but also have control over the way it appears, thus making it more stylish. Also, on the front end in the top right you will find a Copy Code button that allows you to copy to clipboard the entired code snippet. The plugin provides you with a TinyMCE button that will allow you to display the code or an option to use a shortcode. You can open the shorcode [dm_code_snippet] and in the content inside and close it [/dm_code_snippet]. Elementor widget The Widget is called “Code Snippet DM” and can be found on the Basic list of Elementor Widget after you activate the plugin. Keywords that can be used to find it: code, snippet, dm. Once the widget is added in the Elementor editor, it can be customized via the sidebar settings that will appear for each widget. The sidebar will include all the settings that are available for the shortcode. Some of the settings will be applied in real time in your editor. The code styling (syntax highlight) and line numbers are only available on the front-end, in the editor you will not be able to preview the correct colors for the code or the line numbers. Gutenberg block The block is called “Code Snippet DM” and can be found in the embed section of Gutenberg blocks. Keywords that can be used to find it: code, snippet, dm. Once the block is added in the Gutenberg editor, it can be customized via the sidebar settings that will appear for each block. The sidebar will include all the settings that are available for the shortcode. Some of the settings will be applied in real time in your editor. The code styling (syntax highlight) and line numbers are only available on the front-end, in the editor you will not be able to preview the correct colors for the code or the line numbers. Shortcode Options There are a number of options that you can use in the shortcode: background with options yes or no will enable/disable the color background (Default yes) background-mobile with options yes or no will enable/disable the color background for mobile devices (Default yes) bg-color accepts any HEX, RGB or RGBA value to change the background color (Default #abb8c3) theme with options light or dark that changes the code editor theme (Default dark) slim with options yes or no that changes the code editor from default to a slim version, ideal for one-line code (Default no) line-numbers with options yes or no that will enable a left side line number for columns (Default no) language with options clike, css, javascript, markup, perl, php, python, ruby, sql, typescript, shell will highlight the syntaxes based on what you select for your code (Default php) wrap with options yes or no will wrap the code or add a horizontal scroll bar to display it as it is (Default no) height allows you to input any value and will set the code snippet height to that value. Example: 500px. (Default is empty) copy-text this is used for the text shown on the copy button. If it’s not added it will use the default option. (Default Copy Code) copy-confirmed this is used for the text shown after you click the copy button. If it’s not added it will use the default option. (Default Copied) Example of shortcode: [dm_code_snippet background="yes" background-mobile="yes" slim="no" line-numbers="no" bg-color="#abb8c3" theme="light" language="css" wrapped="no" height="500px" copy-text="Get the Code!" copy-confirmed="You have it!"] .dm-code-snippet.dark { background: $default-bg; padding: 40px 35px 45px 35px; margin: 30px 0; } [/dm_code_snippet] Important: * If you use the shortcode directly, make sure to wrap the code in as in the example above. * If you want to add HTML using the shortcode, you’ll need to escape the HTML before pasting it in the shortcode. (You can easily find an escape tool online to convert the code) * If you have code (not HTML) that uses ‘</’ and you add it with the shortcode and not the and the TinyMCE button, you will need to escape ‘</’ from your code in order to properly display it. Use the TinyMCE button if you don’t want to add the shortcode yourself. (see Screenshots)