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

Tutorials?

Started by Setup1337, November 07, 2011, 14:45:12 PM

Previous topic - Next topic

PRO

component is NOT a module.

YOU need to PUBLISH the category module IN THE MODULE position you want

Setup1337

I can't seem to be finding those modules, where are they located?

PRO

setup, I think you are in need of basic joomla knowledge.

Are you having problems finding the modules in the module manager?

Or module positions?


Setup1337

Module manager is not showing ANYTHING relating to VirtueMart for me.

PRO

did you install the all in one component?

com_virtuemart_ext_aio.1.9.8J

IT has many modules in it.

It comes with the download

Setup1337

Ummm I don't know, can I have the direct link?

PRO


Setup1337

OK, adding that missing module fixed the problem of not finding modules.

I still have a problem though. In the main page there has to be a list of featured products, but it is not showing any products. The module is positioned in "catfeatured" and this code is in the index.php: <?php if ($this->countModules('catfeatured')) : ?>
                test
                <jdoc:include type="modules" name="catfeatured" style="" />
                <?php endif; ?>


I also made one sample product, added it into a category and checked the "on featured", but I am still not seeing anything on the main page. The text "test" appears, indicating that the module IS there.

PRO

did you assign a module to that position?

Setup1337

What the? I thought I posted an answer already but it disappeared :S

Anyways, I assigned that module the position "catfeatured" and when I tested the PHP if-then-else with the word "test", it worked, indicating that the module is on that page, but not being displayed.

PRO

is it assigned to ALL pages?

Setup1337


PRO

sounds like you are doing something wrong with your joomla template.

I cannot help with joomla templates

Setup1337

If I would be assigning the module wrong then I would not be able to see the text "test", wouldn't I?

Maybe I am adding a product wrong? Is there a tutorial on that?

PRO



do you have "show products out of stock"

enabled?