Top Quality Products

ZigKart – Single Vendor or Multi Vendor Products Marketplace

4.83
Expert ScoreRead review

$49.00

Added to wishlistRemoved from wishlist 0
Add to compare

159 sales

LIVE PREVIEW

ZigKart – Single Vendor or Multi Vendor Products Marketplace

ZigKart Review: A Comprehensive E-commerce Solution

I recently had the opportunity to review ZigKart, a single vendor or multi-vendor products marketplace script developed with PHP Laravel and MySQL. With its robust features and user-friendly interface, ZigKart is an excellent choice for entrepreneurs and businesses looking to establish an online store.

Features

ZigKart boasts an impressive array of features, including:

  • Responsive design using Bootstrap
  • Unlimited products, attribute types, attribute values, and coupon codes
  • Support for digital, physical, and external products
  • Amazon S3 storage integration
  • User roles and flash deals
  • Blog and newsletter subscription
  • Payment gateways (Paypal Standard/Express, Stripe, 2checkout, Authorize.net, Paystack, Localbank, Cash on delivery, Razorpay, Coinpayments, Flutterwave, Mollie, Coinbase, Coingate)
  • Order tracking and product based shipping
  • Local and worldwide shipping cost
  • SEO-friendly URL and Google Analytics integration
  • Multi-language support
  • Product import/export using Excel sheet
  • Without login add to cart
  • Wishlist and cart functionality
  • Checkout and shop pages
  • Open exchange rates currency conversion
  • Ajax search filter and autocomplete
  • Google adsense and cookies popup
  • Tinymce editor and order details PDF invoice download
  • Customer and vendor profile pages
  • Product rating and reviews
  • YouTube and product quick view popup
  • Category and subcategory with slide menu
  • Related products and new/used products option
  • Dynamic product brand and login/register/forget password
  • Withdrawal request and refund request
  • Product SKU, availability, and estimate time
  • Blog and products tags
  • Return policy and email notification
  • And many more…

Admin Features

The admin panel is equally impressive, offering:

  • Powerful admin panel with dashboard
  • Dynamic change logo, favicon, site title, meta keyword, meta description, etc.
  • Manage homepage layout sections
  • Manage categories and subcategories
  • Tax (VAT) management
  • User role management
  • Products list and attribute list
  • Coupon list and sale chart
  • Backup system and external product ON/OFF option
  • New registration email verification ON/OFF option
  • Google recaptcha ON/OFF option
  • Country, brands, and clear cache options
  • Custom CSS widget and order details
  • Refund request and rating and reviews
  • Withdrawal request and product approval ON/OFF option
  • Single vendor/multi-vendor option and dynamic pages
  • Contact information and blog management
  • Slideshow and newsletter subscription
  • General settings, color settings, email settings, media settings, currency settings, payment settings, social settings, and preferred settings

Requirements

To run ZigKart, you’ll need:

  • PHP 8.1 or higher
  • MySQL 8.1 or higher
  • BCMath PHP Extension
  • Ctype PHP Extension
  • JSON PHP Extension
  • Mbstring PHP Extension
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

Demo and Documentation

The demo is available at https://demo.demoworks.in/zigkart, and the online documentation can be accessed at https://codecanor.com/docs/zigkart/documentation.

Change Log

The change log is extensive, with updates and fixes made regularly. Some notable updates include:

  • Version 14.2: Added backup system and updated Laravel to 10.48.4
  • Version 14.1: Updated Laravel to 10.41.0 and improved import product excel sheet header
  • Version 14.0: Integrated Coinbase and Coingate payment gateways and updated Open exchange rates currency conversion

Conclusion

ZigKart is an excellent choice for entrepreneurs and businesses looking to establish an online store. With its robust features, user-friendly interface, and regular updates, it’s an excellent investment for anyone looking to take their e-commerce business to the next level. I highly recommend giving ZigKart a try.

Rating: 4.83/5

User Reviews

0.0 out of 5
0
0
0
0
0
Write a review

There are no reviews yet.

Be the first to review “ZigKart – Single Vendor or Multi Vendor Products Marketplace”

Your email address will not be published. Required fields are marked *

Introduction to ZigKart - Single Vendor or Multi Vendor Products Marketplace

