J-BusinessDirectory - 5.4.2.1 Issues

Support Forum

 
 

 

Just testing ver 5.4.2.1 and found 2 issues so far. 
The language file is missing LNG_NUMBER_OF_DECIMALS 

After editing the language file and closing it, it doesnt close the popup but opens the settings in the popup.

Business listing style 8 seems to be half finished

 

2 replies

Not sure if understand question correct, but have in GB Lang file:

LNG_NUMBER_OF_DECIMALS="Number of decimals"

LNG_NUMBER_OF_DECIMALS_DESCRIPTION="Number of decimals for the price format"

 

Style 8: Some items where released to soon, and see that they are included in Style 8  (Products) 

 

If an issue, you can take file deafult_style_8.php from version 5.4.1. and change for 5.4.2.1 version (note: you will miss join option and related companies)

 

Or remove:

                <!-- Business Products -->

                <?php if((isset($this->package->features) && in_array(PRODUCTS,$this->package->features) || !$appSettings->enable_packages)

                    && isset($this->productCategories) && count($this->productCategories)) { ?>

                    <div class="content-box" id="company-products">

                        <div class="content-box-title">

                            <h3><i class="la la-tag"></i> <?php echo JText::_("LNG_PRODUCTS"); ?></h3>

                        </div>

                        <div class="content-box-body">

                            <?php require_once 'listing_product_categories.php';?>

                        </div>

                    </div>

                <?php } ?>

 

and:

 

 

                    <?php if((isset($this->package->features) && in_array(PRODUCTS,$this->package->features) || !$appSettings->enable_packages)

                        && isset($this->productCategories) && count($this->productCategories)){ ?>

                        <a id="products-link" href="javascript:jbdListings.showDetails('company-products');" class=""><i class="la la-tag"></i> <?php echo JText::_("LNG_PRODUCTS")?></a>

                    <?php } ?>

 

 

Hope there will be a update correct version for this then 5.4.2.2

 
 
 

3 Item(s)

Show per page