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

Plugin: wordpress-simple-paypal-shopping-cart (Used by 4,252 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
w*t*r*o*e*i*n.com βœ… F 2026-05-04 13:17:48
i*a*i*n*v*a*i*n.net (WP 6.9.1) βœ… F 2026-05-04 13:16:10
w*i*t*e*h*m*.org βœ… F 2026-05-04 13:09:06
c*m*n*e*l*p*e*.com βœ… F 2026-05-04 13:08:03
a*a*i*y*u*l*f*o*e.com (WP 6.9.4) βœ… F 2026-05-04 13:00:26
l*-*r*1.com (WP 6.8.5) βœ… B 2026-05-04 12:53:55
c*l*x*-*z.com (WP 5.4.19) ⚠️ F 2026-05-04 12:42:14
s*i*i*e*l*b*.com βœ… C 2026-05-04 12:35:34
p*p*r*a*d.org (WP 6.2.4) ⚠️ F 2026-05-04 12:29:43
d*n*e*n*r*w*e*s.com βœ… F 2026-05-04 12:26:55
a*z*a*d*v*n*.com βœ… F 2026-05-04 12:25:34
w*t*r*r*o*s*i*m*r.com (WP 6.9.4) βœ… F 2026-05-04 12:23:27
s*r*n*c*e*t*v*l.com (WP 6.8.5) βœ… C 2026-05-04 12:12:02
i*a*m.i*o*o*.org (WP 6.9.4) βœ… C 2026-05-04 11:44:25
d*n*a*w*r*i*t.com (WP 6.9.4) βœ… F 2026-05-04 11:39:38
m*g*c*i*r*o*.com πŸ”“ F 2026-05-04 11:38:52
l*r*.net (WP 6.2.9) ⚠️ F 2026-05-04 11:17:03
c*e*e*a*d*f*.com (WP 6.9.4) βœ… F 2026-05-04 11:16:25
p*t*m*o.com βœ… F 2026-05-04 11:07:51
w*t*r*o*d*e*i*g*o*.com βœ… F 2026-05-04 11:03:30
b*u*o*i*h*l*b*t*.eu (WP 6.9.4) βœ… F 2026-05-04 10:57:31
m*g*c*a*s*o*t*g*.com (WP 6.9.4) βœ… C 2026-05-04 10:35:33
c*e*m*n*b*t*a*i*n.com (WP 6.9.4) βœ… F 2026-05-04 10:31:50
c*l*n*g*a*i*.com (WP 6.9.4) βœ… F 2026-05-04 10:21:56
n*t*r*-*-*o*l.ch βœ… F 2026-05-04 09:48:10
4*a*d.org βœ… F 2026-05-04 09:45:55
j*m*s*u*t*n*o*n*a*i*n.org (WP 6.9.4) βœ… F 2026-05-04 09:35:58
b*r*s*l*n*e*s.com (WP 5.2.21) ⚠️ πŸ”“ F 2026-05-04 09:31:24
m*g*c*l*a*d*n*o*a*i*a*s.com (WP 6.9.4) βœ… F 2026-05-04 09:15:10
b*r*i*r*j.com (WP 6.9.4) βœ… F 2026-05-04 09:04:50
c*e*a*r*p*i*s*t*d*o*.com βœ… F 2026-05-04 09:04:11
c*l*s*i*e*e*o*d*.com (WP 4.9.29) ⚠️ F 2026-05-04 08:57:38
w*t*h*a*p*b*i*h*n*.com (WP 6.9.4) βœ… F 2026-05-04 08:56:04
w*t*h*a*a*e*p*o*u*t*.com (WP 6.9.4) βœ… F 2026-05-04 08:56:03
p*f*i*i*t*i*s.com πŸ”“ C 2026-05-04 08:40:05
s*u*h*e*s*y*a*i*.com (WP 4.9.29) ⚠️ F 2026-05-04 08:31:03
b*h*t.org βœ… F 2026-05-04 08:15:58
s*f*e*i*g*o*c*r*s*.com (WP 6.9.4) βœ… F 2026-05-04 07:54:25
t*i*b*o*i*n*t*o*y*u.com (WP 6.2.9) ⚠️ C 2026-05-04 07:50:50
s*e*n*i*.com βœ… F 2026-05-04 07:42:55
c*o*e*p*s*e*.de (WP 6.9.4) βœ… F 2026-05-04 07:40:22
s*u*d*f*r*h*s*u*d*.com (WP 6.9.4) βœ… F 2026-05-04 07:27:14
b*r*a*a*i*e*a*r*.com βœ… F 2026-05-04 06:37:13
g*r*y*t*c*l*.com (WP 6.9.4) βœ… F 2026-05-04 06:33:02
p*s*r*d*c*r.com (WP 6.9.4) βœ… F 2026-05-04 06:28:22
c*e*a*a*d*.com βœ… D 2026-05-04 06:19:34
c*l*b*a*i*g*c*2.com (WP 6.9.4) βœ… F 2026-05-04 06:04:21
d*m*s*o*i*s.org (WP 6.9.4) βœ… F 2026-05-04 05:47:33
g*r*a*y*o*n*n*e*.com (WP 6.9.4) βœ… F 2026-05-04 05:45:37
s*r*m*x*e*l.com (WP 6.7.4) βœ… F 2026-05-04 04:55:27
c*l*b.com (WP 6.8.1) βœ… F 2026-05-04 04:30:27
b*o*.k*r*w*l*s.com βœ… F 2026-05-04 04:10:50
m*c*r*e*m*n*s*r*e*c*u*c*.com (WP 6.9.4) βœ… F 2026-05-04 04:10:07
a*t*o*c*u*t*y.com βœ… F 2026-05-04 03:45:48
l*r*d*u*s*h.net (WP 6.9.4) βœ… F 2026-05-04 03:39:48
c*i*a*o*o.com βœ… F 2026-05-04 03:38:16
s*r*h*i*k*n*.com βœ… F 2026-05-04 03:33:41
i*f*r*a*i*n*r*d*c*s.online (WP 6.5.3) βœ… F 2026-05-04 03:09:14
v*g*b*b*r*v*l.com (WP 6.8.5) πŸ”“ F 2026-05-04 02:49:51
s*r*h*u*s*y.com (WP 6.9.4) βœ… F 2026-05-04 02:48:34
b*g*e*i*h*u*e.c*.uk (WP 6.3.5) ⚠️ πŸ“‘ F 2026-05-04 02:43:58
t*i*m*h*e*g*o*n*r*.org βœ… A 2026-05-04 02:39:21
s*c*e*s*i*h*e*d*n*.com βœ… F 2026-05-04 02:35:07
a*a*u*i*.com βœ… F 2026-05-04 02:35:06
s*a*n*.de (WP 6.9.4) βœ… F 2026-05-04 02:28:31
f*r*e*t*r*t*n*o*o*l*.com (WP 6.4.8) ⚠️ F 2026-05-04 02:09:03
p*r*d*s*i*l*n*c*v*c*s*o*i*t*o*.com (WP 6.9.4) βœ… F 2026-05-04 02:07:19
g*r*l*c*a*b*i*i*t*i*s.com (WP 6.9.4) βœ… F 2026-05-04 01:59:45
p*r*d*s*c*r*u*.com (WP 6.9.4) βœ… F 2026-05-04 01:51:18
g*r*-*a*i*r*i.com (WP 6.9.4) βœ… F 2026-05-04 01:43:30
7*h*v*.com (WP 6.9.4) βœ… F 2026-05-04 01:40:17
w*r*a*h*l*o*e*n*w*n*.com (WP 6.9.4) βœ… F 2026-05-04 01:30:06
i*b*i*h*l*f*.com (WP 6.9.4) βœ… F 2026-05-04 01:28:25
b*o*o*o*n*a*h.com (WP 6.9.4) βœ… C 2026-05-04 01:28:15
d*b*l*p*o*u*t*o*s.com (WP 6.9.4) βœ… F 2026-05-04 01:11:53
d*s*r*i*g*a*s*s.org (WP 6.9.4) βœ… F 2026-05-04 00:52:12
i*i*w*r*d*r*p*r*.org (WP 6.9.4) βœ… F 2026-05-04 00:42:21
h*m*g*o*n*o*p*t*l*t*.c*.uk (WP 6.9.4) βœ… F 2026-05-04 00:16:57
m*s*i*e*r*s*a*e.no (WP 6.9.4) βœ… F 2026-05-04 00:09:47
p*r*s*n*h*t*g*a*h*.com (WP 5.0.10) ⚠️ F 2026-05-04 00:05:06
v*c*n*e*-*n*g*o*p*s.com βœ… F 2026-05-03 23:34:34
v*c*n*e*-*a*p*n*.com βœ… F 2026-05-03 23:34:33
v*c*n*e*.com βœ… F 2026-05-03 23:34:33
h*l*4*r*.org (WP 6.9.4) βœ… D 2026-05-03 23:25:36
c*c*l*a*g*o*s*u*f.com βœ… F 2026-05-03 23:24:25
g*o*g*a*r*v*n*s*h*o*.com (WP 6.9.4) βœ… F 2026-05-03 23:13:43
a*a*e*o*l*s*r*i*e.com (WP 6.9.4) βœ… F 2026-05-03 23:09:24
p*w*4*u*.com (WP 6.9.4) βœ… F 2026-05-03 23:07:39
p*p*l*o*-*o*g*.com (WP 6.9.4) βœ… F 2026-05-03 22:53:05
f*r*h*i.com βœ… F 2026-05-03 22:44:09
i*a*o*a*h*i*l*.com βœ… F 2026-05-03 22:43:31
m*w*.c*.uk βœ… F 2026-05-03 22:43:20
p*r*l*p*i*t.eu πŸ”“ F 2026-05-03 22:42:17
d*c*n*t*u*t*v*t*e*t*e*r*j*c*.org βœ… F 2026-05-03 22:41:00
b*n*e*p*o*o*i*n*.com βœ… F 2026-05-03 22:11:22
g*o*g*m*r*s*e*t*.com (WP 6.9.4) βœ… F 2026-05-03 22:06:56
g*o*g*m*g*e*m*s*c.com (WP 5.8.13) ⚠️ F 2026-05-03 22:02:22
s*c*a*-*e*i*-*e*.com βœ… F 2026-05-03 21:56:14
i*a*i*e*a*e*e*i*v*.com (WP 6.9.4) βœ… F 2026-05-03 21:49:08
l*s*r*n*e*-*i*l*.fr (WP 5.9) ⚠️ F 2026-05-03 21:38:02

Top 50 Plugins

Plugin Count
elementor 2,006,189
contact-form-7 1,881,070
elementor-pro 1,144,536
woocommerce 931,511
revslider 687,582
js_composer 462,903
jetpack 462,881
wp-rocket 345,732
essential-addons-for-elementor-lite 310,233
gravityforms 265,665
header-footer-elementor 248,848
complianz-gdpr 243,071
instagram-feed 240,938
google-analytics-for-wordpress 235,859
elementskit-lite 233,724
gutenberg-core 232,966
cookie-law-info 231,868
google-site-kit 231,336
sitepress-multilingual-cms 214,891
bluehost-wordpress-plugin 204,812
wpforms-lite 166,872
astra-sites 159,523
gutenberg 156,079
litespeed-cache 147,578
cookie-notice 138,140
gtranslate 136,173
coblocks 128,339
the-events-calendar 126,816
popup-maker 119,505
astra-addon 101,612
tablepress 101,290
bb-plugin 101,150
woocommerce-payments 100,787
LayerSlider 99,690
wp-smushit 98,987
premium-addons-for-elementor 96,835
mailchimp-for-wp 94,956
duracelltomi-google-tag-manager 92,196
honeypot 91,096
cleantalk-spam-protect 89,699
akismet 89,277
woocommerce-gateway-stripe 87,678
megamenu 85,183
all-in-one-seo-pack 83,758
fusion-builder 83,295
smart-slider-3 81,490
formidable 81,315
creame-whatsapp-me 80,648
creative-mail-by-constant-contact 79,683
ewww-image-optimizer 78,562

Top 50 Themes

Theme Count
hello-elementor 663,683
Divi 553,850
astra 505,236
pub 158,292
Avada 128,876
flatsome 125,499
generatepress 124,925
oceanwp 91,192
h4 87,442
kadence 83,083
enfold 73,385
salient 70,445
bb-theme 62,945
twentytwentyfour 62,236
twentyseventeen 58,103
cocoon-master 57,530
blocksy 57,074
betheme 55,634
twentytwentyfive 54,398
dt-the7 47,519
neve 41,377
woodmart 40,325
Avada-Child-Theme 36,237
twentytwentyone 35,824
bridge 35,042
gox 34,096
twentytwenty 31,765
lightning 31,065
swell 30,256
twentytwentythree 28,580
bricks 26,069
Impreza 26,062
Newspaper 23,416
twentytwentytwo 22,974
epik-redesign 21,160
pro 19,258
storefront 19,098
uncode 19,069
twentysixteen 19,017
extendable 18,946
sydney 17,344
yith-wonder 16,888
themify-ultra 15,414
Total 15,350
twentyfifteen 13,616
hestia 13,535
porto 13,236
twentynineteen 13,101
yootheme 12,843
thrive-theme 12,742