WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: wordpress-simple-paypal-shopping-cart (Used by 4,025 domains)

Simple Shopping Cart

πŸ‘€ mra13 πŸ“¦ v5.2.9 πŸ”— Plugin Homepage

The Simple Shopping Cart plugin enables you to effortlessly add β€˜Add to Cart’ buttons for your products or services directly on your website. This lightweight plugin transforms your WordPress site into a fully functional e-commerce platform, allowing you to sell products and services with ease.

With this plugin, your customers have the convenience of paying for their selected items using popular payment gateways such as PayPal and/or Stripe.

You can easily display the shopping cart on any post, page, or sidebar. The cart provides users with a clear view of their selected items, allowing them to adjust quantities or remove items effortlessly.

The plugin offers the newest/latest PayPal Commerce Platform (PPCP) checkout option. You can enable it in the settings menu of the plugin.

Checkout Process Demonstration

It offers a simple and seamless checkout process for your customers. To see a demonstration of how the checkout process works, please refer to the following video:

Easily Create Products

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:

Engineered for a Lightweight Solution

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.

Simple Shopping Cart Plugin, interfaces with the PayPal sandbox and Stripe testmode to allow for testing.

Documentation

For documentation, video tutorials, screenshots, support, and updates, please visit:

Simple Shopping Cart Documentation
or
Simple Shopping Cart Details Page

Features

  • Easily create β€œadd to cart” button with options if needed (price, shipping, options variations). The cart’s shortcode can be displayed on posts or pages.
  • Use a function to add dynamic β€œadd to cart” button directly in your theme.
  • Minimal number of configuration items to keep the plugin lightweight.
  • Sell any kind of tangible products from your site.
  • Ability to sell services from your your site.
  • Sell any type of media file that you upload to your WordPress site. For example: you can sell ebooks (PDF), music files (MP3), audio files, videos, photos, images etc.
  • Your customers will automatically get an email with the media file that they paid for.
  • Show a nicely formatted product display box on the fly using a simple shortcode.
  • Option to enable terms and conditions for your customers to agree to before they checkout.
  • Uses the newest/latest PayPal checkout option.
  • Option to use the PayPal Commerce Platform Checkout option. You can enable it from the settings menu of the plugin.
  • Option to use the smart payment buttons of PayPal. Allows the customers to checkout in a popup window (using a credit card, paypal or paypal credit).
  • Your customers will be able to use the PayPal’ Pay in 4 payment option (Buy Now Pay Later).
  • You can use PayPal sandbox to do testing if needed (before you go live).
  • Ability to offer the Stripe checkout option. Your customers can conveniently make credit card payments through the secure Stripe payment gateway.
  • You can use Stripe testmode to do testing if needed (before going live).
  • The Stripe checkout will display payment method options based on what you, as the merchant, have enabled in your Stripe account.
  • You can offer a manual/offline payment option using the Manual Checkout feature.
  • Ability to display the order summary on the β€˜Thank You’ page. Refer to this documentation for more details.
  • The orders menu will show you all the orders that you have received from your site.
  • Ability to configure an email that will get sent to your buyers after they purchase your product.
  • Ability to configure a sale notification email that gets sent to the site admin when a customer purchase your item(s).
  • Ability to configure discount coupons. Offer special discounts on your store/shop.
  • You can create coupons and give to your customers. When they use coupons during the checkout they will receive a discount.
  • Create discount coupons with an expiry date. The coupon code automatically expires after the date you set.
  • Compatible with WordPress Multi-site Installation.
  • Ability to specify SKU (item number) for each of your products in the shortcode.
  • Ability to customize the add to cart button image and use a custom image for your purchase buttons.
  • Ability to customize the add to cart button text via shortcode parameter on a per product basis.
  • Track coupons with the order to see which customer used which coupon code.
  • Ability to add a compact shopping cart to your site using a shortcode.
  • Ability to show shopping cart with product image thumbnails.
  • Ability to use a custom checkout page style.
  • Ability to configure region based shipping additions.
  • Ability to use blocks to add the β€˜add to cart’ button and the β€˜shopping cart’ to your posts/pages/sidebar.
  • Option to enable AJAX add to cart buttons for a smoother user experience.
  • Option to hide the quantity field in the shopping cart. This can be useful for a site selling only digital products where the quantity is always 1.
  • Works nicely with responsive WordPress themes.
  • Can be translated into any language.
  • and more…

