Files
docs/versioned_docs/version-2.22/user-guide/shop/theme-dev.mdx
Ryan Wang 35fa8cc582 Add shop user guide (#549)
* 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>
2026-01-06 15:32:07 +08:00

11 lines
707 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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 商城的二次开发示例主题