ZigKart is a popular open-source e-commerce platform that enables you to create a scalable and customizable online marketplace. With ZigKart, you can set up a single vendor or multi-vendor marketplace, allowing multiple sellers to sell their products to customers. This comprehensive tutorial will guide you through the process of setting up and using ZigKart, covering installation, configuration, and management of your marketplace.

Prerequisites

Before starting this tutorial, make sure you have:

  1. A Linux-based server (e.g., Ubuntu, CentOS, or Fedora) with Apache, MySQL, and PHP installed.
  2. A domain name and a working DNS setup.
  3. Basic knowledge of PHP, MySQL, and Linux commands.

Step 1: Installation

To install ZigKart, follow these steps:

  1. Download the latest version of ZigKart from the official website.
  2. Extract the downloaded zip file to a directory on your server, for example, /var/www/zigkart.
  3. Change the ownership of the directory to the Apache user using the following command:
    sudo chown -R www-data:www-data /var/www/zigkart
  4. Create a new MySQL database and grant the necessary permissions to the Apache user:
    CREATE DATABASE zigkart;
    GRANT ALL PRIVILEGES ON zigkart.* TO 'zigkart'@'localhost' IDENTIFIED BY 'password';
  5. Edit the config.php file in the zigkart directory and update the database settings to match your MySQL database.

Step 2: Configuration

After installation, you need to configure ZigKart to suit your needs. Here are the essential steps:

  1. Configure the timezone, language, and currency settings in the config.php file.
  2. Set up the payment gateways (e.g., PayPal, Stripe, or Authorize.net) by creating an account and obtaining the necessary API credentials.
  3. Configure the shipping settings by setting up shipping zones and rates.
  4. Define the tax rates and tax rules for your marketplace.
  5. Set up the notification settings to customize the email notifications sent to users.

Step 3: Setting up the Marketplace

To set up your marketplace, follow these steps:

  1. Create categories and subcategories for your products.
  2. Set up the product attributes (e.g., size, color, material) and options.
  3. Upload product images and descriptions.
  4. Set up the vendor profile and product listings.
  5. Configure the order and payment processing settings.

Step 4: Managing the Marketplace

Once your marketplace is set up, you'll need to manage it regularly to ensure its smooth operation. Here are some essential tasks:

  1. Monitor orders and shipments.
  2. Manage vendor accounts and product listings.
  3. Process payments and refunds.
  4. Monitor and respond to customer inquiries.
  5. Update the marketplace with new features and bug fixes.

Step 5: Customization

ZigKart is highly customizable, allowing you to personalize the look and feel of your marketplace. Here are some tips:

  1. Customize the theme and template to match your brand.
  2. Add custom plugins and modules to extend the functionality of your marketplace.
  3. Create custom user roles and permissions to restrict access to certain features.

Conclusion

Congratulations! You have successfully set up and configured your ZigKart marketplace. With this comprehensive tutorial, you're now ready to start selling products and managing your online marketplace. Remember to stay up-to-date with the latest releases and updates to ensure the smooth operation of your marketplace. Happy selling!

Here is a complete settings example for ZigKart - Single Vendor or Multi Vendor Products Marketplace:

General Settings

$config['theme'] = 'default'; $config['title'] = 'ZigKart'; $config['description'] = 'Single Vendor or Multi Vendor Products Marketplace'; $config['logo'] = 'zigkart.png'; $config['favicon'] = 'zigkart.ico'; $config['copyright'] = '2023 ZigKart'; $config['timezone'] = 'America/New_York';

Database Settings

$db['default']['hostname'] = 'localhost'; $db['default']['username'] = 'zigkart'; $db['default']['password'] = 'zigkart123'; $db['default']['database'] = 'zigkart'; $db['default']['dbdriver'] = 'mysqli'; $db['default']['dbprefix'] = ''; $db['default']['pconnect'] = FALSE; $db['default']['db_debug'] = TRUE; $db['default']['cache_on'] = FALSE; $db['default']['cachedir'] = ''; $db['default']['char_set'] = 'utf8'; $db['default']['dbcollat'] = 'utf8_general_ci';

FTP Settings

$ftp['default']['hostname'] = 'ftp.zigkart.com'; $ftp['default']['username'] = 'zigkart'; $ftp['default']['password'] = 'zigkart123'; $ftp['default']['root_dir'] = '/public_html';

