Sample Product Order For Magento 2¶
Transform your Magento store with our innovative extension, expertly crafted to simplify and optimize the management of sample product orders. Designed with both simplicity and efficiency in mind, this extension empowers merchants to handle sample requests effortlessly, ensuring a smooth experience for customers when ordering product samples.
Boost your operational efficiency and elevate customer satisfaction with this powerful Magento 2 tool. With our extension, you can streamline your process and stay ahead in today’s competitive e-commerce landscape.
Key Features of Our Sample Product Order Extension:¶
Seamless integration with your existing Magento setup.
Automated sample order creation for multiple products.
User-friendly interface for quick sample requests.
Customizable options to fit your business needs.
Enhanced customer experience by allowing samples before purchase.
Real-time notifications for both merchants and customers.
With our extension, you can provide your customers with the confidence to try products risk-free before making a purchase, ultimately leading to higher conversion rates and increased customer loyalty.
Interested in Extension Installation?
Visit our installation service page https://www.extendware.com/magento-extension-installation-service.html for more information
Got questions? Feel free to contact us! Support Form.
Installation Procedure¶
Download your extension package from the Download page after purchasing the extension.
Open the extension ZIP file you downloaded and extract it to a directory on your computer using a tool like WinRar, WinZIP or similar.
Upload the extracted folders and files into the root directory of your Magento installation. The root directory of Magento is the folder that contains the directories “app”, “bin”, “lib” and more. All folders should match the existing folder structure. If one of our extensions is already installed and you’re updating it, make sure to overwrite the existing files of the extension.
Connect via SSH and run the following commands (make sure to run them as the user who owns the Magento files!
php bin/magento module:enable --clear-static-content Extendware_Core php bin/magento module:enable --clear-static-content Extendware_SampleProductOrder php bin/magento maintenance:enable php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento maintenance:disable
In case if you still do not see the extension active, Go to Admin -> System -> Cache Management and click both the ‘Flush Magento Cache’ as well as the ‘Flush Cache Storage’ button.
User Guide¶
We highly recommend gathering all the below information, before starting the installation.
Installation in your Magento Online Shop¶
Type 1: Zip file¶
Unzip the zip file in
app/code/Extendware
Enable the module by running
php bin/magento module:enable Extendware_SampleProductOrder
Apply database updates by running
php bin/magento setup:upgrade
Flush the cache by running
php bin/magento cache:flush
Configuration¶
To configure the extension you need to go to Dashboard → Stores → Configuration → Extendware Menu → Sample Product Order.
Module Enable - Activate or deactivate the Sample Product Order module. Setting this to “No” will disable the module’s features without requiring uninstallation.
Add to Cart or Create Full Order - Select “Cart” to let both logged-in and non-logged-in users add sample products to their cart. Choose “Order” to create an order only after the user logs in, ensuring a streamlined purchasing process.
Shipment Method - Specify the shipping method for sample orders from the options configured in your Magento store, such as flat rate shipping.
Payment Method - Select the payment method to be applied automatically for sample orders, such as Check / Money order.
Select Order Email Template - Choose the email template used for sending order confirmation emails related to sample orders, helping to align communications with your branding.
Steps to Add ‘Sample Product SKU’
Navigate to Product Edit Page - In your Magento admin, go to Catalog > Products. Select the product you want to link with a sample.
Locate ‘Sample Product SKU’ Field - On the product edit page, find the Sample Product SKU attribute.
Enter Sample Product SKU - Input the SKU of the product you wish to offer as a sample. This should be the SKU of an existing product that serves as the sample.
Save Changes - After entering the sample SKU, click Save to apply the changes.
Frontend View¶
In Luma Theme
Customers can effortlessly request samples directly from the product listing, removing the hassle of navigating through multiple pages. With just a single click, samples can be swiftly added to the cart, streamlining the shopping experience for a quick and efficient checkout.
Customers can effortlessly request sample products right from the product page, streamlining the “try before you buy” experience and simplifying their purchasing decisions. With just a single click, samples are added to the cart, ensuring a hassle-free checkout without the need to navigate to a separate checkout page. This seamless integration enhances customer satisfaction by providing a quick and efficient way to evaluate products before making a purchase.
In Hyvä Theme
Customers can effortlessly request samples directly from the product listing in the Hyvä theme, eliminating the hassle of navigating through multiple pages. With just a single click, samples are quickly added to the cart, streamlining the shopping experience for fast and efficient checkout. This intuitive process enhances customer satisfaction by making it easy to try products before purchasing.
Customers can effortlessly request sample products directly from the product page in the Hyvä theme, streamlining the “try before you buy” experience. This intuitive design simplifies the sampling process, allowing customers to explore products confidently before committing to a purchase. With a seamless integration into the checkout process, they can add samples to their cart and complete their orders efficiently, all without the hassle of navigating to a separate checkout page.
Changelog¶
All notable changes to this project will be documented in this file.
[1.0.0]¶
Added¶
First release