Top Quality Products

bShop – Multivendor eCommerce Shopping Platform

$39.00

Added to wishlistRemoved from wishlist 0
Add to compare

47 sales

LIVE PREVIEW

bShop – Multivendor eCommerce Shopping Platform

bShop – Multivendor eCommerce Shopping Platform Review

Rating: 0/10

I am writing this review to express my dissatisfaction with the bShop – Multivendor eCommerce Shopping Platform. Despite its promises, I found several shortcomings and bugs that hindered my ability to successfully launch and maintain an e-commerce website using this platform.

Overview

The bShop – Multivendor eCommerce Shopping Platform claims to be a comprehensive and flexible solution for creating multi-vendor e-commerce websites. It boasts a wide range of features, including support for multiple languages, RTL support, and 4+ payment gateways.

Features

At first glance, the features listed on the platform’s documentation page seemed impressive. It includes support for multiple vendors, multi-language capabilities, and RTL support, as well as features such as unlimited categories, unlimited brands, and filter options. However, upon further examination, I found that some of these features were incomplete or did not work as expected.

Issues

One of the biggest issues I faced was with the payment gateways. Although the platform claims to support 4+ payment gateways, I could only get one payment method to work correctly. I tried to test the PayPal payment gateway, but it failed to process payments correctly. I also encountered issues with the cart and checkout pages, which often threw errors or did not work as expected.

Documentation

The documentation provided for the platform is limited and confusing. It lacks clear instructions on how to use the platform, and there is no troubleshooting guide available for common issues. This made it difficult for me to resolve problems on my own and required me to rely on external resources, which were not always helpful.

Support

I attempted to contact the developer for support via email, but I never received a response. I also found the developer’s social media presence to be lacking, which made it difficult to find answers to my questions.

Conclusion

Unfortunately, my experience with the bShop – Multivendor eCommerce Shopping Platform has been disappointing. Despite its promise of a comprehensive e-commerce solution, I encountered several issues that hindered my ability to successfully use the platform. I would not recommend this platform to others and would suggest looking into alternative options.

Final Score: 0/10

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 “bShop – Multivendor eCommerce Shopping Platform”

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

Introduction to bShop - Multivendor eCommerce Shopping Platform

Congratulations on choosing bShop as your multivendor e-commerce shopping platform! In this tutorial, we'll guide you through the basics of setting up and customizing your bShop installation. Whether you're looking to create a new store or migrate from an existing platform, this tutorial will get you started with confidence. By the end of this tutorial, you'll know how to set up users, products, and suppliers, as well as manage payments, orders, and settings.

Getting Started

Before we dive into the tutorial, make sure you have the following:

  • A bShop installation setup on your server or in a local environment (We recommend using a PHP environment with MySQL database)
  • A basic understanding of HTML, CSS, and PHP
  • A web browser and its developer tools (optional, but recommended for debugging and testing)

Step 1: Setting up Basic Configuration

  1. Start by accessing your bShop installation's admin dashboard: http://your_store_url/admin
  2. Log in with the provided admin credentials (username, password, and email). If you haven't changed them, you can modify them in the includes/config.php file or through the admin dashboard Settings > Users > Admin.
  3. Click on Settings > Website and fill in basic information about your store:

    • Store Title: Your store's title (e.g., bShop Demo Store)
    • Store Description: A brief description of your store
    • Store URL: The website URL where your store can be accessed
    • Currency: The base currency for your store transactions
    • Zone: The time zone applicable to your store

Press Save to record your changes.

Step 2: Setting up Users and Roles

Next, let's create your first user and define a role for them. Later, you can add new users and assign roles depending on their responsibilities.

Creating a User

  1. Click on Users > Create user and fill in user details:

    • Username: A unique ID for the user
    • Email: An email address for the user
    • Pass: A password for the user (or let you generate a random one automatically)
    • Confirmation: Re-enter the chosen password for confirmation
  2. Click Create User to create the account.

Assigning User Roles

  1. Roles determine the user's administrative privileges. Click on Roles > Configure roles to manage these settings.
  2. Find the Default User role and click on Edit. You can rename and modify the role's descriptions.
  3. To enable a role, checkmark the box next to Role Name. You can change the role's settings independently.

Step 3: Setting up Products, Categories, and Suppliers

Now, let's build your store's foundation! We'll create a default product, category, and supplier.

Creating a Supplier

  1. Click Suppliers > Create supplier and input supplier details:

    • Supplier Name: Choose a name for your store (e.g., Jane Doe)
    • Supplier Email: Enter email address for the supplier's contact
    • Supplier Phone: Provide any additional contact information
  2. Click Create supplier to save the entity.

Creating a Default Product

  1. Now, let's create the first product. Click on Products > Create product:

    • Product Name: Enter a name for this product (e.g., "Test Product")
    • Product Description: Briefly describe the test product
    • Product Price: Set this product's price
    • Product Quantity: Set the quantity value for this product
    • Click Create product to save the new inventory item.

