Topic

e-commerce

Collection size
522 articles
Page 18 of 27
Selected Java Interview Questions
Selected Java Interview Questions
Mar 24, 2022 · Backend Development

Design and Core Functions of an E‑commerce Order System

This article explains the roles, architecture, core modules, workflow engine, inventory management strategies, and state machine design of order systems in traditional e‑commerce enterprises, offering insights into their future development and integration with other business services.

State Machinebackend architecturee-commerce
0 likes · 13 min read
Design and Core Functions of an E‑commerce Order System
Java Captain
Java Captain
Dec 5, 2020 · Backend Development

Overview of a Spring Cloud‑Based Online Supermarket System

This article introduces a Spring Cloud‑powered Java online supermarket project, detailing its microservice architecture, core functionalities such as user, product, cart, image services, Zuul gateway, and package structure, while providing source code and tutorial links for developers.

JavaSpring Cloudbackend
0 likes · 3 min read
Overview of a Spring Cloud‑Based Online Supermarket System
Java Captain
Java Captain
May 22, 2019 · Backend Development

13 High-Quality Open-Source Spring Boot Projects for Java Developers

This article curates thirteen notable open‑source Spring Boot projects—including e‑commerce platforms, micro‑service scaffolds, payment solutions, and ERP systems—providing brief overviews, star counts, repository links, and demo screenshots to help Java developers discover useful resources for learning and building applications.

ERPJavaOpen Source
0 likes · 11 min read
13 High-Quality Open-Source Spring Boot Projects for Java Developers
php中文网 Courses
php中文网 Courses
May 13, 2025 · Backend Development

Implementing Logistics Tracking and Delivery Management in PHP for E‑commerce

This tutorial explains how to build logistics tracking and delivery management features for an e‑commerce platform using PHP, covering database table creation, inserting, updating, and querying of tracking and delivery records with complete code examples.

DatabaseDelivery ManagementLogistics
0 likes · 6 min read
Implementing Logistics Tracking and Delivery Management in PHP for E‑commerce
php中文网 Courses
php中文网 Courses
Jan 17, 2025 · Backend Development

Implementing Product Purchase Quantity Limits in a PHP E‑Commerce Store

This guide explains how to design the database, modify product detail, cart, and order pages, and use PHP and Ajax to enforce stock‑based purchase quantity limits in an online store, ensuring users cannot exceed available inventory and improving overall shopping experience.

Databasebackende-commerce
0 likes · 4 min read
Implementing Product Purchase Quantity Limits in a PHP E‑Commerce Store
php中文网 Courses
php中文网 Courses
Jan 10, 2025 · Backend Development

Implementing Logistics Tracking in a PHP E‑commerce Application

This guide outlines how to add a logistics tracking feature to a PHP e‑commerce site by collecting tracking data, integrating a courier API, parsing and storing the information, displaying it to users, and regularly updating the status to enhance trust and user satisfaction.

APIDatabaseLogistics
0 likes · 4 min read
Implementing Logistics Tracking in a PHP E‑commerce Application
php中文网 Courses
php中文网 Courses
Dec 24, 2024 · Backend Development

Implementing the Repository Pattern in Laravel: A Step‑by‑Step Guide

This guide explains the repository pattern for Laravel, detailing its benefits, step‑by‑step implementation for an e‑commerce product management module—including model, interface, repository, controller code—and offers best practices, caching tips, and common pitfalls to improve code structure, maintainability, and testability.

Design PatternsLaravelRepository Pattern
0 likes · 9 min read
Implementing the Repository Pattern in Laravel: A Step‑by‑Step Guide
php中文网 Courses
php中文网 Courses
Nov 21, 2024 · Backend Development

Implementing Logistics Tracking in a PHP E‑Commerce Application

To enhance user trust and satisfaction in an e‑commerce platform, this guide outlines the step‑by‑step process for adding a logistics tracking feature in PHP, covering data collection, API integration, data parsing, storage, front‑end display, and regular updates.

API IntegrationLogistics Trackingbackend development
0 likes · 4 min read
Implementing Logistics Tracking in a PHP E‑Commerce Application
php中文网 Courses
php中文网 Courses
Sep 24, 2024 · Backend Development

Implementing Logistics Tracking in a PHP E-commerce Application

This guide outlines the step‑by‑step process for adding a logistics tracking feature to a PHP‑based online store, covering data collection, API integration, data parsing, storage, display, and regular updates to improve user trust and satisfaction.

APILogisticsbackend
0 likes · 4 min read
Implementing Logistics Tracking in a PHP E-commerce Application
php中文网 Courses
php中文网 Courses
Aug 5, 2024 · Backend Development

Implementing Product Purchase Quantity Limits in a PHP E‑Commerce Site

This article explains how to implement product purchase quantity limits in a PHP‑based online store by designing a stock field in the database, updating product detail, cart, and order pages, using Ajax for dynamic updates, and handling inventory adjustments during order processing to improve user experience and operational efficiency.

backende-commercephp
0 likes · 4 min read
Implementing Product Purchase Quantity Limits in a PHP E‑Commerce Site
php中文网 Courses
php中文网 Courses
Jul 23, 2024 · Backend Development

