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
c*a*p*g*e*e*s.com (WP 7.0) βœ… F 2026-06-03 04:55:13
c*a*p*g*e*o*l*y*a*l.com (WP 7.0) βœ… F 2026-06-03 04:55:13
m*r*h*n*o*.com βœ… F 2026-06-03 04:46:26
e*m*u*c*u*c*n*.org (WP 6.9.4) βœ… F 2026-06-03 03:37:35
j*r*a*h*g*a*d.w*c*m*t*g*n*.com βœ… F 2026-06-03 03:14:26
m*r*i*g*n*p*o*l*m.com (WP 6.9.4) βœ… F 2026-06-03 03:11:17
s*g*a*o*s*r*.org βœ… F 2026-06-03 03:06:00
i*l*c*e*h*.com (WP 6.9.4) βœ… F 2026-06-03 03:00:28
t*e*u*e*r*w*n*.com (WP 7.0) βœ… F 2026-06-03 02:57:47
a*a*a*l*d*e*t*r*s.com βœ… F 2026-06-03 02:54:11
p*i*t*r*a*n*e*t.com βœ… F 2026-06-03 02:46:04
f*a*c*s*a*t*r*.com πŸ”“ F 2026-06-03 02:44:51
m*d*e*t*r*p*y*b.com (WP 6.9.4) βœ… F 2026-06-03 02:29:00
p*i*t*d*o*e*a*o*.com (WP 6.9.4) βœ… F 2026-06-03 02:28:42
i*i*e*.com (WP 6.9.4) βœ… F 2026-06-03 02:27:47
m*r*h*w*r*b*w*e*.com (WP 7.0) βœ… F 2026-06-03 02:25:54
p*i*t*o*-*i*k.com βœ… F 2026-06-03 02:06:52
t*e*i*i*z*n*o*n*e*s.com βœ… F 2026-06-03 01:51:45
a*x*s*m*e*s.com (WP 7.0) βœ… F 2026-06-03 01:33:13
e*e*p*j*.com (WP 6.9.4) βœ… F 2026-06-02 23:54:10
p*g*s*g*e*n.com (WP 6.7.5) βœ… D 2026-06-02 23:53:39
e*e*c*r*a*b*e*f*s*.com βœ… F 2026-06-02 23:50:10
m*r*a*e*m*c*r*i*k.com (WP 6.9.4) βœ… F 2026-06-02 23:49:15
a*t*t*c*w*r*s.com (WP 5.8.13) ⚠️ F 2026-06-02 23:43:46
a*t*t*c*s*f*s*i*l*.com (WP 5.8.13) ⚠️ F 2026-06-02 23:43:46
e*e*h*n*u*k.com (WP 6.9.4) βœ… F 2026-06-02 23:42:50
e*e*a*o*i*e*i*h*o*d.com (WP 7.0) βœ… F 2026-06-02 22:34:40
p*g*n*-*a*n*t*s*e.com βœ… F 2026-06-02 22:30:25
m*p*e*y*u*o*t*e*o*t*.com (WP 7.0) βœ… F 2026-06-02 22:30:15
t*e*a*e*f*g*r*.com (WP 7.0) βœ… F 2026-06-02 22:28:21
g*n*t*l*u*o*o*y.org βœ… F 2026-06-02 22:16:40
i*c*c*i*u*h*a.com (WP 6.9.4) βœ… F 2026-06-02 22:10:37
f*i*p*r*t*n*e*t*g*t*o*s.com βœ… F 2026-06-02 22:05:57
k*i*i*.com βœ… F 2026-06-02 21:10:20
s*m*o*n.com βœ… F 2026-06-02 20:55:09
m*n*e*b*o*l*c.com (WP 7.0) βœ… F 2026-06-02 20:35:21
m*n*y*g*.com βœ… D 2026-06-02 20:20:25
c*s*a*p*o*o*r*p*y.com (WP 6.9.4) βœ… F 2026-06-02 20:03:36
c*s*a*c*e*t*o*s.com (WP 6.9.4) βœ… F 2026-06-02 20:03:36
n*g*t*a*k*y*.com βœ… F 2026-06-02 18:32:59
t*s*.w*l*i*m*l*k*.fr (WP 6.1.10) ⚠️ F 2026-06-02 18:28:21
m*k*a*e*g*i*h.com (WP 6.9.4) βœ… F 2026-06-02 18:20:33
f*u*s*a*e*c*f*e*.com (WP 7.0) βœ… F 2026-06-02 17:58:11
f*u*m*s*p*o*u*t*.com πŸ”“ F 2026-06-02 17:14:05
t*e*i*h*g*n*h*p.com βœ… F 2026-06-02 16:47:06
i*e*-*o*k*.com (WP 4.7.33) ⚠️ F 2026-06-02 16:37:12
m*c*a*t*r*d*c*i*n*.com (WP 7.0) βœ… F 2026-06-02 16:28:13
m*c*i*a*r*c*r*i*g.com (WP 6.9.4) βœ… F 2026-06-02 15:27:58
n*n*u*i.jp βœ… F 2026-06-02 15:23:38
i*c*e*r*n*.com (WP 6.9.4) βœ… F 2026-06-02 15:13:46
p*t*y*r*i*.com βœ… F 2026-06-02 15:08:38
p*t*y*i*e*o.com (WP 7.0) βœ… F 2026-06-02 15:08:38
p*t*y*b*i*n*w*b*i*e.com (WP 7.0) βœ… F 2026-06-02 14:51:46
l*z*r*s*e*t*r*r*s*s.biz βœ… F 2026-06-02 14:33:29
p*t*i*k*a*e*.com (WP 5.1.19) ⚠️ F 2026-06-02 14:32:04
m*c*e*s*p*r*.com πŸ”“ F 2026-06-02 14:31:21
m*c*e*l*m*l*e*h*l*.com (WP 7.0) βœ… F 2026-06-02 13:44:40
f*t*s*m*.com (WP 6.7.5) βœ… F 2026-06-02 13:32:46
p*s*e*e*-*a*r*m.com (WP 6.9.4) βœ… F 2026-06-02 13:20:59
p*s*e*e*i*s*a*r*m.com (WP 6.9.4) βœ… F 2026-06-02 13:20:59
n*c*l*j*h*s*n*i*g*.com βœ… F 2026-06-02 13:16:49
n*c*l*a*b*c*l*.com πŸ”“ F 2026-06-02 12:45:54
d*i*e*i*h*o*p*s*i*n.com (WP 7.0) βœ… F 2026-06-02 12:26:41
m*c*e*e*a*a*s*n*.com (WP 5.5.18) ⚠️ F 2026-06-02 12:06:03
d*i*e*a*e*a.com (WP 6.9.4) βœ… F 2026-06-02 11:59:02
m*c*a*l*r*t*.com (WP 7.0) βœ… F 2026-06-02 11:43:20
m*c*a*u*i*.com (WP 6.9.4) βœ… F 2026-06-02 11:36:43
m*c*a*s*t*.com (WP 5.3.21) ⚠️ F 2026-06-02 11:32:04
a*t*s*i*c*r*.com (WP 6.9.4) βœ… F 2026-06-02 11:06:50
a*t*o*r*g*n*l*t*o*a*.com βœ… D 2026-06-02 10:10:35
m*c*a*l*i*a*d*.com (WP 6.9.4) βœ… F 2026-06-02 10:06:25
m*c*a*l*e*o*f.com (WP 7.0) βœ… F 2026-06-02 10:06:24
m*c*a*l*o*e*a*.com βœ… F 2026-06-02 09:21:02
p*r*n*n*c*c*n*e*t*o*.com (WP 7.0) βœ… F 2026-06-02 08:21:50
c*o*a*o*a.org (WP 6.9.4) πŸ”“ F 2026-06-02 08:21:09
s*l*n*d*a*p*.com (WP 7.0) βœ… F 2026-06-02 08:16:44
f*r*w*r*h*r*.com (WP 4.3.34) ⚠️ F 2026-06-02 07:56:09
t*e*o*e*y*r*c*e*c*e*d.com βœ… F 2026-06-02 07:32:50
d*i*t*l*a*4*2.com (WP 6.9.4) βœ… F 2026-06-02 06:59:28
u*v*r*a*r*.com (WP 6.9.4) βœ… F 2026-06-02 06:50:17
s*l*y*d*a*.com βœ… F 2026-06-02 06:38:03
c*s*b*n*t*n*w.com βœ… F 2026-06-02 06:25:42
a*s*r*l*a*n*t*r*l*o*s*m*n*h*p.com (WP 6.9.4) βœ… F 2026-06-02 05:15:43
i*i*k*e*.com (WP 7.0) βœ… F 2026-06-02 04:37:02
c*r*l*n*e.com (WP 7.0) βœ… F 2026-06-02 04:30:44
l*l*b*l*e*o*k*.com βœ… F 2026-06-02 04:23:44
h*o*2.org βœ… F 2026-06-02 04:11:38
e*r*s*a*i*.fr βœ… F 2026-06-02 04:10:41
f*r*h*w*r*i*r.com βœ… F 2026-06-02 03:59:19
a*s*i*f*a*k*i*m*s*c.com βœ… F 2026-06-02 03:17:09
a*s*i*f*o*j*u*n*l.com βœ… F 2026-06-02 03:13:35
l*m*v*i*e.com βœ… F 2026-06-02 03:07:13
l*l*o*r*a*d*.com (WP 6.8.5) βœ… F 2026-06-02 02:51:29
t*e*i*k*a*t*r*.com (WP 6.9.4) βœ… F 2026-06-02 02:49:02
d*e*z*r*m*a.com πŸ”“ F 2026-06-02 02:29:44
c*r*o*n*a*p*n*s*.com (WP 6.8.5) βœ… F 2026-06-02 02:25:56
g*u*d*b*r*h*s*o*y.org (WP 7.0) βœ… F 2026-06-02 02:06:45
s*l*s*s*e*s*e*t*e*t*n*.com βœ… C 2026-06-02 01:55:35
f*r*e*t*i*e*b*.com (WP 7.0) βœ… F 2026-06-02 01:36:31
t*e*e*n*e*e*s.com βœ… F 2026-06-02 01:10:56

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 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