Description
Extension for Woocommerce, that allows you to add products quickly into to cart straight from cart or checkout page. Extreamly usefull for sites with small ammount of products, that needed to be added straight from cart or checkout page.
If you sell some services, it’s easier for the user to select amount right in checkout and pay right away.
Also works with normal product pages (Could be limited support for variable products, as not tested much).
We initially developed this plugin for one of our projects to sell museum tickets.
Plugin does not provide much styling out of the box, plugin is intended to use your theme styling or styling configured with Elementor plugin.
Plugin also doesnt provide any settings page, only Elementor and Gutenberd blocks coonfigurators.
Building blocks
Has Elementor block, with fully configurable parameters and styles.
Has Gutenberg block with ability to configure parameters.
Has shortcode [wc_cart_products] with available parameters:
* category : [string] of coma separated product category slugs
* per_page : [number] of total products to show, β-1β by default, which is βallβ products
* type : [empty|bycategory]
* actions : [true:false] to show or hide footer area
* show_thumb : [true:false] to show or hide product images
* footer_total : [true:false] to show or hide total price in footer area
Availbale hooks:
βwccp/products_queryβ [Array] – To filter products query (Uses function βwc_get_products()β).
βwccp/categoty_h_tagβ [string] – To change heading tag. Default βh3β.
βwccp/product_table_thumbnailβ [true|false] – To hide/show product thumbnail in table.
βwccp/quantity_update_timeoutβ [number in milliseconds] – To change delay, after when the ajax cart update triggered. Default 800.
Blocks
This plugin provides 1 block.
- Cart Products
Installation
- Upload plugin to the
/wp-content/plugins/
directory - Activate the plugin through the βPluginsβ menu in WordPress
- Use [job-postings] to print jobs listing
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Cart Products for WordPress” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Cart Products for WordPress” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.4
Woocommerce empty cart redirect fixed
1.0.3
Fixed gutenberg error
1.0.2
Fixed php warning
1.0.1
Added WP5 version check to load gutenberg block
1.0.0
Initial release