Top Quality Products

LivelyCart PRO – Laravel E-Commerce Platform | Shopping Cart

4.38
Expert ScoreRead review

$59.00

Added to wishlistRemoved from wishlist 0
Add to compare

171 sales

LIVE PREVIEW

LivelyCart PRO – Laravel E-Commerce Platform | Shopping Cart

LivelyCart PRO – Laravel E-Commerce Platform | Shopping Cart Review

I am thrilled to share my review of LivelyCart PRO, a robust Laravel e-commerce platform designed to help entrepreneurs and developers create a comprehensive online shopping experience. With a 4.38-star rating, I was eager to dive into its features and capabilities.

Overview

LivelyCart PRO is built on Laravel 7, a popular PHP framework, and utilizes Bootstrap 4 for its responsive and mobile-friendly design. This e-commerce platform is packed with a wide range of features, making it an excellent choice for creating an online store.

Key Features

  1. Translation/Localization: Supported by integrated dynamic words translation/transliterate facility, manual, and using Google, making it easy to convert the store into any language without changing code.
  2. Responsive and Mobile-Friendly: Optimized layout ensures a seamless user experience across various devices.
  3. Search Engine Friendly URLs: Facilitates search engine optimization (SEO) for better visibility.
  4. Installation Wizard: A user-friendly installation process that connects to the database, creates configuration, and sets up the database schema.
  5. Robust Admin Section: A comprehensive administration panel for managing the store, including payment methods, shipping rules, taxes, and more.
  6. Product Catalog: Multi-level unlimited categories, product brands, and unlimited product options with add-on prices and value-based images.
  7. Checkout Options: Supports various payment gateways, including PayPal, Stripe, Razorpay, PayTM, Instamojo, and Iyzico.
  8. Discount Coupons: Allows for percentage and flat discounts with or without coupons.
  9. Custom Pages Support: Create custom pages as per requirements.
  10. Social Login Support: Enables customers to log in using social media platforms.
  11. Guest Login: Allows customers to create a guest account.
  12. Quick Login Modal: A convenient login modal for customers.
  13. Ratings and Reviews System: Enables customers to rate and review products.
  14. Multiple Display Currencies: Supports multiple display currencies.
  15. Add to Wish List: Allows customers to add products to their wish list.

Changelog

The changelog provides a detailed history of updates, bug fixes, and enhancements, ensuring that the platform remains stable and secure.

Server Requirements

The platform requires PHP 8.0.2+, MySQL 5.7+, and various PHP extensions, including Fileinfo, OpenSSL, PDO, and more.

Conclusion

LivelyCart PRO is an impressive e-commerce platform that offers a wide range of features and functionalities. Its robust admin section, responsive design, and SEO-friendly URLs make it an excellent choice for creating a comprehensive online shopping experience. With its changelog and server requirements clearly outlined, I highly recommend LivelyCart PRO to anyone looking to build a successful online store.

Rating: 4.38/5

Recommendation: I would recommend LivelyCart PRO to anyone looking to create a comprehensive online shopping experience. Its robust features, responsive design, and SEO-friendly URLs make it an excellent choice for entrepreneurs and developers.

Additional Services: LivelyCart PRO also offers installation and customization services, making it an excellent choice for those who need assistance with setting up their online store.

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 “LivelyCart PRO – Laravel E-Commerce Platform | Shopping Cart”

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

Introduction to LivelyCart PRO - Laravel E-Commerce Platform | Shopping Cart

LivelyCart PRO is a comprehensive Laravel-based e-commerce platform that provides a robust and scalable shopping cart solution for your online store. With its user-friendly interface and extensive features, LivelyCart PRO makes it easy to create a professional-grade e-commerce website without requiring extensive coding knowledge.

In this tutorial, we will guide you through the process of setting up and using LivelyCart PRO, covering topics such as installation, configuration, and customization. By the end of this tutorial, you will have a solid understanding of how to use LivelyCart PRO to create a fully functional e-commerce website.

Prerequisites

Before starting this tutorial, make sure you have the following:

  • A basic understanding of Laravel and PHP
  • A local development environment set up with XAMPP or a similar solution
  • A database management system such as MySQL or PostgreSQL
  • A text editor or IDE of your choice

Step 1: Installation

