Plugin Directory

Changeset 891653


Ignore:
Timestamp:
04/12/2014 12:50:40 AM (12 years ago)
Author:
orillacart
Message:

Fix subcategory list, when category is used as home page.

Location:
orillacart/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orillacart/trunk/com_shop/front/controllers/product_list.php

    r802008 r891653  
    2929        if ($params->get('display_cetegories')) {
    3030            //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           
    3233                $cid = null;
    3334            }
  • orillacart/trunk/main.php

    r891647 r891653  
    33/*
    44  Plugin Name: OrillaCart
    5   Version: 1.1.6
     5  Version: 1.1.7
    66  Description: ecommerce solution for WordPress
    77  Plugin URI: http://orillacart.com
     
    1717define("ORILLA_FRAMEWORK_BASE",realpath(dirname(__FILE__)));
    1818define("ORILLA_FRAMEWORK_CORE",realpath(dirname(__FILE__).DS."core"));
    19 define("ORILLACART_VERSION","1.1.6");
     19define("ORILLACART_VERSION","1.1.7");
    2020
    2121define("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.