Very easy to use Simple WordPress Shopping Cart Plugin. Great for selling products online in one click from your WordPress site.
The WordPress Simple Shopping Cart plugin allows you to create ‘Add to Cart’ buttons for your products or services on your site. This simple shopping cart plugin lets you sell products and services directly from your own WordPress site and turns your WP blog into an e-commerce site.
With this plugin, your customers have the convenience of paying for their selected items using popular payment gateways such as PayPal and/or Stripe.
It allows you to add/display the shopping cart on any post, page or sidebar easily. The shopping cart shows the user what they currently have in the cart and allows them to change quantity or remove the items.
You will be able to create products by using shortcodes dynamically.
If you have a responsive theme, the shopping cart’s output will adapt seamlessly to ensure a mobile-friendly shopping experience.
Furthermore, this plugin provides a simple solution for selling digital products. To see a demonstration of how you can effectively sell your digital media files using the simple cart plugin, please refer to the following video:
Designed as a lightweight solution with minimal lines of code and a streamlined set of options, this plugin ensures optimal site performance. Moreover, it is designed to be a low maintenance solution, minimizing the likelihood of frequent site disruptions caused by upgrades. With this plugin, you can enjoy a stable and hassle-free shopping cart functionality while maintaining the overall stability of your website.
It offers the newest/latest PayPal Commerce Platform (PPCP) checkout option. You can enable it in the settings menu of the plugin.
The plugin also has an option to use the smart PayPal payment buttons. The following video shows a checkout demo using PayPal smart button.
WP Simple Cart Plugin, interfaces with the PayPal sandbox and Stripe testmode to allow for testing.
For video tutorial, screenshots, detailed documentation, support and updates, please visit:
WP Simple Cart Details Page
or
WP Simple Cart Documentation
There is a series of video tutorials to show you how to set up the shopping cart plugin on your site.
Check the video tutorials here.
The following language translations are already available:
You can translate the plugin using this documentation.
1) To add an ‘Add to Cart’ button for a product, simply add the following shortcode to a post or page next to the product. Replace PRODUCT-NAME and PRODUCT-PRICE with the actual name and price.
[wp_cart_button name=”PRODUCT-NAME” price=”PRODUCT-PRICE”]
2) To add the shopping cart to a post or page (eg. checkout page) add the following shortcode to a post or page or use the sidebar widget to add the shopping cart to the sidebar. The shopping cart will only be visible in a post or page when a customer adds a product.
[show_wp_shopping_cart]
3) Alternatively, you have the option to utilize the Gutenberg editor blocks provided by this plugin to conveniently insert the add to cart button and shopping cart in desired locations within your content.
Read the documentation for using the blocks
4) To insert the ‘Add to Cart’ button from a template or PHP file, you can utilize the following PHP function:
<?php echo print_wp_cart_button_for_product(‘PRODUCT-NAME’, PRODUCT-PRICE); ?>
Replace PRODUCT-NAME and PRODUCT-PRICE with the actual name and price.
Here is an exmaple shortcode that shows you how to use a product display box.
[wp_cart_display_product name=”My Awesome Product” price=”25.00″ thumbnail=”http://www.example.com/images/product-image.jpg” description=”This is a short description of the product”]
Simply replace the values with your product specific data
Add the following shortcode where you want to show the compact shopping cart:
[wp_compact_cart]
or use the following php function from your wordpress template files
Visit the shipping setup documentation page for more details.
example usage: [wp_cart_button name=”Test Product” price=”29.95″ var1=”Size|small|medium|large”]
[wp_cart_button name=”Test Product” price=”29.95″ var1=”Size|small|medium|large” var2=”Color|red|green|blue”]
[wp_cart_button name=”Test Product” price=”29.95″ var1=”Size|small|medium|large” var2=”Color|red|green|blue” var3=”Sleeve|short|full”]
Visit the documentation page here
Yes
Yes
Yes
Yes. you can enable the new PayPal checkout option in the settings menu of the plugin.
Yes. you can enable terms and conditions in the settings menu of the plugin.
Yes
Yes
Yes
Check the documentation on how to add buy buttons to the sidebar
Yes. See the digital download usage documentation
Yes. you can setup discount coupons from the “Coupon/Discount” interface of the plugin.
Yes. You can configure sale notification from the “Email Settings” interface of the plugin.
Yes.
Yes.
Yes.
Yes, you can configure the Stripe checkout option in the settings menu of the plugin.
{first_name} First name of the buyer
{last_name} Last name of the buyer
{product_details} The item details of the purchased product (this will include the download link for digital items).
Full changelog for all versions can be found at the following URL:
http://www.tipsandtricks-hq.com/ecommerce/?p=319