To install LivelyCart PRO, follow these steps:

  1. Download the LivelyCart PRO package from the official website.
  2. Extract the package to a directory on your local machine.
  3. Create a new Laravel project using the following command:
    composer create-project --prefer-dist laravel/laravel livlycart
  4. Copy the app/Http/Kernel.php file from the LivelyCart PRO package to your Laravel project directory.
  5. Run the following command to install the required dependencies:
    composer install
  6. Run the following command to migrate the database:
    php artisan migrate
  7. Run the following command to seed the database:
    php artisan db:seed

    Step 2: Configuration

To configure LivelyCart PRO, follow these steps:

  1. Open the config/livelycart.php file and update the database section to match your database settings.
  2. Update the timezone setting to your preferred timezone.
  3. Update the currency setting to your preferred currency.
  4. Update the payment_gateways setting to include the payment gateways you want to use.
  5. Update the shipping_rates setting to include the shipping rates you want to use.

Step 3: Customization

To customize LivelyCart PRO, follow these steps:

  1. Create a new theme for your e-commerce website by creating a new directory in the resources/themes directory.
  2. Create a new layout file for your theme by creating a new file in the resources/themes/layouts directory.
  3. Create a new template file for your theme by creating a new file in the resources/themes/templates directory.
  4. Update the config/livelycart.php file to point to your new theme.
  5. Update the resources/views/layouts/app.blade.php file to include your new layout.

Step 4: Adding Products

To add products to your e-commerce website, follow these steps:

  1. Create a new product by running the following command:
    php artisan livelycart:product-create
  2. Fill in the required information for the product, including the name, description, price, and image.
  3. Repeat the process to add multiple products to your e-commerce website.

Step 5: Adding Categories

To add categories to your e-commerce website, follow these steps:

  1. Create a new category by running the following command:
    php artisan livelycart:category-create
  2. Fill in the required information for the category, including the name and description.
  3. Repeat the process to add multiple categories to your e-commerce website.

Step 6: Adding Customers

To add customers to your e-commerce website, follow these steps:

  1. Create a new customer by running the following command:
    php artisan livelycart:customer-create
  2. Fill in the required information for the customer, including the name, email, and password.
  3. Repeat the process to add multiple customers to your e-commerce website.

Step 7: Making a Purchase

To make a purchase on your e-commerce website, follow these steps:

  1. Log in to your e-commerce website as a customer.
  2. Add products to your cart by clicking the "Add to Cart" button.
  3. View your cart by clicking the "View Cart" button.
  4. Update your cart by clicking the "Update Cart" button.
  5. Proceed to checkout by clicking the "Checkout" button.
  6. Fill in the required information for the order, including the shipping address and payment method.
  7. Submit the order by clicking the "Place Order" button.

Conclusion

Congratulations! You have now completed the tutorial on how to use LivelyCart PRO to create a fully functional e-commerce website. With this platform, you can easily manage your products, categories, customers, and orders, as well as customize the look and feel of your website to suit your needs.

Here is a complete settings example for LivelyCart PRO - Laravel E-Commerce Platform | Shopping Cart:

Database Settings The database settings can be adjusted in the config/livelycart.php file. Here is an example of how to configure your database settings:

'database' => [
    'driver' => 'mysql',
    'host' => '127.0.0.1',
    'port' => '3306',
    'database' => 'livelycart',
    'username' => 'root',
    'password' => '',
    'charset' => 'utf8mb4',
    'collation' => 'utf8mb4_unicode_ci',
    'prefix' => '',
],

Currency Settings Currency settings can be adjusted in the config/livelycart.php file under the currency section:

'currency' => [
    'name' => 'US Dollar',
    'symbol' => '$',
    'rate' => '1.00',
],

Payment Gateways Payment gateways can be adjusted in the config/livelycart.php file under the payment_gateways section:

'payment_gateways' => [
    'stripe' => [
        'name' => 'Stripe',
        'description' => 'Stripe Payment Gateway',
        'api_key' => 'YOUR_STRIPE_API_KEY',
        'secret_key' => 'YOUR_STRIPE_API_SECRET_KEY',
        'currency' => 'USD',
    ],
    'paypal' => [
        'name' => 'PayPal',
        'description' => 'PayPal Payment Gateway',
        'client_id' => 'YOUR_PAYPAL_CLIENT_ID',
        'client_secret' => 'YOUR_PAYPAL_CLIENT_SECRET',
        'mode' => 'sandbox', // or 'live'
        'currency' => 'USD',
    ],
],

