Topic

e-commerce

Collection size
535 articles
Page 20 of 27
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 IntegrationBackend DevelopmentLogistics Tracking
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
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 IntegrationBackend DevelopmentLogistics Tracking
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.

CronDatabasePromotion
0 likes · 5 min read
Implementing Product Promotion Push Functionality in a PHP E‑commerce Site
php中文网 Courses
php中文网 Courses
Feb 1, 2024 · Backend Development

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

This article outlines a step‑by‑step guide for building a PHP‑based product promotion push system for e‑commerce platforms, covering recipient identification, database schema design, message templating, script development, scheduling with crontab, and result monitoring to boost user engagement and sales.

CronDatabasePromotion
0 likes · 4 min read
Implementing Product Promotion Push Functionality in a PHP E‑commerce Site
php中文网 Courses
php中文网 Courses
Jan 27, 2024 · Backend Development

Implementing Member Level Points Redemption in a PHP E‑Commerce Site

This tutorial explains how to create a MySQL members table, configure a PHP database connection, and build backend scripts and a web form that allow e‑commerce users to exchange points for membership level upgrades, complete with full code examples.

MySQLPoints RedemptionWeb Development
0 likes · 5 min read
Implementing Member Level Points Redemption in a PHP E‑Commerce Site
php中文网 Courses
php中文网 Courses
Jan 26, 2024 · Backend Development

Implementing Coupon Activity Rule Management in a PHP E‑Commerce System

This article explains how to design database tables and develop a PHP‑based backend for managing e‑commerce coupon activity rules, covering creation, editing, deletion, and logical controls such as usage limits, with step‑by‑step guidance on forms, POST handling, validation, and database operations.

coupondatabase designe-commerce
0 likes · 4 min read
Implementing Coupon Activity Rule Management in a PHP E‑Commerce System
php中文网 Courses
php中文网 Courses
Sep 13, 2023 · Backend Development

PHP Remains the Dominant Backend Language: Usage Statistics and Ecosystem Overview

According to recent W3Techs data and industry reports, PHP powers over three‑quarters of the top 10 million websites, dominates CMS and e‑commerce platforms, and continues to be the preferred backend language for large‑scale services and high‑traffic sites.

CMSWeb Developmente-commerce
0 likes · 6 min read
PHP Remains the Dominant Backend Language: Usage Statistics and Ecosystem Overview
php中文网 Courses
php中文网 Courses
Jul 31, 2023 · Backend Development

Implementing Refund and After‑Sale Service Management in a PHP E‑Commerce Platform

This tutorial explains how to design and implement refund and after‑sale service management features in a PHP‑based e‑commerce system, covering database schema creation, request handling, and record display with complete code examples.

After‑SaleDatabasebackend
0 likes · 6 min read
Implementing Refund and After‑Sale Service Management in a PHP E‑Commerce Platform
php中文网 Courses
php中文网 Courses
Dec 14, 2022 · Backend Development

Generating Product SKU Combinations Using Cartesian Product in PHP

This article explains how to generate all possible product SKU combinations for an e‑commerce system by computing the Cartesian product of specification arrays, and provides two PHP implementations—one that returns SKU strings and another that returns nested arrays—along with sample output.

SKUbackendcartesian product
0 likes · 6 min read
Generating Product SKU Combinations Using Cartesian Product in PHP
Python Programming Learning Circle
Python Programming Learning Circle
Nov 22, 2023 · Big Data

E‑commerce User Behavior Analysis and KPI Modeling with Python and SQL

This study analyzes JD e‑commerce operational data from February to April 2018, employing Python and SQL to compute key metrics such as PV, UV, conversion rates, attrition, purchase frequency, time‑based behavior, funnel analysis, retention, product sales, and RFM segmentation, and provides actionable recommendations for improving user engagement and sales performance.

MetricsPythonSQL
0 likes · 30 min read
E‑commerce User Behavior Analysis and KPI Modeling with Python and SQL
Python Programming Learning Circle
Python Programming Learning Circle
Apr 15, 2023 · Product Management

Alibaba's Taobao and Tmall Organizational Restructuring and Future Strategy

The article reports that Alibaba's Taobao and Tmall are undergoing a major organizational split after the departure of the industry leader Yang Guang (nickname “Chui Xue”), detailing the new departmental structure, historical context, strategic focus, GMV trends, and industry reactions.

AlibabaOrganizational RestructuringTaobao
0 likes · 6 min read
Alibaba's Taobao and Tmall Organizational Restructuring and Future Strategy
Python Programming Learning Circle
Python Programming Learning Circle
Jun 23, 2022 · Backend Development

Python-Based Shopping Mall System with Customer and Merchant Interfaces

This article describes a Python‑implemented shopping mall project that provides separate merchant and customer desktop applications built with PyQt5, details the system’s features, file structure, server‑client communication, database setup, execution steps, and includes the complete source code for reference.

GUIMySQLPyQt5
0 likes · 12 min read
Python-Based Shopping Mall System with Customer and Merchant Interfaces
Python Programming Learning Circle
Python Programming Learning Circle
Apr 15, 2022 · Backend Development

Python Django E‑commerce Project Tutorial with Installation Guide

This tutorial presents a complete Python + Django e‑commerce mini‑project, outlining its main features, required environment, step‑by‑step installation commands, configuration changes, database setup, and how to run the application locally for self‑learners.

MySQLPythonTutorial
0 likes · 4 min read
Python Django E‑commerce Project Tutorial with Installation Guide
Python Programming Learning Circle
Python Programming Learning Circle
Nov 19, 2021 · Backend Development

Web Scraping E‑commerce Site with Selenium and Python: From Page Analysis to MySQL Storage

This tutorial demonstrates how to analyze an e‑commerce search page, use Selenium to automate browsing, extract product details across multiple pages, and store the collected data into a MySQL database, providing complete Python code and step‑by‑step explanations.

MySQLPythonSelenium
0 likes · 10 min read
Web Scraping E‑commerce Site with Selenium and Python: From Page Analysis to MySQL Storage
Vipshop Quality Engineering
Vipshop Quality Engineering
Feb 22, 2019 · Artificial Intelligence

How Vipshop Built an AI‑Powered Sentiment Analysis System for Real‑Time Customer Feedback

Vipshop's in‑house sentiment monitoring platform integrates web‑scraped reviews, WeChat comments and internal service messages, applying lexical sentiment scoring, dictionary‑based Chinese word segmentation, TF‑IDF keyword ranking and lightweight classification to deliver real‑time insights, alerts and actionable reports for thousands of daily user comments.

Big DataMachine LearningNLP
0 likes · 17 min read
How Vipshop Built an AI‑Powered Sentiment Analysis System for Real‑Time Customer Feedback