Changeset 891653
- Timestamp:
- 04/12/2014 12:50:40 AM (12 years ago)
- Location:
- orillacart/trunk
- Files:
-
- 2 edited
-
com_shop/front/controllers/product_list.php (modified) (1 diff)
-
main.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
orillacart/trunk/com_shop/front/controllers/product_list.php
r802008 r891653 29 29 if ($params->get('display_cetegories')) { 30 30 //if we have category as homepage set the $cid to null, to load all root subcategories 31 if ($cid == $params->get('front_page_cat')) { 31 if ($cid == $params->get('front_page_cat') && !Request::getInt('cid', null)) { 32 32 33 $cid = null; 33 34 } -
orillacart/trunk/main.php
r891647 r891653 3 3 /* 4 4 Plugin Name: OrillaCart 5 Version: 1.1. 65 Version: 1.1.7 6 6 Description: ecommerce solution for WordPress 7 7 Plugin URI: http://orillacart.com … … 17 17 define("ORILLA_FRAMEWORK_BASE",realpath(dirname(__FILE__))); 18 18 define("ORILLA_FRAMEWORK_CORE",realpath(dirname(__FILE__).DS."core")); 19 define("ORILLACART_VERSION","1.1. 6");19 define("ORILLACART_VERSION","1.1.7"); 20 20 21 21 define("ORILLA_FRAMEWORK_PUBLIC_KEY",realpath(dirname(__FILE__).DS."core".DS."public_key".DS."orillacart.pub"));
Note: See TracChangeset
for help on using the changeset viewer.