Tax Rates Tax rates can be adjusted in the config/livelycart.php file under the tax_rates section:

'tax_rates' => [
    [
        'name' => 'VAT',
        'rate' => 20,
        'rate_percent' => 0.20,
        'exclusive' => false,
        'zone' => '',
    ],
],

Shipping Zones Shipping zones can be adjusted in the config/livelycart.php file under the shipping_zones section:

'shipping_zones' => [
    [
        'name' => 'Free Shipping',
        ' zones' => [
            ['name' => 'Local', 'rate' => 0],
            ['name' => 'US', 'rate' => 10],
            ['name' => 'CA', 'rate' => 20],
        ],
    ],
],

Email Settings Email settings can be adjusted in the config/mail.php file:

'mail' => [
    'driver' => 'smtp',
    'host' => 'mail.example.com',
    'port' => '587',
    'from' => [
        'address' => 'example@gmail.com',
        'name' => 'LivelyCart',
    ],
    'encryption' => 'tls',
    'sendmail' => '/usr/sbin/sendmail -t',
    'pretend' => false,
],

Crons Crons can be adjusted in the schedule.php file under the App/Console/Kernal.php class:

protected function schedule(Scheduler $scheduler)
{
    $scheduler->command('livelycart:clear-cart-cache')
        ->daily();
    $scheduler->command('livelycart:calculate-taxes')
        ->daily();
    $scheduler->command('livelycart:send-failures')
        ->hourly();
}

Here are the features of LivelyCart PRO, a Laravel e-commerce platform:

  1. Translation / Localization: Supported, with integrated dynamic words translation/transliterate facility and manual/using Google.
  2. Powered By: Laravel 9 and Bootstrap 4.
  3. Responsive & Mobile Friendly: Optimized layout for mobile devices.
  4. Search Engine Friendly URLs: Optimized for search engines.
  5. Installation Wizard: Easy installation using a wizard that connects to the database, creates configuration, and creates database schema.
  6. Ready to use: Create database, install application, configure store payments methods, shipping rules, taxes, add categories and products, and it's done!
  7. Well Documented: Online documentation powered by Docsyard.
  8. Robust Admin Section: Manage store with a robust admin section.
  9. Percentage & Flat Country based Shipping Rules: Set shipping rules based on country and product.
  10. Product Search & Suggestion Functionality: Search and suggest products to customers.
  11. Product Catalog: Multi-level unlimited categories, multiple product categories, product brands, and unlimited product options with add-on price support and value-based images.
  12. Thumbnail & Multiple Images for Product: Display product images on details page, with option-based images and add-on prices.
  13. Checkout Options: Submit order by email, credit cards (Stripe), PayPal, Razorpay, PayTM, Instamojo, Iyzico, and PayStack.
  14. Discount Coupons: Offer percentage or flat discount coupons.
  15. Custom Pages Support: Create custom pages as per requirements.
  16. Social Login Support: Allow customers to log in with social media accounts.
  17. Guest Login: Allow guests to log in and checkout.
  18. Quick Login Modal: Quick login modal for customers.
  19. Ratings & Reviews System: Allow customers to rate and review products.
  20. Allow Customer to Cancel Order: Allow customers to cancel orders.
  21. Multiple Display Currencies: Display multiple currencies.
  22. Add to Wish list: Allow customers to add products to their wish list.
  23. Product Specific Discount & Cart Discount with/without Coupon: Offer discounts on specific products or cart.
  24. Shipping Methods: Offer normal, express, and other shipping methods.
  25. Product Specification: Display product specifications, including preset specifications, product comparison, and product filters.
  26. Attractive Details Page with Product Image Zoom: Display product images with zoom functionality.
  27. Product FAQs: Display product FAQs.
  28. Dynamic User Roles and Permissions: Manage user roles and permissions dynamically.
  29. Dynamic Email Templates: Send dynamic email templates to customers.
  30. Many Configuration Right from the Admin Section: Configure store settings from the admin section.
  31. Footer & Slider Configuration: Configure footer and slider settings.
  32. Landing Page: Create a landing page for your store.
  33. Products & Orders Reports: Generate reports for products and orders using graphs and charts.

Note: Some of these features may require additional setup or configuration.

LivelyCart PRO – Laravel E-Commerce Platform | Shopping Cart
LivelyCart PRO – Laravel E-Commerce Platform | Shopping Cart

$59.00

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