Shopping Cart Setup Video Tutorials

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.

Language Translations

The following language translations are already available:

  • English
  • German
  • Spanish
  • French
  • Breton
  • Italian
  • Japanese
  • Polish
  • Czech
  • Hebrew
  • Swedish
  • Norwegian
  • Danish
  • Turkish
  • Dutch
  • Brazilian Portuguese

You can translate the plugin using this documentation.

Developers

  • If you are a developer and you need some extra hooks or filters for this plugin please let us know.
  • Github repository

Usage

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:

Replace PRODUCT-NAME and PRODUCT-PRICE with the actual name and price.

Using Product Display Box

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

Using a compact shopping cart

Add the following shortcode where you want to show the compact shopping cart:

[wp_compact_cart]

Using Shipping

To apply a shipping cost to your product, use the β€˜shipping’ parameter. Below is an example of how to include it in a shortcode:

[wp_cart_button name="Test Product" price="19.95" shipping="4.99"]

Visit the shipping setup documentation page for more details.

Using Variation Control (Product Variations)

To enable variation control, use the variation parameter. Below is an example of how to include it in a shortcode:

[wp_cart_button name="Test Product" price="25.95" var1="VARIATION-NAME|VARIATION1|VARIATION2|VARIATION3"]

Example shortcode usage:

[wp_cart_button name="Test Product" price="29.95" var1="Size|small|medium|large"]

To add multiple variations to a product (such as a second or third variation), use the following format:

[wp_cart_button name="Test Product" price="29.95" var1="Size|small|medium|large" var2="Color|red|green|blue"]

To add variations with price modifiers to a product (so the selected variation can update the price), use the following format:

