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
Next revision
Previous revision
ec:paths [2006/10/08 13:23] 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 ^ ^ 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               | product   | product_add        |         |
 | node/add/product/<ptype>       | product   | product_add        |         | | node/add/product/<ptype>       | product   | product_add        |         |
 | product                        | product   | product_page       | Just calls [[themes|theme_product_view_collection]] | | product                        | product   | product_page       | Just calls [[themes|theme_product_view_collection]] |
 | product/autocomplete           | product   | product_ac_product |         | | product/autocomplete           | product   | product_ac_product |         |
-| admin/store/products           | product   | product_overview           |  +
-| admin/store/products/quicklist | product   | product_quicklist  |         | +
-| admin/settings/content-types/products/<ptype> | product | product_types_configure |  |+
ec/paths.1160313836.txt.gz · Last modified: 2020/11/23 17:23 (external edit)