Payment Gateway Settings

$payment_gateway['paypal']['api_username'] = 'zigkart_api1'; $payment_gateway['paypal']['api_password'] = 'zigkart_api_pass'; $payment_gateway['paypal']['api_signature'] = 'zigkart_api_sig'; $payment_gateway['paypal']['currency'] = 'USD'; $payment_gateway['paypal']['return_url'] = 'https://www.zigkart.com/success'; $payment_gateway['paypal']['cancel_url'] = 'https://www.zigkart.com/cancel';

Shipping Settings

$shipping['default']['enabled'] = TRUE; $shipping['default']['title'] = 'Standard Shipping'; $shipping['default']['cost'] = 10; $shipping['default']['duration'] = 3;

Currency Settings

$currency['default']['code'] = 'USD'; $currency['default']['symbol'] = '$'; $currency['default']['position'] = 'left';

Admin Settings

.admin['username'] = 'admin'; .admin['password'] = 'admin123'; .admin['email'] = 'admin@zigkart.com';

Here are the features mentioned in the content:

User Features:

  1. Responsive Design using Bootstrap
  2. Built with Laravel 10.48.4
  3. Unlimited Products
  4. Unlimited Attribute types
  5. Unlimited Attribute Values
  6. Unlimited Coupon Code
  7. Best Sellers
  8. Social Login for Facebook & Google Plus
  9. Google Recaptcha
  10. New Releases
  11. Top Deals
  12. Featured Products
  13. Start Sellings
  14. Order Tracking
  15. Product Based Shipping
  16. Local & Worldwide Shipping Cost
  17. Payment Gateways: PayPal Standard / Express, Stripe, 2Checkout, Authorize.net, Paystack, Localbank, Cash on delivery, Razorpay, Coinpayments, Flutterwave, Mollie, Coinbase, Coingate
  18. Website Maintenance Mode
  19. Dynamic Pages
  20. Newsletter Subscription
  21. Contact Us
  22. SEO Friendly URL
  23. Google Analytics
  24. Blog
  25. Post With Comment System
  26. Social Share Product & Post
  27. Affiliate Referral System
  28. Customer and Vendor communicate private message with email sending
  29. Multi-Language
  30. Product Import / Export Using Excel Sheet
  31. Without Login Add to Cart
  32. RTL Supported
  33. Wishlist
  34. Cart
  35. Checkout
  36. Shop
  37. Open Exchange Rates Currency Conversion
  38. Ajax Search Filter & Autocomplete
  39. Google Adsense
  40. Cookies Popup
  41. Tinymce Editor
  42. Order Details PDF Invoice Download
  43. Customer / Vendor Profile Page
  44. Product Rating & Reviews
  45. Youtube & Product Quick View Popup
  46. Category & Subcategory With Slide Menu
  47. Related Products
  48. New / Used Products Option
  49. Dynamic Product Brand
  50. Login / Register / Forget Password
  51. Withdrawal Request
  52. My Order Details
  53. My Purchase Details
  54. My Wallet
  55. Refund Request
  56. Product SKU, Availablity, Estimate Time
  57. Blog & Products Tags
  58. Return Policy
  59. Email Notification & Verification

Admin Features:

  1. Powerful Admin Panel
  2. Dashboard
  3. Dynamically change logo, favicon, site title, meta keyword, meta description...
  4. Manage Homepage Layout Sections
  5. Manage Categories
  6. Tax (VAT) Management
  7. Manage Subcategories
  8. Block Section
  9. User Role Management
  10. Products List
  11. Attribute List
  12. Coupon List
  13. Sale Chart
  14. Backup System
  15. External Product ON / OFF Option
  16. New Registration Email Verification ON / OFF Option
  17. Google Recaptcha ON / OFF Option
  18. Country
  19. Brands
  20. Clear Cache
  21. Google Adsense
  22. Custom CSS Widget
  23. Order Details
  24. Refund Request
  25. Rating & Reviews
  26. Withdrawal Request
  27. Product Approval ON / OFF
  28. Single Vendor / Multi Vendor Option
  29. Dynamic Pages
  30. Contact Information
  31. Blog Management
  32. Slideshow
  33. Newsletter Subscription
  34. General Settings
  35. Color Settings
  36. Email Settings
  37. Media Settings
  38. Currency Settings
  39. Payment Settings
  40. Social Settings
  41. Preferred Settings

