Magento 2 Share Cart extension Free

Overview

Magento 2 Share Cart extension Free

Mageplaza Share Cart Extension helps customers in sharing their shopping cart with friends and family as well. This is a supportive method to promote store’s conversion rate via the existing users, and this can significantly contribute to the revenue of the store.

  • Share shopping cart quickly
  • Shortly review purchasing cart
  • Download the PDF file with full information

Latest Stable Version Total Downloads

IMPORTANT NOTE: This version of Mageplaza Share Cart extension on Github is free as a contribution to the Magento community from Mageplaza. This package does not include the technical support. Should you need technical support for this extension, you will have to buy a license from Mageplaza. Click here to buy.

1. Documentation

2. FAQs

Q: I got an error: Mageplaza_Core has been already defined

A: Read solution here

Q: How can customers use share button?

A: Customers only need to click on the button and paste the automated URL to anywhere they want to share.

Q: Where will the Share button appear on the website?

A: Share button can be seen on Minicart and Shopping Cart page.

Q: What if I want to inform customers that the price possibly will change later?

A: You can leave a message on Warning Message box (from the admin backend).

Q: Can I add the time when the PDF file is downloaded?

A: Absolutely yes. In the backend, you can enable the adding timestamp suffix.

Q: How the PDF button and Text button differ from each other?

A: Text button only displays chosen items while PDF button offers more information about the store. Also, Text button will show a pop-up, meanwhile the PDF button is for file downloading.

3. How to install Share Cart extension for Magento 2

  • Install via composer (recommend)

Run the following command in Magento 2 root folder:

With Marketing Automation (recommend):

composer require mageplaza/module-share-cart
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

Without Marketing Automation:

composer require mageplaza/module-share-cart
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

4. Highlight Features

Quick share by copy-and-paste

Share Cart Extension allows the store owners to add an extra button which is Share Cart while a customer is processing their purchasing.

The button can be displayed in the Minicart section and Shopping Cart Page. By clicking this button, the customer can copy their shopping cart’ s URL and paste to a destination just in the blink of an eye. When the URL recipient clicks on the shared URL, their current shopping cart will be automatically added with the same items.

Quick share by copy-and-paste

A brief summary with Text button

For the cart which contains a large number of items, Share Cart module allows the customers to view a shot summary easily with Text - another extra button.

When the customer hit the Text button on their Shopping Cart Page, a pop-up text can be seen, it appears as a purchase summarizing box. This little simple button supports customers in taking a clear overview of chosen items with necessary information such as items’ name, price, quantity and the cart total.

A brief summary with Text button

Quick Shopping cart PDF file publishing

PDF button is another extra button with the function to download. When the customer hits this button, a PDF file will be downloaded and stored automatically in the user's current device. In comparison to the Text button with quick view function, PDF's function allows the customer to get detail information such as:

  • Information of store: Company Name, Address, Email, Phone, VAT Information, Registered Number, and Warning Message
  • Date of the purchase
  • Purchase summary: Quantity, Price, Total, Stock ID, Descriptio

Magento 2 Share Cart extension

5. More features

Update function

Update button is for updating the shopping cart with the latest changes from the original cart.

Warning message offering

Admin is able to add a message to the PDF file, as a notice to customers (for instance, informing about the validation of the file downloaded).

Mobile responsive ability

The module is properly responsive with both mobile and desktop devices.

6. Full Magento 2 Share Cart Features

For store owners

  • Enable/ Disable the module
  • Enable/disable the extension
  • Be able to set the PDF file name
  • Add the timestamp suffix which shows the PDF file downloaded time
  • Add information of the store including Company name, Address, Phone, Email, VAT Number, Registered Number
  • Display a warning message to notify customers in the PDF file

For customers

  • Quickly and easily share the shopping cart
  • Briefly view the shared shopping cart
  • Download and store the PDF with adequate information

7. How to configure Share Cart in Magento 2

7.1 Configuration

  • Access to your Magento 2 Admin Panel, navigate to Store tab > Open Settings > Configuration
  • Click Mageplaza Extensions > Share Cart > Configuration, go to General Configuration section.

Magento 2 Share Cart extension configure

7.1.1. General

  • Enable: Choose Yes to enable the Module. If the module is turned on, all the features work well. Otherwise, all the options in admin panel and the module will not show.
  • Enable: Select Yes to enable the extension
  • File Name: Insert name for PDF file. The PDF file will display the customer’s order information
  • Add Timestamp suffix: Click Yes option to display the current time to upload PDF document

7.1.2. Business Information

  • Company Name: Insert your company name in this field
  • Address: Fill the company’s location
  • VAT Number: Provide information about Value Added Taxes number
  • Registered Number: Insert your company registered number
  • Phone: Insert phone number
  • Email: Another needed contact detail is the email address
  • Warning Message: This field is for the special content you want to notice in the PDF orders. For instance: Prices are correct at the time of generation, some possibly have been changed since.

