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

Plugin: wordpress-simple-paypal-shopping-cart (Used by 4,020 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
t*e*i*i*o*p*t*l.com (WP 6.4.8) ⚠️ F 2026-05-26 21:34:06
m*n*e*o*a*o*e*p*o*u*e*s.com (WP 7.0) βœ… F 2026-05-26 21:31:40
t*o*b*e*i*.net (WP 6.9.4) βœ… F 2026-05-26 21:25:35
o*t*o*t*u*v*v*l.com (WP 7.0) βœ… F 2026-05-26 21:22:52
d*r*c*i*n*n*i*c.com βœ… F 2026-05-26 21:01:39
e*i*a*v*n*s.org (WP 7.0) πŸ”“ F 2026-05-26 20:47:29
s*h*a*p*r*h*t*.com (WP 7.0) βœ… D 2026-05-26 20:33:43
p*t*o*t*a*t*b*c*.com βœ… F 2026-05-26 20:18:42
w*l*i*m*l*k*.fr (WP 6.1.10) ⚠️ F 2026-05-26 20:15:51
m*n*s*r*o*r*m*m*r*n*e.com (WP 7.0) βœ… F 2026-05-26 19:55:48
n*j*m*e.org (WP 7.0) βœ… F 2026-05-26 19:45:48
b*i*o*p*n*r*g*s*e*.com (WP 6.5.8) βœ… F 2026-05-26 19:45:25
r*n*p*l*e*.com (WP 7.0) βœ… F 2026-05-26 19:39:55
t*e*e*l*n*c*y*t*l*.com βœ… F 2026-05-26 19:21:56
a*r*s*a*h*p.com βœ… F 2026-05-26 19:20:15
a*r*s*a*o*t.com βœ… F 2026-05-26 19:20:15
l*x*l*s*m*b*l*t*i*e*.com (WP 6.9.4) βœ… F 2026-05-26 19:07:23
v*r*t*c*e*r*i*g.com (WP 6.7.2) βœ… F 2026-05-26 18:42:19
o*t*r*e*l*z.com (WP 7.0) βœ… F 2026-05-26 18:39:56
t*e*a*m*n*c*h*u*.com (WP 6.9.4) βœ… F 2026-05-26 18:37:10
r*n*w*n*.com (WP 6.9.4) βœ… F 2026-05-26 18:33:21
v*r*b*c*r*f*l.com βœ… F 2026-05-26 17:59:57
r*n*t*a*.com (WP 7.0) βœ… F 2026-05-26 17:55:44
t*e*a*d*a*a*i*e.com (WP 6.9.4) βœ… F 2026-05-26 17:41:36
k*a*p*s*o*a*g*l*s.com (WP 6.8.5) βœ… F 2026-05-26 17:15:52
r*n*b*r*e*t.com βœ… F 2026-05-26 17:04:40
s*e*p*e*u*i*.com βœ… F 2026-05-26 16:23:40
b*s*n*s*.t*a*k*y*u*-*r*c*.com (WP 3.0.1) ⚠️ F 2026-05-26 16:19:57
c*m*u*e*c*a*l*n*e.ca (WP 3.9.37) ⚠️ πŸ“‘ F 2026-05-26 16:19:45
f*e*o*u*u*e*f*r*a*c*.com (WP 6.9.4) βœ… F 2026-05-26 16:19:38
d*n*s*u*h*t*o*.com (WP 7.0) βœ… F 2026-05-26 15:59:25
p*t*r*t*n*a*e*l*.com βœ… F 2026-05-26 15:58:44
p*t*a*r*l*.c*m.au (WP 5.1.22) ⚠️ F 2026-05-26 15:51:38
o*s*a*u*i*.com (WP 7.0) βœ… F 2026-05-26 15:28:35
t*e*r*g*r*o*s*e*m*t.com (WP 6.9.4) βœ… F 2026-05-26 15:26:59
t*e*r*e*w*l*.com (WP 6.9.4) βœ… F 2026-05-26 15:23:16
1*3*i*d*r.com βœ… F 2026-05-26 15:14:27
a*o*a*e*i*n*.com (WP 6.5.8) βœ… F 2026-05-26 15:12:15
w*l*o*e*o*u*b*l*t.com (WP 6.5.3) βœ… F 2026-05-26 14:37:22
w*l*o*e*o*a*o*w*r*d.com (WP 7.0) βœ… F 2026-05-26 14:33:45
p*t*r*o*e*.com βœ… F 2026-05-26 14:18:21
t*e*r*a*g*a*d*e.com (WP 7.0) βœ… F 2026-05-26 14:17:34
a*o*a*h*r*p*-*s*e*t*a*-*i*s.com βœ… F 2026-05-26 14:13:02
l*t*n*f*r*e*r.com (WP 7.0) βœ… B 2026-05-26 14:06:53
h*o*a*d*a*t*r.com (WP 6.3.1) ⚠️ F 2026-05-26 14:01:44
t*e*r*a*a*e*i*a*b*l*o*n*d*e*t*r*.com βœ… F 2026-05-26 14:00:31
a*o*a*i*t.com (WP 4.3.34) ⚠️ F 2026-05-26 13:43:17
s*e*l*h*s*i*g*l*r*t*.com βœ… F 2026-05-26 13:21:49
j*i*n*.com (WP 7.0) βœ… F 2026-05-26 13:09:16
o*r*i*f*r*t.com βœ… F 2026-05-26 12:50:36
a*o*a*q*a*t*t.com (WP 5.9.13) ⚠️ F 2026-05-26 12:18:44
h*t*l*a*i*e*.com βœ… F 2026-05-26 11:32:19
u*c*e*u*l*s.com (WP 7.0) βœ… F 2026-05-26 11:04:04
w*i*a*c*a*t*.com (WP 6.9.4) βœ… F 2026-05-26 10:55:07
a*m*o*r*h*l*w*t*m*s*c.com βœ… F 2026-05-26 10:45:33
w*g*o*f*o*s.com βœ… F 2026-05-26 10:09:56
m*c*a*l*a*p.com πŸ”“ F 2026-05-26 10:06:35
b*k*s*w*.p*e*i*w.i*f*m*n*a*.website (WP 6.8.5) βœ… F 2026-05-26 09:46:48
m*c*a*l*v*n*c*w*i*i*z.com (WP 7.0) βœ… F 2026-05-26 09:43:12
f*b*i*k*o*k*.com βœ… F 2026-05-26 09:10:05
m*r*d*v*r*i*y.de βœ… F 2026-05-26 08:49:45
f*b*w*n*b*r*.com (WP 6.9.4) βœ… F 2026-05-26 08:05:46
d*l*b*r*o*h*t*a*d*e*i*n.com (WP 7.0) βœ… F 2026-05-26 08:00:14
a*e*i*r*s*u*p*u*e*n*n*e*.fr βœ… F 2026-05-26 07:41:18
o*v*s*s.com (WP 6.9.4) βœ… F 2026-05-26 07:37:32
o*v*s*.com (WP 6.9.4) βœ… F 2026-05-26 07:37:32
f*i*n*s*f*h*f*r*p*r*.org βœ… F 2026-05-26 07:32:49
s*a*i*z*n.com βœ… F 2026-05-26 07:29:49
c*t*z*n*c*-*p.com βœ… F 2026-05-26 06:51:13
l*s*c*i*s*e*t*n*.org (WP 6.4.4) ⚠️ F 2026-05-26 06:50:52
a*m*h*u*e*.org (WP 6.9.4) βœ… B 2026-05-26 06:23:12
q*m.guru (WP 6.8.5) βœ… F 2026-05-26 06:16:37
s*a*e*f*r*b.com (WP 6.9.4) βœ… F 2026-05-26 06:15:58
f*u*l*a*t*n*s.com (WP 4.7.33) ⚠️ F 2026-05-26 05:30:34
g*f*.j*c*u*l*n*-*r*w*.com βœ… F 2026-05-26 05:20:19
s*a*w*s*o*t*a*h*n*.com (WP 7.0) βœ… F 2026-05-26 05:00:02
i*i*h*o*i*e*r*a*a*d*a*e.com βœ… F 2026-05-26 04:57:50
s*a*w*r*c*n*e*t*.com (WP 7.0) βœ… F 2026-05-26 04:43:12
r*g*e*o*n*u*.com (WP 6.9.4) βœ… F 2026-05-26 04:42:00
l*m*n*u*b*a*t*.com βœ… F 2026-05-26 04:24:57
u*e*a*a*e*a*i*n*.com βœ… F 2026-05-26 03:39:50
b*o*c*e*.net (WP 6.9.4) βœ… B 2026-05-26 03:29:25
c*r*o*l*n*.org βœ… F 2026-05-26 03:23:05
w*d*i*g*c*e*i*h.com βœ… F 2026-05-26 03:08:50
r*f*u*d*t*o*.com βœ… F 2026-05-26 02:58:02
m*-*i*a*i*n.com βœ… C 2026-05-26 02:34:45
r*e*a*i*y*i*g*r*.com (WP 6.4.8) ⚠️ F 2026-05-26 02:27:22
w*c*n*e*e*c*s.com βœ… F 2026-05-26 02:23:51
w*c*a*p*.com (WP 6.9.4) βœ… F 2026-05-26 02:03:34
e*a*o.org (WP 7.0) βœ… F 2026-05-26 01:51:16
i*y*l*s*e*.com (WP 7.0) βœ… F 2026-05-26 01:50:41
r*d*i*u*s*a*i*y*i*i*t*i*s.com βœ… F 2026-05-26 01:47:40
d*s*o*d.n*k*e*l*h.com (WP 6.9.4) βœ… F 2026-05-26 01:46:11
m*s*9*3*e*n*o*.com (WP 6.0.12) ⚠️ F 2026-05-26 01:42:43
u*e*a*a*e*a*i*n*.s*k*r*.n*.jp βœ… F 2026-05-26 01:25:45
w*s*.org (WP 6.9.4) βœ… D 2026-05-26 01:19:15
q*c*a*.com (WP 6.8.5) βœ… D 2026-05-26 01:17:26
c*q*t*g.org (WP 6.9.4) βœ… F 2026-05-26 00:58:29
c*r*l*c*t*k*d*.com (WP 6.9.4) βœ… C 2026-05-26 00:58:22
p*p*i*o.fr (WP 6.6.4) βœ… F 2026-05-26 00:55:22

Top 50 Plugins

Plugin Count
elementor 1,877,439
contact-form-7 1,849,026
elementor-pro 1,091,407
woocommerce 846,449
revslider 641,157
jetpack 480,356
js_composer 449,635
wp-rocket 349,342
gravityforms 320,939
essential-addons-for-elementor-lite 311,027
complianz-gdpr 270,750
cookie-law-info 243,202
instagram-feed 236,716
google-site-kit 230,394
sitepress-multilingual-cms 230,046
google-analytics-for-wordpress 221,265
elementskit-lite 220,182
header-footer-elementor 217,961
bluehost-wordpress-plugin 192,516
gutenberg 166,883
gutenberg-core 166,058
cookie-notice 161,346
litespeed-cache 142,170
the-events-calendar 138,765
wpforms-lite 133,656
gtranslate 133,288
astra-sites 122,709
popup-maker 120,489
tablepress 116,668
woocommerce-payments 115,841
coblocks 103,551
honeypot 102,134
astra-addon 98,706
duracelltomi-google-tag-manager 97,689
wp-smushit 97,158
all-in-one-seo-pack 96,668
layerslider 95,064
bb-plugin 93,172
megamenu 90,993
premium-addons-for-elementor 90,228
akismet 88,345
mailchimp-for-wp 86,753
cleantalk-spam-protect 86,107
woocommerce-gateway-stripe 85,748
ml-slider 85,046
borlabs-cookie 84,045
wp-pagenavi 83,312
fusion-builder 82,779
ewww-image-optimizer 81,960
smart-slider-3 81,282

Top 50 Themes

Theme Count
hello-elementor 641,790
Divi 531,393
astra 438,905
flatsome 149,454
generatepress 135,693
Avada 129,095
pub 114,395
twentytwentyfour 108,383
sydney 104,274
oceanwp 86,838
kadence 82,535
enfold 74,889
salient 68,979
twentyseventeen 58,890
h4 58,600
bb-theme 56,650
betheme 54,213
blocksy 53,376
cocoon-master 52,846
dt-the7 47,991
twentytwentyfive 46,323
neve 41,262
Avada-Child-Theme 38,994
woodmart 34,559
gox 34,477
bridge 34,022
twentytwentyone 33,372
lightning 32,514
twentytwenty 31,415
voxel 29,228
swell 29,174
Impreza 27,746
bricks 27,051
sinatra 25,829
twentytwentythree 24,972
Newspaper 24,936
kubio 22,351
twentytwentytwo 20,553
uncode 19,978
twentysixteen 19,337
epik-redesign 19,296
storefront 18,600
pro 18,247
Total 15,349
extendable 15,101
yith-wonder 14,141
hello-theme-child-master 13,988
yootheme 13,562
themify-ultra 13,538
hestia 13,507