Topic

e-commerce

Collection size
522 articles
Page 19 of 27
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.

BackendCronPromotion
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 Redemptione-commerce
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.

CMSe-commerceusage statistics
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‑SaleBackenddatabase
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.

BackendSKUcartesian 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 RestructuringProduct Management
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.

Client-ServerGUIMySQL
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.

BackendMySQLPython
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 DataNLPe-commerce
0 likes · 17 min read
How Vipshop Built an AI‑Powered Sentiment Analysis System for Real‑Time Customer Feedback
Xingsheng Youxuan Technology Community
Xingsheng Youxuan Technology Community
Mar 2, 2023 · Product Management

Why Traditional Growth Tactics Fail: Lessons from Three Years of Community E‑Commerce Subsidies

The article reflects on the 2020‑2022 subsidy wars in community e‑commerce, exposing classic growth misconceptions, the limits of traffic‑centric strategies, the pitfalls of single‑metric thinking, and the need for holistic, value‑driven product management to achieve sustainable user growth.

MetricsProduct Managemente-commerce
0 likes · 16 min read
Why Traditional Growth Tactics Fail: Lessons from Three Years of Community E‑Commerce Subsidies
Lobster Programming
Lobster Programming
May 14, 2025 · Backend Development

How to Prevent Duplicate Orders with Anti‑Replay Tokens and Redis

This article explains how to prevent duplicate order submissions during high‑traffic e‑commerce events by using a server‑generated anti‑duplicate token stored in Redis, detailing the token acquisition, validation flow, and handling of repeated requests to ensure inventory integrity and accurate financial reconciliation.

BackendRedisanti-replay-token
0 likes · 4 min read
How to Prevent Duplicate Orders with Anti‑Replay Tokens and Redis
Lobster Programming
Lobster Programming
Dec 2, 2024 · Backend Development

Designing Scalable E‑Commerce Shopping Carts: From Cookies to Redis

This article explores the core functions of e‑commerce shopping carts and compares client‑side storage methods such as Cookies and LocalStorage with server‑side solutions like Redis and MySQL, offering guidance on choosing the appropriate approach based on business scale and reliability requirements.

BackendMySQLRedis
0 likes · 7 min read
Designing Scalable E‑Commerce Shopping Carts: From Cookies to Redis
Lobster Programming
Lobster Programming
May 17, 2024 · Backend Development

How to Implement Order Timeout Closure in E‑Commerce: 6 Proven Backend Solutions

This article compares six practical backend approaches—JDK DelayQueue, RocketMQ delayed messages, Redis expiration, Redis Zset, a dedicated task center, and passive closure—to automatically close unpaid e‑commerce orders after a configurable timeout, outlining their advantages, drawbacks, and suitable scenarios.

Delayed QueueRedisRocketMQ
0 likes · 8 min read
How to Implement Order Timeout Closure in E‑Commerce: 6 Proven Backend Solutions
Dual-Track Product Journal
Dual-Track Product Journal
May 23, 2025 · Product Management

Essential E‑Commerce Product Manager Glossary: From GMV to AARRR

A comprehensive glossary for e‑commerce product managers that defines key metrics such as GMV, SKU, UV, CVR, AOV, CPC, and models like RFM and AARRR, while highlighting common pitfalls and practical strategies for data‑driven decision making.

MetricsProduct Managementconversion rate
0 likes · 9 min read
Essential E‑Commerce Product Manager Glossary: From GMV to AARRR
Dual-Track Product Journal
Dual-Track Product Journal
Mar 14, 2025 · Operations

How Bad Inventory Sync Can Kill Your E‑commerce Business—and 3 Fixes to Save It

This article examines how delayed or inconsistent inventory synchronization leads to costly overselling and deadstock in e‑commerce, presents three destructive synchronization patterns, and offers a step‑by‑step guide—including real‑time messaging, distributed locks, rule‑engine integration, and intelligent alerts—to transform inventory management from a liability into a self‑healing system.

BackendOperationsSynchronization
0 likes · 8 min read
How Bad Inventory Sync Can Kill Your E‑commerce Business—and 3 Fixes to Save It
Dual-Track Product Journal
Dual-Track Product Journal
Feb 28, 2025 · Product Management

How to Turn Complex E‑commerce Promotion Logic into Drag‑and‑Drop Blocks

This article shows how a product manager transformed intricate promotion rules—like "spend 300, get 50 off" with exclusions—into a visual, low‑code builder using modular components, natural‑language parsing, safety checks, version control, A/B testing, and collaborative approval flows.

A/B testingProduct Managemente-commerce
0 likes · 6 min read
How to Turn Complex E‑commerce Promotion Logic into Drag‑and‑Drop Blocks
Dual-Track Product Journal
Dual-Track Product Journal
May 7, 2020 · Product Management

Mastering E‑Commerce Product Management: From SPU & SKU to Full Lifecycle

This comprehensive guide explains the core concepts of e‑commerce product systems—including SPU and SKU definitions, their relationships, and the complete product management workflow covering publishing, editing, inventory, payment, logistics, and status transitions—providing essential knowledge for building robust online retail platforms.

Product ManagementSKUSPU
0 likes · 11 min read
Mastering E‑Commerce Product Management: From SPU & SKU to Full Lifecycle