[wp_cart_button name="Test Product" price="15.00" var1="Size|small|medium::5|large::10" var2="Color|red|green::2|blue::3" var3="Sleeve|short|full::5"]
DomainExposuresHeadersLast Checked
c*r*w*o*c*n*t*u*t*o*.org βœ… F 2026-05-18 15:29:37
m*t*h*w*o*e*l.com (WP 6.9.4) βœ… F 2026-05-18 15:23:37
m*t*h*w*u*l*e*e.com (WP 6.9.4) βœ… F 2026-05-18 15:21:33
m*t*h*w*e*k.com (WP 6.4.8) ⚠️ F 2026-05-18 15:17:48
r*a*t*m*a*d*p*c*.org (WP 6.9.4) βœ… F 2026-05-18 14:31:43
h*d*l*g*s*h*c*l*t*.com βœ… F 2026-05-18 14:07:05
l*k*h*y*s.c*m.au βœ… F 2026-05-18 13:41:27
d*n*c*b*r*h*r*t.com βœ… F 2026-05-18 13:38:39
r*d*e*m*v*u*h*r.com (WP 6.5.8) βœ… F 2026-05-18 13:38:33
e*c*a*i*o*.com (WP 6.8.5) βœ… F 2026-05-18 13:36:22
s*e*k*n*i*e.com (WP 6.9.4) βœ… F 2026-05-18 13:22:05
r*d*v*l*a*r*.com (WP 6.9.4) βœ… F 2026-05-18 13:08:08
k*e*t*g*u*c*.com (WP 6.9.4) βœ… F 2026-05-18 12:38:26
a*y*r*t*s*t*f*.com (WP 6.9.4) βœ… F 2026-05-18 12:29:41
r*d*e*e*t*i*l*n.com βœ… F 2026-05-18 12:26:04
k*n*r*d*r*u*e.fr βœ… F 2026-05-18 12:12:10
h*b*e*u*e*b*o*s.com (WP 6.9.4) βœ… F 2026-05-18 11:47:22
s*a*p*p*e*p*n*.com βœ… F 2026-05-18 11:23:02
k*n*d*m*r*v*n.org (WP 6.8.5) βœ… F 2026-05-18 11:22:28
m*t*u*-*l*c*l.com (WP 6.9.4) βœ… F 2026-05-18 11:19:57
h*b*r*e*e*t*j*r*.com βœ… F 2026-05-18 11:19:39
a*y*o*r*n*.com (WP 6.9.4) βœ… F 2026-05-18 11:08:29
p*r*l*n*h*n*w*a*e*s*u*l*.org (WP 6.9.4) βœ… F 2026-05-18 10:56:52
n*n*b*r*e*r*.com (WP 6.9.4) βœ… F 2026-05-18 10:38:29
m*t*i*o*h*a*i*g.com βœ… F 2026-05-18 10:05:53
m*t*i*d*g.com (WP 6.9.4) βœ… F 2026-05-18 09:51:44
d*m*x*r*u*.com (WP 6.9.4) βœ… F 2026-05-18 09:23:33
a*u*t*v*r*e.com (WP 4.9.8) ⚠️ πŸ”“ F 2026-05-18 09:11:28
d*z*a*o*.com (WP 6.9.4) βœ… D 2026-05-18 08:35:36
m*d*w*l*h*u*e.com βœ… F 2026-05-18 08:18:48
n*l*a*i*e*o*d.com (WP 6.9.4) βœ… F 2026-05-18 07:34:13
h*a*h*r*u*t*r*n.com βœ… F 2026-05-18 07:31:20
p*o*e*.marketing (WP 6.1.1) ⚠️ F 2026-05-18 07:26:13
b*s*n*s*.h*m*o*d*c*a*b*r.com (WP 6.9.4) βœ… F 2026-05-18 07:09:12
a*s*e*g*r*p*a*e*s.com (WP 6.7.5) βœ… F 2026-05-18 06:55:47
m*t*s*e*r*s*i*s.com βœ… F 2026-05-18 06:44:04
h*a*t*o*n*a*d*a*e.com (WP 6.9.4) βœ… F 2026-05-18 06:31:05
n*h*1*9*.com (WP 6.9.4) πŸ”“ F 2026-05-18 06:22:42
s*h*o*o*l*v*n*.org (WP 6.9.4) βœ… D 2026-05-18 06:05:20
r*c*v*r*-*o*s*.com βœ… F 2026-05-18 06:05:04
b*i*z*n*z.com (WP 6.7.1) βœ… F 2026-05-18 05:50:54
u*c*e*i*l*c*t*r*n*.com (WP 6.9.4) βœ… F 2026-05-18 05:05:19
a*o*d*h*p*v*r*y*r*p.c*m.au βœ… F 2026-05-18 04:42:17
a*p*i*i*r*o*p*n*.com (WP 6.9.4) βœ… F 2026-05-18 04:26:55
a*p*i*i*d*e*t*r.com (WP 6.9.4) βœ… F 2026-05-18 04:26:54
k*p*k.com βœ… F 2026-05-18 04:04:24
r*c*a*m*o*r*u*c*s*.com (WP 6.9.4) βœ… F 2026-05-18 03:56:11
h*a*t*e*t*n*e*.com βœ… F 2026-05-18 03:54:34
n*c*e*s*e*r*i*g.com βœ… F 2026-05-18 03:53:55
k*k*o.com βœ… F 2026-05-18 03:52:49
r*c*a*m*d*u*c*i*n.com (WP 4.7.29) ⚠️ πŸ”“ F 2026-05-18 03:44:19
e*h*o*i*n*o*f*r*j*c*.com (WP 5.3.2) ⚠️ F 2026-05-18 03:40:32
t*a*m*h*a*e*.com (WP 6.9.4) πŸ”“ F 2026-05-18 03:07:21
h*a*t*l*g*t*r*i*i.com (WP 4.9.29) ⚠️ F 2026-05-18 03:05:23
d*l*e*p*a*s.com βœ… F 2026-05-18 03:02:41
s*m*n*r.com βœ… F 2026-05-18 03:00:24
n*w*o*e*a*t*j.org (WP 6.9.4) βœ… F 2026-05-18 02:55:14
s*l*o*a*y.com (WP 6.9.4) βœ… F 2026-05-18 02:54:10
e*h*r*k*s.com (WP 6.9.4) βœ… F 2026-05-18 02:37:31
n*-*o*s.com (WP 6.5.7) βœ… F 2026-05-18 02:18:09
t*e*i*e*r*o*l*v*n*.art βœ… F 2026-05-18 02:17:16
a*o*r*n*.com βœ… F 2026-05-18 02:13:57
d*l*a*v*s*e*e*.com (WP 6.9.4) βœ… F 2026-05-18 01:47:49
u*u*s*u*i*.com (WP 6.9.4) βœ… F 2026-05-18 01:25:34
r*l*a*e*h*a*e.com (WP 6.9.4) βœ… F 2026-05-18 01:01:44
a*o*s*i*c*i*i*k*r*a.com βœ… F 2026-05-18 00:08:12
n*-*e*a*l*n*.com (WP 6.9.4) βœ… F 2026-05-18 00:04:32
y*h*e*y*h*h*a*s*e*b*y.com (WP 6.9.4) βœ… F 2026-05-18 00:03:50
b*d*a*d*o*e*n.com βœ… F 2026-05-18 00:00:27
h*a*t*y*a*p*s*n*t*a*h*r.com (WP 6.9.4) βœ… F 2026-05-17 23:13:51
c*l*m*u*s*i*t*.org βœ… F 2026-05-17 23:01:29
b*d*e*i*k*e*a*d.com (WP 6.9.4) βœ… F 2026-05-17 22:48:00
b*d*i*e.com (WP 6.9.4) πŸ”“ F 2026-05-17 22:37:08
r*k*a*a*o*k*e*a.com (WP 6.1.1) ⚠️ F 2026-05-17 22:05:09
d*d*r*s*h*w.com (WP 6.9.4) βœ… F 2026-05-17 21:30:45
d*d*r*s.com (WP 6.9.4) βœ… F 2026-05-17 21:30:45
d*r*e*p*n*g*a*s.com βœ… F 2026-05-17 21:23:22
h*r*o*i*-*u*r*m*.com βœ… F 2026-05-17 21:19:40
r*j*v*n*t*4*i*e.com (WP 6.9.4) βœ… F 2026-05-17 21:19:27
c*a*s*s.b*r*a*d*h*s*a*a.com (WP 6.9.4) βœ… F 2026-05-17 20:57:46
m*r*o*-*r*d*e.ca (WP 6.9.4) βœ… F 2026-05-17 20:54:47
j*c*s*o*w*c*y*o*k*.com (WP 6.9.4) βœ… F 2026-05-17 20:48:03
j*c*e*t*v*s*l*t*o*.com πŸ“‘ F 2026-05-17 20:48:02
b*o*.p*o*n*x*o*e*e*i*n.com (WP 6.9.4) βœ… F 2026-05-17 20:26:12
a*i*d*m*l*s*.com (WP 6.9.4) βœ… F 2026-05-17 20:25:18
n*2.s*r*e*d*s*g*.com (WP 6.9.4) πŸ”“ F 2026-05-17 20:08:40
r*b*c*a*a*r*n*t*n.com βœ… D 2026-05-17 19:22:09
r*b*c*a*n*p*i*i*.com βœ… B 2026-05-17 19:18:43
j*y*n*a*.com βœ… F 2026-05-17 19:14:52
d*m*i*e*e*a*s*l*e.com (WP 6.1.10) ⚠️ F 2026-05-17 18:58:09
a*i*l*o*g*d*t*r*e*.com βœ… F 2026-05-17 18:07:58
b*i*h*m*l*o*.com (WP 6.9.4) βœ… F 2026-05-17 17:33:31
b*b*i*a*d*o*b*n.com βœ… F 2026-05-17 16:59:20
t*a*s*e*d*n*w*r*i*r*.com βœ… F 2026-05-17 16:47:18
n*1.t*o*p*o*e*.com (WP 6.9.4) βœ… F 2026-05-17 16:35:04
n*1.s*o*y*i*e*r*m*p*c*.com πŸ”“ F 2026-05-17 16:22:43
n*1.s*r*e*d*s*g*.com (WP 6.9.4) πŸ”“ F 2026-05-17 16:09:34
i*p*w*b.w*e*g*n*.com βœ… F 2026-05-17 15:29:06
d*a*e*n.com (WP 6.9.4) βœ… F 2026-05-17 15:19:14
d*e*d*r*h*p*r*u*.com (WP 6.7.5) βœ… F 2026-05-17 15:18:22

