Changes between Initial Version and Version 1 of Ticket #21394, comment 9
- Timestamp:
- 01/31/2013 10:41:51 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21394, comment 9
initial v1 11 11 }}} 12 12 13 This e-commerce plugin uses virtual pagename's for rewriting. {{{/store/products/}}} gets translated to {{{pagename=product_list}}} query:13 This e-commerce plugin uses virtual pagename's for rewriting. {{{/store/products/}}} gets translated to {{{pagename=product_list}}} request: 14 14 {{{ 15 15 $new_rules[$this->get_setting('slugs->store') . '/' . $this->get_setting('slugs->products') . '/?$'] = 'index.php?pagename=product_list';