Implementing Logistics Tracking in a PHP E‑commerce Platform

To enable reliable logistics tracking in a PHP‑based online store, developers should collect shipment data, integrate a courier API (e.g., Kuaidi100), parse XML/JSON responses, store results in a database, display them on the order page, and regularly update the information via scheduled tasks.

API IntegrationLogistics Trackingbackend development
0 likes · 4 min read
Implementing Logistics Tracking in a PHP E‑commerce Platform
php中文网 Courses
php中文网 Courses
Jun 28, 2024 · Backend Development

Implementing Product Purchase Quantity Limits in a PHP E‑Commerce Store

This article explains how to implement product purchase quantity limits in a PHP‑based online store, covering database schema changes, modifications to product detail, cart, and checkout pages, Ajax‑driven updates, inventory checks, and order management to prevent overselling and improve user experience.

AjaxInventorybackend
0 likes · 4 min read
Implementing Product Purchase Quantity Limits in a PHP E‑Commerce Store
php中文网 Courses
php中文网 Courses
Jun 26, 2024 · Backend Development

Implementing Purchase Quantity Limits in a PHP E‑Commerce Store

This article explains how to design the database, modify product detail, cart, and order pages, and use Ajax in PHP to enforce purchase quantity limits based on stock levels, ensuring accurate inventory management and improved user experience in online stores.

AjaxDatabaseInventory
0 likes · 4 min read
Implementing Purchase Quantity Limits in a PHP E‑Commerce Store
php中文网 Courses
php中文网 Courses
Jun 5, 2024 · Backend Development

Building and Displaying Nested Category Trees with PHP and MySQL

This guide explains how to design a MySQL categories table, retrieve records with PHP, construct a recursive tree based on parent_id, and render the hierarchical structure as nested HTML lists, providing a complete solution for managing product categories in e‑commerce applications.

Category TreeMySQLe-commerce
0 likes · 5 min read
Building and Displaying Nested Category Trees with PHP and MySQL
php中文网 Courses
php中文网 Courses
May 23, 2024 · Backend Development

Why Node.js Outperforms Traditional PHP for Large-Scale E-commerce Platforms

Traditional PHP architectures suffer from single‑threaded request handling that slows page loads on high‑traffic e‑commerce sites, whereas Node.js’s asynchronous, non‑blocking I/O and event‑driven architecture provide faster loading, superior scalability, and real‑time capabilities, making it a better fit for platforms like Amazon.

asynchronousbackende-commerce
0 likes · 5 min read
Why Node.js Outperforms Traditional PHP for Large-Scale E-commerce Platforms
php中文网 Courses
php中文网 Courses
Mar 1, 2024 · Backend Development

Implementing Logistics Tracking and Delivery Management in PHP for E-commerce

This tutorial explains how to build essential logistics tracking and delivery management features for an e‑commerce system using PHP, covering database schema design, code for inserting, updating, and querying tracking and delivery records, and providing complete example snippets.

DatabaseDelivery ManagementLogistics
0 likes · 6 min read
Implementing Logistics Tracking and Delivery Management in PHP for E-commerce
php中文网 Courses
php中文网 Courses
Mar 1, 2024 · Backend Development

Implementing Logistics Tracking and Delivery Management in PHP for E-commerce

This tutorial explains how to build logistics tracking and delivery management features for an e‑commerce system using PHP, covering database table creation, inserting and updating records, and querying data to display order shipment status and delivery information.

Delivery ManagementLogisticsbackend
0 likes · 6 min read
Implementing Logistics Tracking and Delivery Management in PHP for E-commerce
php中文网 Courses
php中文网 Courses
Feb 7, 2024 · Backend Development

Implementing Purchase Quantity Limits in a PHP E‑Commerce Store

This article explains how to implement product purchase quantity limits in a PHP‑based online store by designing a stock field in the database, updating product detail, cart, and order pages, using Ajax for dynamic updates, and ensuring inventory consistency to improve user experience and operational efficiency.

AjaxDatabaseInventory
0 likes · 4 min read
Implementing Purchase Quantity Limits in a PHP E‑Commerce Store
php中文网 Courses
php中文网 Courses
Feb 6, 2024 · Backend Development

Implementing Logistics Tracking in a PHP E‑Commerce Application

To enhance user trust and satisfaction in an e‑commerce platform, this guide outlines a step‑by‑step PHP implementation of logistics tracking, covering collection of shipment data, integration with tracking APIs, parsing responses, storing results, displaying updates to customers, and maintaining real‑time information.

API IntegrationLogistics Trackingbackend development
0 likes · 5 min read
Implementing Logistics Tracking in a PHP E‑Commerce Application
php中文网 Courses
php中文网 Courses
Feb 4, 2024 · Backend Development

Implementing Product Promotion Push Functionality in a PHP E‑commerce Site

This article outlines the step‑by‑step process for implementing a product promotion push feature in a PHP‑based e‑commerce platform, covering target user identification, promotion table design, message templating, script development, database queries, cron scheduling, and result monitoring to boost user engagement and sales.

DatabasePromotionPush Notification
0 likes · 5 min read
Implementing Product Promotion Push Functionality in a PHP E‑commerce Site