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
Serás capaz de crear productos mediante el uso de shortcodes dinámicamente.
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
Características
- Crea fácilmente un botón «Añadir al carrito» con opciones, si es necesario (precio, envío, opciones de variaciones). El shortcode del carrito se puede mostrar en las entradas o páginas.
- Usa una función para añadir un botón dinámico «Añadir al carrito» directamente en tu tema.
- Cantidad mínima de elementos de configuración para mantener ligero el plugin.
- Vende cualquier tipo de productos tangibles desde tu sitio.
- Capacidad para vender servicios desde tu sitio.
- Vende cualquier tipo de archivo de medios que subas a tu sitio WordPress. Por ejemplo: puedes vender libros electrónicos (PDF), archivos de música (MP3), archivos de audio, vídeos, fotos, imágenes, etc.
- Tus clientes obtendrán automáticamente un correo electrónico con el archivo de medios que han pagado.
- Muestra sobre la marcha una caja de exposición de productos con un formato agradable usando un sencillo 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.
- Una opción para utilizar los botones inteligentes de pago de PayPal. Permite a los clientes pagar en una ventana emergente (usando una tarjeta de crédito, PayPal o crédito de PayPal).
- Your customers will be able to use the PayPal’ Pay in 4 payment option (Buy Now Pay Later).
- Puedes usar el modo de pruebas de PayPal para realizar pruebas, si es necesario (antes de ir en vivo).
- 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.
- El menú de pedidos te mostrará todos los pedidos que has recibido en tu sitio.
- Capacidad para configurar un correo electrónico que se envía a los compradores después de comprar tu producto.
- Capacidad para configurar un aviso de ventas por correo electrónico que se envía al administrador del sitio cuando un cliente compra tus artículos.
- Capacidad para configurar los cupones de descuento. Ofrece descuentos especiales en su almacén/tienda.
- Puedes crear cupones y dárselos a tus clientes. Cuando usen los cupones durante el pago, recibirán un descuento.
- Crea cupones de descuento con una fecha de caducidad. El código del cupón caduca automáticamente después de la fecha que establezcas.
- Compatible con la instalación de WordPress multisitio.
- Capacidad de especificar un SKU (número de artículo) para cada uno de tus productos en el shortcode.
- Capacidad de personalizar el botón de añadir al carrito y usar una imagen personalizada para tus botones de compra.
- Posibilidad de personalizar el texto del botón «Añadir al carrito» mediante un parámetro de shortcode por cada producto.
- Seguimiento de los cupones con los pedidos, para ver qué cliente ha usado qué código de cupón.
- Capacidad de añadir un carrito compacto a tu sitio usando un shortcode.
- Posibilidad de mostrar el carrito con miniaturas de la imagen del producto.
- Capacidad para usar un estilo de página de pago personalizado.
- 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.
- Funciona muy bien con los temas adaptables para WordPress.
- Puede ser traducido en cualquier idioma.
- y más…
Tutoriales de vídeo de la configuración del carrito
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.
Traducciones de idiomas
Las siguientes traducciones de idioma ya están disponibles:
- Inglés
- Alemán
- Español
- Francés
- Bretón
- Italiano
- Japonés
- Polaco
- Checo
- Hebreo
- Sueco
- Noruego
- Danés
- Turco
- Neerlandés
- Portugués brasileño
Puedes traducir el plugin usando esta documentación.
Desarrolladores
- Si eres un desarrollador y necesitas para este plugin algunos ganchos o filtros adicionales, por favor, háznoslo saber.
- Github repository
Uso
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:
<?php echo print_wp_cart_button_for_product(‘PRODUCT-NAME’, PRODUCT-PRICE); ?>
Replace PRODUCT-NAME and PRODUCT-PRICE with the actual name and price.
Usando la caja de visualización del producto
Aquí tienes un ejemplo de shortcode que muestra cómo usar una caja de presentación del producto.
[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"]
Solo tienes que reemplazar los valores con los datos específicos de tu producto
Usando un carrito compacto
Añade el siguiente shortcode donde quieras mostrar el carrito compacto:
[wp_compact_cart]
El uso de los envios
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"]