7.2 Frontend

After activating the module, customers can use Share Cart button to deliver the URL to people which they want to share the cart. After sharing, there will be already-added items in the cart of the URL recipient.

  • Share Cart button displays in the Minicart section when adding items to cart.

Magento 2 Share Cart module

  • Display play Share Cart button on Shopping Cart page, customers can click this button to share the cart URL.

Magento 2 Share Cart extension free

  • Customers can click Update Shopping Cart to re-update information and changes in the original cart.
  • Click Text button to see detail information about products and price.

Magento 2 Share Cart Free

  • Click on PDF button to see the order information.

    PDF library setting instruction

You need to delete the generated file and run the following command:

composer require mpdf/mpdf

Magento 2 Share Cart extension by mageplaza

Other free Magento 2 extensions on Github

Explore more Magento 2 extensions from Mageplaza

Mageplaza Login as Customer

Mageplaza Image Optimizer

Mageplaza Customer Attributes

Mageplaza Layered Navitaion Ultimate

M2 Google Tag Manager

Mageplaza Ajax Cart

Mageplaza Store Pickup

Mageplaza Product Options

Mageplaza OneStepCheckout

Mageplaza Reward Points

Comments
  • main.CRITICAL: Helper method

    main.CRITICAL: Helper method

    Hello Team,

    I have issue with module, please help

    [2021-01-04 09:16:41] main.CRITICAL: Helper method 'Mageplaza\ShareCart\Helper\Data::isDisabled' does not exist. [] [] [2021-01-04 09:16:41] main.ERROR: Class Mageplaza\TwoFactorAuth\Model\Auth does not exist

    opened by Mirifik 11
  • Fixes to make the module compatible with the latest Magento version and avoid issues with other vendors.

    Fixes to make the module compatible with the latest Magento version and avoid issues with other vendors.

    The mpdf is a mayor version behind and was causing issues with other vendors that were using the 8.* version. I have checked if we could use the 8.* and didn't face any issues and was able to download the PDF.

    I also removed the setUseSessionInUrl() since the method triggers a deprecation error and contains no logic anymore in newer Magento versions.

    I've also changed the mp_share_cart_token column to varchar(255) and placed an index on the column.

    opened by igorwulff 9
  • Stable release version for latest master commits

    Stable release version for latest master commits

    Hello! As the title says, we would like to use the most recent version of master. We see this isn't released/tagged yet. Can this be done? I have requested this some time ago as well. And be pushed into packagist?

    opened by igorwulff 2
  • WSOD when customer registers due to Share Cart API issue

    WSOD when customer registers due to Share Cart API issue

    I installed and configured the module onto my store now I am getting white screen of death whenever a customer registers. I checked my logs and this is the error being shown:

    [Tue Jul 28 08:03:13.909165 2020] [proxy_fcgi:error] [pid 23161] [client 82.42.164.129:47778] AH01071: Got error 'PHP message: PHP Fatal error: Uncaught Error: Call to undefined method Magento\Quote\Api\Data\CartExtension::getMpShareCartToken() in /public_html/vendor/mageplaza/module-share-cart/Plugin/Api/CartGet.php:89 Stack trace:\n#0 /public_html/vendor/mageplaza/module-share-cart/Plugin/Api/CartGet.php(67): Mageplaza\ShareCart\Plugin\Api\CartGet->setTokenToExtensionAttributes(Object(Magento\Quote\Model\Quote\Interceptor)) #1 /public_html/vendor/magento/framework/Interception/Interceptor.php(146): Mageplaza\ShareCart\Plugin\Api\CartGet->afterGet(Object(Magento\Quote\Model\QuoteRepository\Interceptor), Object(Magento\Quote\Model\Quote\Interceptor), '78', Array) #2 /public_html/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Quote\Model\QuoteRepository\Interceptor->Magento\Framework\Interception\{closure}('78', Array)\n#3 /home/...', referer: https://www.webiste.com/customer/account/create/

    If I disable the module in the Admin area the error still occurs so I have to remove the module.

    Magento version: 2.3.5-p1 Module Version: 1.1 Installed via Composer

    opened by mattallenuk 2
  • Fix Issue #25: Error when product have required options

    Fix Issue #25: Error when product have required options

    At #25 I detected that when any product of a shared cart have required options, a error is thrown.

    I changed the logic of the share method to add $qty to the $info_buyRequest object and add a product with his quantity

    opened by pabman11 0
  • Error when a product have a required option

    Error when a product have a required option

    Hello,

    If you add a product that has any required options, a required options error is thrown.

    I tried to resolve in my own, and have seen that in Model/ShareCartRepository.php:127, the simple product is added with the qty and not the info_buyRequest options like if it was a configurable or bundle product.

    opened by pabman11 0
  • Logging in

    Logging in

    Hello I recently started using this extension and I have a few questions. If I were to delete this module and added again how can I simply just log in using the previous activation email and is there a way to do this problematically?

    opened by LucioSaldivar 0
