mirror of
https://github.com/halo-dev/docs.git
synced 2026-03-12 01:00:51 +08:00
* Add shop user guide * Update shop docs with payment and route info * Add WeChat Pay setup instructions to payments guide * Revise WeChat payment setup instructions Updated instructions for obtaining merchant ID, API key, API certificate, and WeChat AppID. * Update payment and sales channel documentation * Refine shop user guide documentation wording * Add payment preview images and docs for new methods * Add shop documentation for products, orders, and theme * Update theme development docs with template resources * Update product management guide and add images * Update order management guide with images and details * Update shop docs for payments and product variants * Add descriptions to shop guide docs * Add shop user guide and sidebar category --------- Co-authored-by: BugKing <wangzhen@fit2cloud.com>
11 lines
707 B
Plaintext
11 lines
707 B
Plaintext
---
|
||
title: 商城主题开发
|
||
---
|
||
|
||
默认情况下,我们已经在 Halo 本身内置了一套默认的商城模板,如果当前主题没有提供对应的模板文件,则会使用内置的模板文件。
|
||
|
||
如果你需要定制商城页面或者开发一套全新的商城主题,可以参考以下 GitHub 仓库:
|
||
|
||
- [lxware-dev/shop-templates](https://github.com/lxware-dev/shop-templates):Halo 商城基础模板与主题适配文档
|
||
- [lxware-dev/theme-shop-starter](https://github.com/lxware-dev/theme-shop-starter):Halo 商城的基础示例主题
|
||
- [lxware-dev/theme-shop-advanced-starter](https://github.com/lxware-dev/theme-shop-advanced-starter):Halo 商城的二次开发示例主题 |