Difference between revisions of "Feature Customization - AC7"
From AbleCommerce Wiki
m |
|||
Line 1: | Line 1: | ||
Store customization would include things that change how the store works, see [[Store Design]] for topics on changing how the store looks. | Store customization would include things that change how the store works, see [[Store Design]] for topics on changing how the store looks. | ||
+ | |||
+ | * [[How to add a Comment field to the User page]] | ||
+ | * [[A list of N-Velocity variables across the store]] | ||
+ | |||
+ | * [[Customizing Email Templates | How do I customize email templates]] | ||
+ | * [[Change star rating images]] | ||
+ | |||
+ | * [[Adding Customer-Side Display Name to Order Status List]] | ||
+ | |||
+ | |||
+ | == Store Customizations == | ||
+ | === Store Display === | ||
* [[Hide Shipping Estimates]] | * [[Hide Shipping Estimates]] | ||
− | |||
− | |||
− | |||
* [[Creating a new category display page]] | * [[Creating a new category display page]] | ||
− | |||
− | |||
* [[Prevent the Top Sellers from showing in Shopping Bar 1]] | * [[Prevent the Top Sellers from showing in Shopping Bar 1]] | ||
* [[Displaying a content page at the same level as top category]] | * [[Displaying a content page at the same level as top category]] | ||
+ | |||
+ | === Adding Features === | ||
+ | * [[Adding products to the cart from external entity]] | ||
+ | * [[Extending the Store Search for Sku]] | ||
+ | |||
+ | |||
+ | == Merchant Admin Customizations == | ||
+ | * [[Code for Alert when there are reviews to approve]] | ||
* [[Adding order number search to all Admin pages]] | * [[Adding order number search to all Admin pages]] | ||
− | |||
− | |||
− | |||
− | |||
* [[More options for Advance Order Search's Keyword part]] | * [[More options for Advance Order Search's Keyword part]] | ||
− | * [[ | + | * [[Custom fields for user's profile]] |
− | * [[ | + | |
+ | == Misc == | ||
+ | * [[How to FTP a file to a remote server with AC7]] | ||
+ | * [[How to create store-wide parameters accessible anywhere]] | ||
== External Links == | == External Links == | ||
* [http://en.wikipedia.org/wiki/ASP.NET Asp.Net (wikipedia)] | * [http://en.wikipedia.org/wiki/ASP.NET Asp.Net (wikipedia)] |
Revision as of 03:32, 4 September 2008
Store customization would include things that change how the store works, see Store Design for topics on changing how the store looks.
Contents
Store Customizations
Store Display
- Hide Shipping Estimates
- Creating a new category display page
- Prevent the Top Sellers from showing in Shopping Bar 1
- Displaying a content page at the same level as top category
Adding Features
Merchant Admin Customizations
- Code for Alert when there are reviews to approve
- Adding order number search to all Admin pages
- More options for Advance Order Search's Keyword part
- Custom fields for user's profile
Misc
- How to FTP a file to a remote server with AC7
- How to create store-wide parameters accessible anywhere