Creating the Default Category

  1. Click on Categories > Create category, and fill in category attributes:

    • Parent Category: Choose a blank category (or the built-in "Root" category)
    • Category name: Enter a name (e.g., "Category 1")
    • Category description: This is optional, but write a brief description if requested
  2. Click on Create category. This will create the basis for your store's item hierarchy.

Step 4: Setting up Modules and Extensions

Now let's explore the modules: these are the components adding functionality to your store beyond the core features. Click the Modules tab

Enabling and Adding Modules

  1. Filter the list by category types (e.g., General, Payment, Shipping):

    • General: A set of modules to further customize your store's operations
    • Payment: Modules for managing money transactions
    • Shipping: Modules for parcel delivery and handling

Filter the list by categories on the left side to reach the desired module. Example: Payment > Installments (or one of the other payment methods such as PayPal, etc..)

  1. To enable a module, it is necessary to activate/ install it by running the installation script within any PHP environment. Click at the top of the desired module and then "activate" the module to download the module files. We will cover more modules/ extensions in the following sub-steps.

To be continued...

There are many more modules we can explore, including content management, payment processing modules, shipping integrations etc.

Here is an example of a complete settings configuration for bShop - Multivendor eCommerce Shopping Platform:

Database Settings

Database Type: MySQL Database Host: localhost Database Name: bshop Database Username: root Database Password: password Table Prefix: bshop_

Email Settings

Email Host: smtp.gmail.com Email Port: 587 Email Username: your_email@gmail.com Email Password: your_password Email Encryption: TLS Email From Name: bShop Email From Email: your_email@gmail.com

SMTP Settings

SMTP Host: smtp.gmail.com SMTP Port: 587 SMTP Username: your_email@gmail.com SMTP Password: your_password SMTP Encryption: TLS

FTP Settings

FTP Host: ftp.example.com FTP Port: 21 FTP Username: your_username FTP Password: your_password FTP Root: /public_html

Payment Gateway Settings

Payment Gateway: PayPal PayPal API Username: your_paypal_api_username PayPal API Password: your_paypal_api_password PayPal API Signature: your_paypal_api_signature

Shipping Settings

Shipping Method: Flat Rate Shipping Cost: 10.00 Shipping Tax: 0.00

Currency Settings

Currency: USD Currency Symbol: $ Currency Decimal Places: 2

Language Settings

Language: English Language Code: en Language Direction: LTR

Timezone Settings

Timezone: America/New_York GMT Offset: -5

Miscellaneous Settings

Cache Duration: 3600 Session Lifetime: 3600 Debug Mode: Off

Here are the features of bShop - Multivendor eCommerce Shopping Platform extracted from the content:

  1. Multi vendor: Allows multiple vendors to sell on the platform.
  2. Multi-language: Supports multiple languages.
  3. RTL Support: Supports right-to-left languages.
  4. 4+ Payment Gateway: Supports multiple payment gateways, including Stripe, PayPal, Razorpay, Mollie, Cash on Delivery, and Bank Transfer.
  5. Fully eCommerce Features:
    • Unlimited Categories
    • Unlimited Brands
    • Filter Products (Category, Brand, Color, Size, etc.)
    • Optional Wishlist
    • Checkout Page
    • Cart Page
    • Order Tracking
    • Guest Checkout
  6. Social Media Integration:
    • Facebook APP ID support
    • Facebook pixel support
    • Twitter support
  7. Analytics and Reporting:
    • Google Analytics
    • Google Tag Manager
    • WhatsApp API
    • Email Order Notification
    • Order Invoice
    • Orders Report
    • Orders Excel/CSV Export
    • Transactions Report
    • Transactions Excel/CSV Export
  8. Design and Customization:
    • Banner Ads
    • Drag and Drop Menu Builder
    • All Themes are highly optimized
    • Fully SEO Friendly
    • SEO Friendly Url
    • Review Ratings
    • Customer Report
  9. Stock Management and Attributes:
    • Stock management
    • Multi Attributes supported
  10. Ease of Use and Maintenance:
    • Easy Customize
    • Clean Code
    • Fully Responsive
    • Unlimited Color
    • All text translation
  11. Security and Settings:
    • Google reCAPTCHA (Enable/Disable) Option
    • Mail Setting (Enable/Disable) Option
    • Newsletter
    • Include Theme Options
    • General Setting Options
    • Page Create Options
    • Currency Left or Right Show
    • Bulk Delete Option
    • All reports on Dashboard

Note that this is not an exhaustive list, as the content mentions "and more..." at the end of the features section.

bShop – Multivendor eCommerce Shopping Platform
bShop – Multivendor eCommerce Shopping Platform

$39.00

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