Where to locate Virtuemart cart component file on windows directory? - joomla

So I want to remove this div class from my homepage (without disabling it for some reason) but I can't find where to locate those files. Can anyone help me pointed it out?
![enter image description here]
Thank You.
PS: I'm using Joomla 2.5.8 and Virtuemart 2.0.20b

You can remove "shopping cart" module from joomla admin panel by following steps.
Login to admin -> go to Extensions -> Module Manager.
search " VM - Shopping cart " and disable module.

Related

How can I add PHP to a Joomla menu item?

Here's what I'm trying to do:
In Joomla 3.1, I'm using the K2 component to build a full content-driven news website.
All is well, but I just don't like the K2 Login module, and therein lies the rub. That module automatically generates two key links:
• Add Item
• My Page
I want to unpublish the login module and add both of these links to a standard Joomla menu. It's easy to add the "add item" link because it's essentially static.
But the "My Page" link is dynamic. I've found the PHP code that generates it:
<?php echo JText::_('My Page'); ?>
But I don't know how to make a plain old Joomla menu item -- as in, one that I add through the menu manager -- to generate that code.
Note: It's important that I be able to use the Joomla menu structure because I'm also using Joomla's access control to hide or show these buttons. Meaning, I've added a "contributor" usergroup, and I only want them to see these links.
Any bright ideas would be much appreciated! Thank you!
You should go to the template you are currently using, in their you create a html folder.
In that folder you create a mod_menu folder.
Than you got your Joomla root > modules > mod_menu.
And copy files which are inside and drop them in the html > mod_menu folder.
Now you can edit the mod_menu to your favors with a rewrite.
http://docs.joomla.org/How_to_override_the_output_from_the_Joomla!_core
Hope this helps you.

Magento products are not showing in admin panel

I installed price count down extension, products are showing in admin panel when i click the product it showing me a blank page. I uninstalled the extension still the problem persists. Please any suggestions .
Thanks in advance
please remove module xml file from modules folder and remove cache and try to try compilation process again its enable

joomla module to display in every pages

I am new to Joomla and Virtuemart. I am using Joomla 1.5 and Virtuemart 1.1.9 and developing a website for online book sales. For my site I have created my own template. On my site's frontpage I have displayed a "category" module and everything is working fine.
But my problem is I want to show this "category" module on every page of my website and I don't know how to do it. In the back end I tried the following steps:
Module Manger->Categories->Menu Assignment->Menu Items, but in the list of menu items I can't see the pages that are related to my template.
Can someone please help me?
You shouldn't need to see a list of pages related to your template, all you would need to do is select the All option under Menu Assignment for the module. This will make the module show on every page.

issue regarding wishlist component in virtuemart v1.19

I am new in joomla. I am trying to implement virtuemart in joomla 1.5. I install virtuemart v1.1.19 . Now I want to add "add to favotite" and "Wishlist" in virtuemart. Can I get theose component free? If so how can do this? Please help me.
All extensions for Joomla can be found on the Joomla extensions directory
There are 557 specific extensions for VirtueMart on JED so I'm sure something will pop up.
This is a commercial extension but serves both purposes:
http://extensions.virtuemart.net/component/sobi2/?sobi2Task=sobi2Details&sobi2Id=128&Itemid=2

How to remove VirtueMart Featured Products from category browsing page

I have used joomla and virtuemart to build a shopping cart in the following link enter link description here
My problems are:
How to remove feature products in that category browsing page?
How to show feature products in a separate page in a separate menu item?
Thanks.
Or you can just go to the VirtueMart component Products>Special products (which will show you a check on the products that are placed as "featured".Click on those products,go to their Product Status tab and just uncheck the box which says "On Special"
1) Featured products can be removed from your browse (category) page by commenting out the line
//echo $ps_product->featuredProducts(true,10,true);
in the following files (which file depends on which layout you're using)
/components/com_virtuemart/themes/default/templates/browse/includes/
browse_layouttable.tpl.php
browse_listtable.tpl.php
browse_notables.tpl.php
2) I suggest making use of the VirtueMart Featured Products module (mod_virtuemart_featureprod) and loading the module into an article.

Resources