Something like extra_field should be available for ALL templates, from frame.html to category_x.html to listing_x.html
WordPress (blogging software) for example, uses custom fields to allow the user to create their own keys with values (basically a field name and value) that are very useful, particularly when using this software as a CMS. These work on any page and there is a method for calling a key|value pair. I think it would be useful for the 3d guys to look at this option for improving the flexibility of this software... I am finding it completely frustrating that I need a way to have a repeated element with dynamic values. I realize you are not "design or html layout" software, but use of the cart requires use of your servers and your templates, so really, the interface of the site where the cart is used really should be considered.
It's totally inefficient for me to have to create and modify a new category_x template to simply change the data used in a repeated element... custom fields would make it possible to use a single template across categories. While extra_field exists for listing_x templates, like you've said, it's a product level tag so it is of no use for the category template...
If there were more and better documentation on all the tags and the database tables used for 3d software, it might be reasonable to incorporate a new table and query that data... but I cannot find any info on the database (except to download it and look at it) and no documentation on your api.
Last edited by syncbox : 11-09-2007 at 10:50 PM.
Reason: less venting, more suggestions for improvements
|