Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • hpeeters Friend
    #137176

    Hi there,

    I’m having several issues with JA Zeolite. I have used the quickinstall to install JA Zeolite. My problems are as below.

    1. I have installed dutch language, and now behind the text “Uw mandje is momenteel leeg = your basked is empty) is another text if you look closely. How do I remove this? See picture 1.jpg

    2. Categories disappear when browsing 2nd subcategory… for example: top category is “lichaamsverzorging”, subcategories “lichaam, handen, voeten & haren”. Then when clicking on a subcategory below “lichaam” the categories “handen, voeten & haren disappear…

    3. When adding category description in virtuemart it appears below the categories instead of on top of categories… please see picture 2.jpg

    4. I’m also using manufacturer module. When adding a description to the manufacturer it does not show this on the website when clicking a manufacturer.

    I would appreciate some help on these issue. The link of the website is http://www.dehcos.nl

    Thanks,

    Best regards,

    Henry


    1. 1
    2. 2
    Anonymous Moderator
    #287063

    Hi,

    I would like to answer your questions as follows:

    1. I have installed dutch language, and now behind the text “Uw mandje is momenteel leeg = your basked is empty) is another text if you look closely. How do I remove this? See picture 1.jpg
    => This cause if from Bekijk mandje (Show Cart) button, the image background button is shorter the text button.
    2. Categories disappear when browsing 2nd subcategory… for example: top category is “lichaamsverzorging”, subcategories “lichaam, handen, voeten & haren”. Then when clicking on a subcategory below “lichaam” the categories “handen, voeten & haren disappear…
    => I think it is the default of joomla.
    3. When adding category description in virtuemart it appears below the categories instead of on top of categories… please see picture 2.jpg
    => Open file componentscom_virtuemartthemesja-zeolitetemplatesbrowseincludesbrowse_header_category.tpl.php, you can change:

    [PHP]<div style=”text-align:left;”>
    <?php echo $navigation_childlist; ?>
    </div>
    <?php if( trim(str_replace( “<br />”, “” , $desc)) != “” ) { ?>

    <div style=”width:100%;float:left;”>
    <?php echo $desc; ?>
    </div>
    <br class=”clr” /><br />
    <?php
    }
    ?>[/PHP]

    to

    [PHP]<?php if( trim(str_replace( “<br />”, “” , $desc)) != “” ) { ?>

    <div style=”width:100%;float:left;”>
    <?php echo $desc; ?>
    </div>
    <br class=”clr” /><br />
    <?php
    }
    ?>
    <div style=”text-align:left;”>
    <?php echo $navigation_childlist; ?>
    </div>[/PHP]

    4. I’m also using manufacturer module. When adding a description to the manufacturer it does not show this on the website when clicking a manufacturer.
    => Please open file componentscom_virtuemartthemesja-zeolitetemplatesbrowseincludesbrowse_header_manufacturer.tpl.php, add following script to the end of file:
    [PHP]<div class=”browseDesc”><?php echo $browsepage_lbltext ?></div>[/PHP]

    => Open file administratorcomponentscom_virtuemarthtmlshop.browse.php, at about line 120, find following script:
    [PHP]elseif( $manufacturer_id) {
    $db->query( “SELECT manufacturer_id, mf_name FROM #__{vm}_manufacturer WHERE manufacturer_id=’$manufacturer_id'”);[/PHP]

    and change to:

    [PHP]elseif( $manufacturer_id) {
    $db->query( “SELECT manufacturer_id, mf_name, mf_desc FROM #__{vm}_manufacturer WHERE manufacturer_id=’$manufacturer_id'”);[/PHP]

    Hope it helps.

    hpeeters Friend
    #287094

    Dear JA Developer,

    Thanks for these answers, it has solved point 3 & 4 for me. I will investigate further point 1 & 2.

    Beste regards,

    Henry

    hpeeters Friend
    #287340

    I’ve also solved point 1, i’ll shortly explain it here:

    I’ve edited the file dutch.php in administrator/components/com_virtuemart/languages/common

    I have changed ‘PHPSHOP_CART_SHOW’ => ‘Bekijk mandje’,

    to

    ‘PHPSHOP_CART_SHOW’ => ‘Bekijk’,

    easy! 🙂

    Now for point two it appears default behaviour of Virtuemart instead of Joomla. I’ve posted this question in the Virtuemart forum, I hope there is something I can do about it because I think this behaviour is confusing for customers.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  hpeeters 15 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum