News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

No information about the products is shown

Started by Whitebrain, January 22, 2012, 10:06:30 AM

Previous topic - Next topic

Whitebrain

When i`m trying to open product info, of categories with products ,no info/products are shown,only Joomla template.
The only things are shown:
1)The list of recommended products
2)Product in mini cart (after openning shopping cart,the same prob)
:-\

PRO

what do you have for

"show out of stock products"   etc?

Whitebrain

#2
i opened stats and it is written that there are 16 active prod and 0 inactive
p.s Check stock is enabled
finally,i changed lag and found this option "Products Out of Stock are orderable, no special action"
->no changes
I changed the template to standart and it works
I suppose ,I need a component.php(to show print and pop-up pages) file to call my  template and to show,or am i wrong?
got stuck with it ...

PRO


Whitebrain

yes,u are totaly right ,with standart template they are shown.....

PRO

so with your other template, when you cannot see them, and you "view page source" do they show up?

Whitebrain

#6
there is no presence of vm code ...... blanc pages with parts of joomla template(((((
btw how these type of pages is called ,auto generated pages (i mean product info)?

Whitebrain

#7
partly i solved this problem by adding this code in index.php
<?php if ($_GET['option'] == 'com_virtuemart') : ?>

<div class="Post">

    <div class="Post-tl"></div>

    <div class="Post-tr"><div></div></div>

    <div class="Post-bl"><div></div></div>

    <div class="Post-br"><div></div></div>

    <div class="Post-tc"><div></div></div>

    <div class="Post-bc"><div></div></div>

    <div class="Post-cl"><div></div></div>

    <div class="Post-cr"><div></div></div>

    <div class="Post-cc"></div>

    <div class="Post-body">

<div class="Post-inner">

<div class="PostContent">

<jdoc:include type="component" />

</div>

<div class="cleared"></div>



</div>



    </div>

</div>

<?php else: ?>

<jdoc:include type="component" />

<?php endif; ?>