Template API
From Shopp Documentation
One of the best features of Shopp is that it has been designed to be customized from the very beginning. It has a rich customization architecture that is familiar to developers accustomed to working on WordPress themes and offers an unparalleled amount of customization capability. Most of this capability is provided through theme templates that use Shopp template tags.
Getting Started With Theme Templates
Theme Templates Reference
- account.php template file
- cart.php template file
- catalog.php template file
- category.php template file
- checkout.php template file
- confirm.php template file
- errors.php template file
- login.php template file
- notification.html template file
- order.html template file
- product.php template file
- receipt.php template file
- related.php template file
- shopp.css template file
- sidecart.php template file
- summary.php template file
Using Template Tags
- Overview of the Shopp API
- Using Template Tags
- Advanced Template Tags
- Customizing the AJAX-enabled Cart