Requirements:

  1. PHP >= 8.1
  2. MySQL >= 8.1
  3. BCMath PHP Extension
  4. Ctype PHP Extension
  5. JSON PHP Extension
  6. Mbstring PHP Extension
  7. OpenSSL PHP Extension
  8. PDO PHP Extension
  9. Tokenizer PHP Extension
  10. XML PHP Extension

Demo:

  1. Frontend: https://demo.demoworks.in/zigkart
  2. Admin: https://demo.demoworks.in/zigkart/login
  3. Customer: https://demo.demoworks.in/zigkart/login
  4. Vendor: https://demo.demoworks.in/zigkart/login

Online Documentation:

  1. https://codecanor.com/docs/zigkart/documentation

Laravel Version:

  1. Laravel 10.48.4

Change Log:

  1. Version 14.2: Added Backup System, updated Laravel version, and fixed mobile responsive issue.
  2. Version 14.1: Updated Laravel version, import product excel sheet header, and updated some css design.
  3. Version 14.0: Integrated Coinbase payment gateway, updated Laravel version, and updated open exchange rates currency conversion.
  4. Version 13.9: Integrated Mollie payment gateway, updated Laravel version, and updated Google recaptcha V3.
  5. Version 13.8: Integrated Flutterwave payment gateway, updated Laravel version, and updated website speed optimization.
  6. Version 13.7: Integrated Coinpayments payment gateway, updated Laravel version, and updated withdrawal request delete option.
  7. Version 13.6: Added Clear Cache option, updated Laravel version, and fixed language issue.
  8. Version 13.5: Updated new currency conversion, updated Laravel version, and fixed homepage featured product issue.
  9. Version 13.4: Updated Laravel version, dynamic pages slug, and 404 page.
  10. Version 13.3: Updated Laravel version, admin edit product status issue fixed, and updated 2checkout payment.
  11. Version 13.2: Updated Without login Add to cart, updated Laravel version, and fixed best seller page issue.
  12. Version 13.1: Updated Laravel version, coupon feature update, and added Razorpay payment gateway.
  13. Version 13.0: Added Custom CSS Widget, updated admin commission "0" value accept, and fixed cart page design issue.
  14. Version 12.0: Added Custom CSS Widget, updated admin commission "0" value accept, and fixed cart page design issue.
  15. Version 11.0: Updated Laravel version, admin products add / edit issue fixed, and updated featured products.
  16. Version 10.0: Updated Laravel version, contact us page phone number & reCaptcha field updated, and added Product Import / Export using Excel Sheet.
  17. Version 9.0: Updated Tinymce editor, added Ads section, and updated some css design issue fixed.
  18. Version 8.0: Updated Tinymce editor, updated Single Vendor / Multi Vendor option, and added Cash on delivery payment method.
  19. Version 7.0: Updated Laravel version, frontend page issue fixed, and updated some css design.
  20. Version 6.0: Fixed Multi-language Translation issue fixed, and quick view popup fix on Arabic language.
  21. Version 5.0: Fixed checkout page payment option issue, fixed subcategory display issue, and added Blog section YouTube video post.
  22. Version 4.0: Updated New Registration Email verification ON / OFF, added 2Checkout payment gateway, and updated some css design.
  23. Version 3.0: Added Cookies popup, fixed homepage responsive issue, and updated some css design.
  24. Version 2.0: Added Affiliate Referral System, fixed footer JavaScript error issue, and updated multilanguage support.
  25. Version 1.0: Initial Release.

Credits:

  1. Laravel
  2. Pexels
  3. Unsplash
  4. Bootstrap
  5. PayPal
  6. Stripe
  7. 2Checkout
  8. Authorize.net
  9. Paystack
  10. Tinymce
  11. Razorpay
  12. Coinpayments
  13. Flutterwave
  14. Mollie
  15. Open Exchange Rates
  16. Coinbase
  17. Coingate
ZigKart – Single Vendor or Multi Vendor Products Marketplace
ZigKart – Single Vendor or Multi Vendor Products Marketplace

$49.00

Shop.Vyeron.com
Logo
Compare items
  • Total (0)
Compare
0