Difference between revisions of "Feature Customization - AC7"
From AbleCommerce Wiki
(→Merchant Admin Customizations) |
|||
(15 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<div id="cleanup" style="text-align: center; background: #ffe; margin: .75em 15%; padding: .5em; border: 1px solid #e3e3b0;"> | <div id="cleanup" style="text-align: center; background: #ffe; margin: .75em 15%; padding: .5em; border: 1px solid #e3e3b0;"> | ||
− | If you want to customize the '''look and feel''' of your store see '''[[ | + | If you want to customize the '''look and feel''' of your store see '''[[Look and Feel Customization - AC7]]''' |
</div> | </div> | ||
− | This section includes information and documentation on things that change '''how the store works''', see [[ | + | This section includes information and documentation on things that change '''how the store works''', see [[Look and Feel Customization - AC7]] for topics on changing '''how the store looks'''. |
+ | |||
== Store Customizations == | == Store Customizations == | ||
Line 13: | Line 14: | ||
* [[Making Customer Fields Required for Product Template]] | * [[Making Customer Fields Required for Product Template]] | ||
* [[WebPage links from category page]] | * [[WebPage links from category page]] | ||
+ | * [[How to change Commererce Builder string resources]] | ||
+ | * [[How to disable Wishlist]] | ||
+ | * [[Show minimum to maximum price range on product page]] | ||
=== Adding Features === | === Adding Features === | ||
Line 18: | Line 22: | ||
* [[Extending the Store Search for Sku]] | * [[Extending the Store Search for Sku]] | ||
* [[Changing additional pictures display on mouse over]] | * [[Changing additional pictures display on mouse over]] | ||
+ | * [[404 Custom Error Page]] | ||
== Merchant Admin Customizations == | == Merchant Admin Customizations == | ||
Line 30: | Line 35: | ||
* [[More date range options in Order Manager]] | * [[More date range options in Order Manager]] | ||
* [[Add a Top X Sales by State pie chart to your Dashboard]] | * [[Add a Top X Sales by State pie chart to your Dashboard]] | ||
+ | * [[How to write Contact Us Control]] | ||
+ | * [[Keeping Credit Card Details hidden from an admin role]] | ||
== Customizing Emails == | == Customizing Emails == | ||
Line 37: | Line 44: | ||
== Misc == | == Misc == | ||
* [[How to FTP a file to a remote server with AC7]] | * [[How to FTP a file to a remote server with AC7]] | ||
+ | * [[Lessons learned from a heavily modified AC7 site]] | ||
* [[How to create store-wide parameters accessible anywhere]] | * [[How to create store-wide parameters accessible anywhere]] | ||
* [[NVelocity variables available in scriptlets]] | * [[NVelocity variables available in scriptlets]] | ||
Line 43: | Line 51: | ||
* [[Missing installation folders caused by unzip utility]] | * [[Missing installation folders caused by unzip utility]] | ||
* [[ZIP Code only Shipping Estimate]] | * [[ZIP Code only Shipping Estimate]] | ||
+ | * [[Information about the data contained by NVelocity variables]] | ||
== External Links == | == External Links == | ||
* [http://en.wikipedia.org/wiki/ASP.NET Asp.Net (wikipedia)] | * [http://en.wikipedia.org/wiki/ASP.NET Asp.Net (wikipedia)] | ||
+ | |||
+ | [[Category:AbleCommerce 7]] |
Latest revision as of 10:33, 15 August 2013
If you want to customize the look and feel of your store see Look and Feel Customization - AC7
This section includes information and documentation on things that change how the store works, see Look and Feel Customization - AC7 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
- Making Customer Fields Required for Product Template
- WebPage links from category page
- How to change Commererce Builder string resources
- How to disable Wishlist
- Show minimum to maximum price range on product page
Adding Features
- Adding products to the cart from external entity
- Extending the Store Search for Sku
- Changing additional pictures display on mouse over
- 404 Custom Error Page
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
- How to add a Comment field to the User page
- Adding Customer-Side Display Name to Order Status List
- Making Misc Charges show on AC7 Invoice
- How do I add meta tags?
- More date range options in Order Manager
- Add a Top X Sales by State pie chart to your Dashboard
- How to write Contact Us Control
- Keeping Credit Card Details hidden from an admin role
Customizing Emails
Misc
- How to FTP a file to a remote server with AC7
- Lessons learned from a heavily modified AC7 site
- How to create store-wide parameters accessible anywhere
- NVelocity variables available in scriptlets
- Change star rating images
- Moving store database from shared provider to local install
- Missing installation folders caused by unzip utility
- ZIP Code only Shipping Estimate
- Information about the data contained by NVelocity variables