Preisregeln, API
brandung
Create an adminhtml integration for the flat table comments entity that supports all CRUD operations.
Create the same for the EAV version, utilizing the semi-automatic adminhtml form field generation through the adminhtml/widget_form block.
Create a system configuration option with a new system.xml section that enables/disables the adminhtml option to create new comments.
On the product edit page, create a new tab containing a grid of all comments associated with this products detall page. Make records removable directly from the grid as a mass action. For this you may want to add a product_id attribute to the comment entities.
In the comments grids, use a renderer to ensure that the backend display is XSS safe.
In the main comments grid, display the entity type associated with the comments page. Create a custom column renderer and filter for the column display and filter.
Create a custom system configuration control that allows you to render your own template.
Create a custom 24-hour and minute time picker control for the comments entity using a custom form element type.
Create an adminhtml integration for the flat table comments entity that supports all CRUD operations.
Create the same for the EAV version, utilizing the semi-automatic adminhtml form field generation through the adminhtml/widget_form block.
Rewrite the catalog search full-text indexer to include product tags.
Create a custom indexer with a custom index for comment to category associations. This index contains references to all the comments associated with a specific category detail page. You might want to add a category_id attribute to the comment entities for this.
Integrate the comment indexer into the adminhtml indexer interface.
Make the comment indexer process individual entity updates immediately (if not set to manual).
Set the indexer status to “requires reindex” whenever a comment on the frontend is edited, and update automatically whenever a category is edited in the admin area.
Create an action controller action method that adds a configurable product to the cart using a default set of options (single click add-to-cart for configurable products).
Create a product type that lets the customer specify the price he wants pay when adding such a product to the cart, and use that price during checkout. Use the standard product price attribute as a suggested price for the product
Rewrite the catalog search full-text indexer to include product tags.
Architektur
Architektur
Andreas Mautz || andreas.mautz@webvisum.de || webvisum.de