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
Next revisionBoth sides next revision
ec:paths [2006/10/08 15:30] fgmec:paths [2006/10/10 21:40] fgm
Line 1: Line 1:
 ====== Paths in Drupal E-Commerce ====== ====== 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 exhustive (yet).
  
 Some might call this the Drupal ECommerce REST API. 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  | A standalone HTML tag soup (XHTML syntax, but no XML prolog) table listing products without the drupal blocks around it. | +
-| admin/settings/content-types/products/<ptype> | product | product_types_configure |  |+
ec/paths.txt · Last modified: 2020/11/23 17:23 by 127.0.0.1