Simple Paypal Shopping cart (Word Press module) integration
A very easy to use and lightweight WordPress plugin that allows you to sell products or services online in one click from your WordPress blog.
WordPress Simple Paypal Shopping Cart allows you to add an ‘Add to Cart‘ button for your product on any posts or pages. This simple shopping cart plugin lets you sell products and services directly from your own wordpress site and turns your WP blog into an ecommerce site.
How to integrate PostAffiliatePro with Simple Paypal Shopping cart (Word Press module)
The integration is possible by direct integration of the PayPal gateway within the module. You are able to track the same as you can with standard PayPal integration.
Button integration
The first step is to edit file:
wp-content/plugins/wordpress-simple-paypal-shopping-cart/includes/wspsc-cart-functions.php
where the shopping cart button is generated. Find this line:
$urls .= '<input type="hidden" name="notify_url" value="' . $notify . '"/>';
and replace it with this code:
// $urls .= '<input type="hidden" name="notify_url" value="' . $notify . '"/>';
$urls .= '<input type="hidden" name="notify_url" value="' . $notify . '" id="pap_ab78y5t4a" />'; // Post Affiliate Pro integration snippet
Now find line:
return $output;
and add the following code above the line:
/* Post Affiliate Pro integration snippet */
$output .= '<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">'."
PostAffTracker.writeCookieToCustomField('pap_ab78y5t4a', '', 'pap_custom');
</script>";
/* /Post Affiliate Pro integration snippet */
That’s it, save your work.
Resend the PayPal notification to your Post Affiliate Pro
The last step is to edit file:
wp-content/plugins/wordpress-simple-paypal-shopping-cart/paypal.php
where IPN notification is being processed. Find this line:
function wpc_handle_paypal_ipn()
and add the following code to the function start:
/* Post Affiliate Pro integration snippet */
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'http://URL_TO_PostAffiliatePro/plugins/PayPal/paypal.php?pap_custom='.$_GET['pap_custom']);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $_POST);
curl_exec($ch);
/* /Post Affiliate Pro integration snippet */
Save your work and you are done. Make sure the PayPal plugin is active and configured in your Post Affiliate Pro. From now, it will track all the paypal payments.
Do not forget to integrate your site with the click tracking code to make it all working.
What is Simple PayPal Shopping Cart (WordPress Module)?
The Simple PayPal Shopping Cart is a WordPress plugin designed to seamlessly integrate e-commerce functionality into your WordPress site. Developed by Tips and Tricks HQ, Ruhul Amin, and mra13, this module allows website owners to sell products or services directly via PayPal or Stripe. With the ability to add ‘Add to Cart’ buttons anywhere on your site, it offers a straightforward solution for managing transactions without the complexity of traditional e-commerce platforms.
Since its inception, the Simple PayPal Shopping Cart has undergone continuous development and updates to enhance its features and user experience. As of November 2024, the plugin has reached version 5.0.7. This latest iteration includes significant enhancements such as displaying order summaries post-purchase and utilizing Stripe’s automatic tax features, ensuring compliance and ease of use for both sellers and customers.
The Simple PayPal Shopping Cart is tailored for small to medium-sized businesses, bloggers, and individuals seeking to incorporate e-commerce capabilities into their existing WordPress sites effortlessly. It’s an ideal solution for users who prefer a straightforward process to sell physical or digital goods without delving into complex systems or incurring additional costs.
Main Features of Simple PayPal Shopping Cart
- Seamless Payment Integration: Easily connect with PayPal and Stripe to accept payments.
- Customizable ‘Add to Cart’ Buttons: Use shortcodes to place buttons anywhere on your site.
- Digital Product Sales: Automatically send email links for digital downloads upon purchase.
- Flexible Cart and Checkout Pages: Customize the display to match your site’s aesthetics.
- Discount Coupons Support: Offer discounts to customers with built-in coupon functionality.
- Mobile-Responsive and Multilingual: Ensure accessibility across devices with support for multiple languages.
Pricing Options for Simple PayPal Shopping Cart
One of the standout benefits of the Simple PayPal Shopping Cart is that it is available for free. All main features are accessible without any additional costs, making it an economical choice for those starting out or operating on a tight budget.
User Insights on Simple PayPal Shopping Cart
Pros:
- Easy Setup and Lightweight: Users appreciate the simplicity and minimal impact on site performance.
- Functional for Basic Needs: Ideal for straightforward e-commerce transactions without unnecessary complexity.
- Seamless WordPress Integration: Works well within the WordPress environment, reducing compatibility issues.
Cons:
- Limited Advanced Features: May not suffice for users needing more sophisticated e-commerce solutions.
- Minor Reliability Issues: A few users have reported occasional glitches, though these are generally minimal.
Overall Experience:
The general consensus among users is positive, highlighting the plugin’s effectiveness for simple PayPal transactions and the smooth integration process it offers.
YouTube Reviews of Simple PayPal Shopping Cart
- Simple PayPal Shopping Cart – WordPress Plugin Tutorial: A comprehensive guide on installation and setup.
- How to Set Up Simple PayPal Shopping Cart for WordPress: Step-by-step instructions on configuring and utilizing the plugin.
- Installing and Configuring Simple PayPal Shopping Cart Plugin: Detailed configuration advice to optimize your e-commerce setup.
Alternatives to Simple PayPal Shopping Cart
If you’re exploring other options beyond the Simple PayPal Shopping Cart, consider these alternatives:
- WooCommerce: A robust and widely-used e-commerce plugin for WordPress.
- Easy Digital Downloads: Specializes in selling digital products with ease.
- BigCommerce: Offers a comprehensive suite of e-commerce tools.
- WP EasyCart: Provides a full shopping cart system with extensive features.
- Ecwid Shopping Cart: A cloud-based solution that integrates with various platforms.
- Easy PayPal Shopping Cart: Simplifies the process of adding PayPal buttons to your site.
- Cart66: Focuses on secure and straightforward e-commerce.
- WP Express Checkout: Enables quick and easy PayPal transactions.