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

Product Detail View Problem

Started by plastique, April 11, 2012, 18:56:20 PM

Previous topic - Next topic

plastique

Hello everyone,

I'm having a problem the last two days, i have many Menu Items with type "VirtueMart ยป Category Layout".
So, when i enter one of these menus i have to choose a category, then a product.

The problem is that in every Product Detail page at the end before the comments, it shows the categories again.

I'm using VirtueMart 2.0.4, Joomla 2.5.4.

I've attach a screenshot.

Maybe someone has the same problem or is a config that i've missed ?

Thank you!  :)

[attachment cleanup by admin]
Joomla 2.5.4
Virtuemart 2.0.6

slutsker

maybe in virtuemart panel in setting tab option "show categories" is selected?

plastique

Hey slutsker,

Thanks for your reply.
Can you be more specific please ?

Where do you see such an option ?

Thanks.
Joomla 2.5.4
Virtuemart 2.0.6

Rajiii4u

In back end  virtuemart: select configuration choose templates and unselect the Show Children Category check box..... Dude
--Rajiii4u...

plastique

If a uncheck "Show Children Category" then i can't see any of my categories, anywhere, not even in category layout.

Joomla 2.5.4
Virtuemart 2.0.6

PRO

Or, do a template override

productdetails/tmpl/default.php


Remove

if (VmConfig::get('showCategory', 1)) {
   echo $this->loadTemplate('showcategory');
    }




plastique

Hey BanquetTables.pro,

Yes, i finally ended up to this.

Thanks for your reply.

Joomla 2.5.4
Virtuemart 2.0.6

slutsker

i recomend you to copy your productdetails/tmpl/default.php
to your_template/html/com_virtuemart/productdetails

so it won't change in case of update

lipes

#8
Quote from: plastique on April 12, 2012, 16:57:16 PM
If a uncheck "Show Children Category" then i can't see any of my categories, anywhere, not even in category layout.
Same problem with me...

For me it's not a "Product Detail View Problem"... its a problem in the browsing Categories images... the Category product browse layout it's working correct...
But in the Categories browsing it's not.. and we cant see any image...
Even in unchecked or checked "Show Children Category" it's the same... i cant see any of my categories images...

I removed the
if (VmConfig::get('showCategory', 1)) {
   echo $this->loadTemplate('showcategory');
    }

but it's still the same thing... no images...
what can i do to solve this?
VM V. online: J2.5.14 | VM 2.0.20a | SQL 5.1.70 | PHP 5.3.25