Releases(v4.0.4)
A free shopping cart system. OpenCart is an open source PHP-based online e-commerce solution.

OpenCart is a free open source ecommerce platform for online merchants. OpenCart provides a professional and reliable foundation from which to build a successful online store.

OpenCart 6.6k Dec 31, 2022
Magento 2 module to only allow checkout when the number of items in the cart are a multiple of X.

Cart Quantity Multiple - Magento 2 Module Introduction This module allows to limit checkout only when the contents of the cart are a multiple of X

ADVOCODO 3 Apr 7, 2022
Zen Cart® is a full-function e-commerce application for your website.

Zen Cart® - The Art of E-Commerce Zen Cart® was the first Open Source e-Commerce web application to be fully PA-DSS Certified. Zen Cart® v1.5.8 is an

Zen Cart 304 Jan 6, 2023
Benefit PHP Shopping Cart Class (Simple Lightweight)

Benefit-PHP-Shopping-Cart-Class Benefit PHP Shopping Cart Class (Simple Lightweight) Table of Contents Initialization Get All Get Item Get Item Child

Osman Cakmak 8 Sep 6, 2022
AvoRed an Open Source Laravel Shopping Cart

AvoRed is commin up as a headless graphql version. AvoRed is a free open-source e-commerce platform written in PHP based on Laravel. Its an ingenuous

AvoRed Laravel E commerce 1.4k Dec 30, 2022
Laravel Shopping Cart Package

LaraCart - Laravel Shopping Cart Package (http://laracart.lukepolo.com) Features Coupons Session Based System Cross Device Support Multiple cart insta

Luke Policinski 516 Dec 10, 2022
AvoRed an Open Source Laravel Shopping Cart

AvoRed is commin up as a headless graphql version. AvoRed is a free open-source e-commerce platform written in PHP based on Laravel. Its an ingenuous

AvoRed Laravel E commerce 1.4k Dec 28, 2022
A simple shopping cart implementation for Laravel

LaravelShoppingcart A simple shoppingcart implementation for Laravel. Installation Install the package through Composer. Run the Composer require comm

Rob Gloudemans 3.5k Jan 7, 2023
Shopping Cart Implementation for Laravel Framework

Shopping Cart Implementation for Laravel Framework

darryl fernandez 1.2k Jan 4, 2023
(Live Link) Extensive ecommerce site with vendors, mods & ability to add to cart without being logged in. Upgraded to Laravel 8.x

(Live Link) Extensive ecommerce site with vendors, mods & ability to add to cart without being logged in. Upgraded to Laravel 8.x

null 14 Dec 21, 2022
PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

PrestaShop is an Open Source e-commerce web application, committed to providing the best shopping cart experience for both merchants and customers. It is written in PHP, is highly customizable, supports all the major payment services, is translated in many languages and localized for many countries, has a fully responsive design (both front and back office), etc. See all the available features.

PrestaShop 6.9k Dec 31, 2022
A simple shopping cart implementation for Laravel

LaravelShoppingcart This is a fork of Crinsane's LaravelShoppingcart extended with minor features compatible with Laravel 8+. An example integration c

Patrick 453 Jan 2, 2023
Magento 2 Facebook Pixel Extension

Magento 2 Facebook Pixel Extension Enable Facebook Pixel on Magento 2 website Requirements Magento Community 2.3.0-2.4.x (CE, EE, ECE, B2B) Magefan Co

Magefan 13 Jul 13, 2022
Laravel FREE E-Commerce Software

Laravel FREE E-Commerce Software

Jeff Simons Decena 1.7k Dec 24, 2022
A free open source e-commerce platform for online merchants based on customised version of Laravel.

A free open source e-commerce platform for online merchants based on customised version of Laravel.

Ace Vinayak 58 Oct 19, 2022
A Free and Opensource Laravel eCommerce framework built for all to build and scale your business.

Bagisto is a hand tailored E-Commerce framework built on some of the hottest opensource technologies such as Laravel (a PHP framework) and Vue.js a progressive Javascript framework.

Bagisto 5k Jan 5, 2023
Lakasir is a free, open source and online Point Of Sale Software designed for small shop or retail

Lakasir is a free, open source and online Point Of Sale Software designed for small shop or retail. It is built with modern technologies such as Laravel, VueJS, Bootstrap 4, RESTful API etc.

Lakasir 234 Dec 31, 2022
Shoperz - Free Open Source Web Shop

Shoperz Shoperz - Free Open Source Web Shop Version 1.0.1 Next update will be added: [+] Function change password [+] Function Change page Name [+] Fu

null 1 Nov 19, 2021
Laravel FREE E-Commerce Software

Get discount on Digital Ocean Sign-up with Digital Ocean and get $10 discount! Laravel FREE E-Commerce Software Features Provided Products Cart Checko

Jeff Simons Decena 1.7k Jan 4, 2023