Top 50 Plugins

Plugin Count
elementor 1,880,658
contact-form-7 1,852,966
elementor-pro 1,093,255
woocommerce 847,767
revslider 642,261
jetpack 480,894
js_composer 450,441
wp-rocket 350,306
gravityforms 321,186
essential-addons-for-elementor-lite 311,386
complianz-gdpr 271,300
cookie-law-info 243,772
instagram-feed 237,083
google-site-kit 230,694
sitepress-multilingual-cms 230,335
google-analytics-for-wordpress 221,574
elementskit-lite 220,384
header-footer-elementor 218,275
bluehost-wordpress-plugin 192,570
gutenberg 167,030
gutenberg-core 166,368
cookie-notice 161,977
litespeed-cache 142,610
the-events-calendar 139,091
wpforms-lite 133,812
gtranslate 133,474
astra-sites 122,839
popup-maker 120,636
tablepress 116,946
woocommerce-payments 115,949
coblocks 103,733
honeypot 102,316
astra-addon 98,832
duracelltomi-google-tag-manager 97,902
wp-smushit 97,300
all-in-one-seo-pack 96,802
layerslider 95,240
bb-plugin 93,233
megamenu 91,154
premium-addons-for-elementor 90,359
akismet 88,509
mailchimp-for-wp 86,901
cleantalk-spam-protect 86,210
woocommerce-gateway-stripe 85,840
ml-slider 85,220
borlabs-cookie 84,217
wp-pagenavi 83,516
fusion-builder 82,907
ewww-image-optimizer 82,068
smart-slider-3 81,436

Top 50 Themes

Theme Count
hello-elementor 643,040
Divi 532,735
astra 439,616
flatsome 150,016
generatepress 136,012
Avada 129,289
pub 114,620
twentytwentyfour 108,458
sydney 105,451
oceanwp 86,953
kadence 82,683
enfold 75,042
salient 69,072
twentyseventeen 59,028
h4 58,701
bb-theme 56,679
betheme 54,333
blocksy 53,460
cocoon-master 52,877
dt-the7 48,049
twentytwentyfive 46,497
neve 41,357
Avada-Child-Theme 39,053
woodmart 34,618
gox 34,505
bridge 34,095
twentytwentyone 33,437
lightning 32,541
twentytwenty 31,491
voxel 29,229
swell 29,197
Impreza 27,790
bricks 27,088
sinatra 25,996
twentytwentythree 25,058
Newspaper 25,015
kubio 22,372
twentytwentytwo 20,596
uncode 20,034
twentysixteen 19,388
epik-redesign 19,298
storefront 18,619
pro 18,260
Total 15,378
extendable 15,133
yith-wonder 14,146
hello-theme-child-master 14,022
yootheme 13,597
themify-ultra 13,558
hestia 13,535