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

Plugin: wordpress-simple-paypal-shopping-cart (Used by 4,008 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
r*n*o*c*v*r*o*k*t*r*.com βœ… F 2026-06-12 15:21:14
d*v.d*a*v*g*i*a*.com πŸ‘€ F 2026-06-12 15:20:03
s*n*l*w*n*p*o*u*t*o*s.com πŸ‘€ F 2026-06-12 15:17:49
a*e*l*n*u*i*r*.ca βœ… F 2026-06-12 14:54:03
s*s*g*o*p.o*g.uk (WP 7.0) βœ… F 2026-06-12 14:28:33
n*c*l*b*r*e*l*t*i.com (WP 6.1.10) ⚠️ F 2026-06-12 12:21:20
m*t*w*i*t*e.com (WP 6.7.5) βœ… F 2026-06-12 00:46:11
d*a*o*o*m*d*a.org (WP 6.9.4) βœ… F 2026-06-11 20:54:11
w*e*u*f*s*i*a*.c*.uk (WP 4.8.3) ⚠️ F 2026-06-11 19:14:20
i*d*a*n*t*o*k.com βœ… D 2026-06-11 16:08:21
l*s*i*n*p*s.com βœ… F 2026-06-11 09:09:08
y*b*t.se (WP 6.9.4) πŸ‘€ F 2026-06-11 08:43:57
l*t*s*b*o*m*r.u*k*a.com (WP 6.9.4) πŸ‘€ F 2026-06-11 00:09:10
g*l*e*l*a*e*u*a*i*n*o*n*a*i*n.org (WP 6.8.5) βœ… F 2026-06-10 14:49:52
l*u*a*r*s*y.me (WP 6.9.4) πŸ‘€ F 2026-06-10 10:25:35
a*a*e*i*.k*m*n*o*.pl (WP 6.8.5) βœ… F 2026-06-10 01:40:51
e*i*i*n*1*0*v*e*.fr (WP 6.1.10) ⚠️ F 2026-06-09 20:48:31
n*t*r*l*e*p*r*n*i*g.com (WP 6.9.4) βœ… F 2026-06-09 19:47:48
g*8*c.com πŸ‘€ F 2026-06-09 17:50:38
r*g*i*e*i*i*.dk (WP 7.0) πŸ‘€ F 2026-06-09 17:16:35
n*c.z*v.m*b*u*h*s*.me βœ… F 2026-06-09 13:51:29
a*p*.v*t.br (WP 6.9.4) πŸ‘€ F 2026-06-09 11:47:30
n*b*p*r*s*n*r*c.org βœ… F 2026-06-09 10:44:00
s*a*g*v*s*.se (WP 6.8.5) βœ… F 2026-06-09 10:10:47
s*r*e*w*n*z.w*e*g*n*p*w*r*d.com βœ… F 2026-06-09 07:01:09
s*r*e*w*n*z.w*e*g*n*.com βœ… F 2026-06-09 07:01:09
p*r*g*a*p*e*s.com (WP 6.5.8) πŸ‘€ F 2026-06-09 01:18:26
t*e*n*i*e*l*g*e*.com (WP 7.0) πŸ‘€ F 2026-06-09 00:15:12
a*e*i*a*f*i*h*c*d*m*.org βœ… F 2026-06-08 22:45:41
a*r*d*j*r*.com βœ… F 2026-06-08 22:23:31
c*t*n*i*e.org βœ… F 2026-06-08 19:56:21
b*t*l*f*r*a*v*t*o*.com (WP 5.8.13) ⚠️ D 2026-06-08 19:54:28
o*c*l*p*e*s.net (WP 7.0) πŸ‘€ F 2026-06-08 19:45:54
f*i*n*s*f*r*a*u*e*s*a*d.org (WP 6.9.4) βœ… F 2026-06-08 19:06:20
t*o*a*m*r*o*.nl βœ… F 2026-06-08 16:05:42
c*c*c.org πŸ‘€ F 2026-06-08 15:22:38
s*m*e*l*f*.ch (WP 4.7.33) ⚠️ F 2026-06-08 15:06:45
b*f*a*o*o*i*n*e*r*n*.org βœ… F 2026-06-08 13:58:19
i*n*r*v*i*e*.net (WP 6.8.5) πŸ‘€ D 2026-06-08 09:38:29
t*e*o*n*e*.c*.uk (WP 6.8.5) βœ… F 2026-06-08 09:21:37
r*c*s*l*d*0*4.org (WP 7.0) πŸ”“ πŸ‘€ F 2026-06-08 07:21:05
s*c*n*c*a*c*s*i*d*i*e.org πŸ‘€ F 2026-06-08 06:39:44
g*i*e*o*u*e*s*n*.org βœ… F 2026-06-08 03:48:05
o*f*h*g*i*p*o*u*t*o*s.com πŸ‘€ F 2026-06-08 03:30:08
n*r*u*d*a*l*.o*g.uk (WP 7.0) πŸ‘€ F 2026-06-08 02:42:18
r*d*o*s*e*-*u*.de (WP 5.8.13) ⚠️ F 2026-06-08 01:07:48
n*a*i*a*h*a*i*g.com (WP 7.0) βœ… F 2026-06-07 23:25:38
o*-*r*o*d*.fr βœ… D 2026-06-07 23:11:58
y*u*g*e*e*a*s.c*m.au (WP 6.8) πŸ”“ D 2026-06-07 21:52:17
n*w*k*a*t*o.com (WP 7.0) πŸ‘€ F 2026-06-07 18:58:17
r*s*u*c*s*.c*r*h*a*t*.us (WP 7.0) πŸ‘€ F 2026-06-07 18:47:26
b*o*l*s.fr βœ… F 2026-06-07 18:26:44
n*t*e*i*.com (WP 7.0) βœ… F 2026-06-07 17:50:09
m*u*t*l*a*a*t*a*d*n*.c*.uk (WP 7.0) πŸ‘€ F 2026-06-07 10:26:25
m*d*c*n*w*m*n*e*i*i*e*a*s.c*.uk (WP 6.9.4) πŸ‘€ F 2026-06-07 09:51:03
b*g*a*e*f*t*e*s*r*i*i*g.com βœ… F 2026-06-07 08:49:58
b*g*s*d*i*p*r.com (WP 6.9.4) πŸ‘€ F 2026-06-07 08:44:32
h*n*a*w*l*r*n.c*.uk πŸ‘€ F 2026-06-07 08:00:09
b*g*i*k*c*c*e*m.com (WP 6.0.12) ⚠️ πŸ‘€ F 2026-06-07 05:36:13
b*g*s*a*d*u*k.com (WP 7.0) βœ… F 2026-06-07 05:08:43
a*g*o.org πŸ‘€ D 2026-06-07 05:06:30
w*s*p*r*c*l*u*a*.org (WP 6.8.5) βœ… C 2026-06-07 03:04:02
n*p*c*y*n*s*u*l*s*i*g.com (WP 7.0) βœ… B 2026-06-07 02:57:40
n*o*a*m*n*c*.com βœ… C 2026-06-07 02:33:59
p*l*i*d*s*h*p.m*d*o*o.com (WP 5.5.3) ⚠️ A 2026-06-07 01:52:08
l*r*a*g*e*s*a*a*c*u*.c*.uk πŸ‘€ F 2026-06-06 22:56:53
s*a*e*e*d*.c*.uk βœ… F 2026-06-06 22:29:54
n*t*r*l*e*l*h*i*e*t*r*.n*t.au (WP 4.9.26) ⚠️ πŸ‘€ F 2026-06-06 22:15:37
s*o*.e*p*t*r.com (WP 7.0) πŸ‘€ F 2026-06-06 22:10:51
e*n*s*s*m*n*.c*.uk (WP 6.9.4) πŸ‘€ F 2026-06-06 21:42:28
b*d*e*k*n*e*c*u*.com (WP 7.0) βœ… D 2026-06-06 19:42:58
l*c*f*t*r*r*j*.com βœ… F 2026-06-06 18:06:39
b*c*y*r*f*r*g*r.com (WP 7.0) πŸ‘€ F 2026-06-06 17:07:32
s*o*.d*w*t*e*d*r*o*k*.com (WP 7.0) βœ… D 2026-06-06 15:46:46
c*m*c*r*.org πŸ‘€ F 2026-06-06 15:27:05
b*c*h*n*s*v*n.com (WP 7.0) βœ… F 2026-06-06 14:47:10
a*l*d.bzh (WP 7.0) βœ… F 2026-06-06 14:23:27
b*c*e*o*p*r*y*e*d.com βœ… F 2026-06-06 13:11:40
b*c*e*o*e*t*p*r*y*e*d.com βœ… F 2026-06-06 13:07:47
a*s*g.o*g.au (WP 6.2.9) ⚠️ πŸ”“ F 2026-06-06 11:39:15
m*h*g*l*n*d*n*e.com (WP 7.0) πŸ‘€ F 2026-06-06 11:03:04
t*e*r*t*n*s*f*o*i*j*e.com βœ… C 2026-06-06 11:02:56
t*e*r*t*n*j*n*l*.com (WP 7.0) βœ… F 2026-06-06 10:58:38
m*p*p*c*s.com (WP 6.9.4) πŸ‘€ F 2026-06-06 10:54:46
s*l*k*s*m*m*.org βœ… F 2026-06-06 10:30:45
w*n*e*l*o*n*o*.com βœ… F 2026-06-06 10:28:25
a*r*m*u*l*s*i*g.c*m.au (WP 7.0) βœ… F 2026-06-06 10:25:55
b*b*d*t*l*e.com (WP 7.0) βœ… F 2026-06-06 10:21:51
t*e*o*l*s*a*g*s*d*s*o.com βœ… F 2026-06-06 10:15:36
r*u*i*r*s.a*m*d*i*.com βœ… F 2026-06-06 09:57:31
t*e*o*a*w*r*i*r*o*c*.com πŸ‘€ F 2026-06-06 08:45:08
t*e*h*a*f*r*e*.com (WP 6.9.4) βœ… D 2026-06-06 06:22:03
f*n*m*h*t*l.de (WP 7.0) πŸ‘€ F 2026-06-06 05:19:56
b*f*b.com βœ… A 2026-06-06 04:43:40
t*a*l*l*p*e*s.com (WP 3.8.11) ⚠️ F 2026-06-06 04:14:58
e*p*r*l*g*r*a*.com πŸ‘€ F 2026-06-06 04:01:24
b*l*i*n*d*s.com (WP 5.4.18) ⚠️ πŸ‘€ F 2026-06-06 02:52:27
o*t*e*o*g*r*i*.com (WP 7.0) πŸ‘€ F 2026-06-06 02:08:51
t*e*i*t*a*f*e*l*n*e*.com (WP 7.0) πŸ‘€ F 2026-06-06 01:51:55
a*w*m*n*o*e*.com (WP 7.0) πŸ‘€ F 2026-06-06 01:49:54

Top 50 Plugins

Plugin Count
elementor 1,871,798
contact-form-7 1,843,757
elementor-pro 1,089,069
woocommerce 844,696
revslider 639,662
jetpack 479,567
js_composer 448,539
wp-rocket 348,467
gravityforms 319,183
essential-addons-for-elementor-lite 308,857
complianz-gdpr 269,885
cookie-law-info 242,412
instagram-feed 236,168
google-site-kit 229,894
sitepress-multilingual-cms 229,551
google-analytics-for-wordpress 220,823
elementskit-lite 218,220
header-footer-elementor 217,546
bluehost-wordpress-plugin 192,443
gutenberg 166,637
gutenberg-core 165,665
cookie-notice 160,699
litespeed-cache 141,534
the-events-calendar 138,351
wpforms-lite 133,380
gtranslate 132,950
astra-sites 122,544
popup-maker 120,223
tablepress 116,167
woocommerce-payments 115,683
coblocks 103,314
honeypot 101,860
astra-addon 98,527
duracelltomi-google-tag-manager 97,444
wp-smushit 96,931
all-in-one-seo-pack 96,457
LayerSlider 94,847
bb-plugin 93,024
megamenu 90,727
premium-addons-for-elementor 90,061
akismet 88,214
mailchimp-for-wp 86,570
cleantalk-spam-protect 85,977
woocommerce-gateway-stripe 85,609
ml-slider 84,790
borlabs-cookie 83,812
wp-pagenavi 83,021
fusion-builder 82,576
ewww-image-optimizer 81,808
smart-slider-3 81,041

Top 50 Themes

Theme Count
hello-elementor 640,309
Divi 529,689
astra 437,986
flatsome 148,443
generatepress 131,099
Avada 128,785
pub 114,103
twentytwentyfour 106,852
oceanwp 86,643
sydney 83,651
kadence 82,259
enfold 74,679
salient 68,839
twentyseventeen 58,694
h4 58,480
bb-theme 56,551
betheme 54,060
blocksy 53,224
cocoon-master 52,797
dt-the7 47,878
twentytwentyfive 46,161
neve 41,147
Avada-Child-Theme 38,904
woodmart 34,501
gox 34,416
bridge 33,943
twentytwentyone 33,279
lightning 32,479
twentytwenty 31,299
swell 29,142
Impreza 27,659
voxel 27,638
bricks 26,999
sinatra 25,694
twentytwentythree 24,914
Newspaper 24,851
kubio 22,316
twentytwentytwo 20,511
uncode 19,918
epik-redesign 19,293
twentysixteen 19,247
storefront 18,561
pro 18,224
Total 15,311
extendable 15,060
yith-wonder 14,138
hello-theme-child-master 13,934
yootheme 13,518
themify-ultra 13,500
hestia 13,467