User Tools

Site Tools


ec:paths

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
ec:paths [2006/10/10 21:41] fgmec:paths [2020/11/23 17:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Paths in Drupal E-Commerce ======
 +
 +WARNING: at the moment, this is only the API defined by product.module. It will be expanded as soon as I read the code of the other modules, so it is by no means exhaustive (yet).
 +
 +Some might call this the Drupal ECommerce REST API.
 +
 +^ Path                           ^ In module ^ Callback           ^ Purpose ^
 +| admin/settings/content-types/products/<ptype> | product | product_types_configure |  |
 +| admin/store/products           | product   | product_overview           
 +| admin/store/products/quicklist | product   | product_quicklist  | A standalone HTML tag soup (XHTML syntax, but no XML prolog) table listing products without the drupal blocks around it. |
 +| node/add/product               | product   | product_add        |         |
 +| node/add/product/<ptype>       | product   | product_add        |         |
 +| product                        | product   | product_page       | Just calls [[themes|theme_product_view_collection]] |
 +| product/autocomplete           | product   | product_ac_product |         |
  
ec/paths.txt · Last modified: 2020/11/23 17:23 by 127.0.0.1