I have got this website located here using Magento 1.9.0.1
http://furnituretree.co.nz/index.php/
If you go to Lounge and Living in the menu it the first column it has two categories saying Bookcases - Over 900 and Bookcases - up to 900.
Both these categories have been disabled in Catalog > Manage Categories (Is Active is set to NO and Include in Navigation Menu has been set to NO)
However both are still showing in the menu.
These have been linked using widgets which I clicked Insert Widget > Widget Type is Catalog Category Link. Anchor Custom Text and Custom Title are blank and Ive selected the Category from the Catalog > Manage Categories area.
Am I doing something wrong? Pretty much I want it so if I disable a Category in Catalog > Manage Categories it turns it off in the menu aswell.
Thanks
Related
I'm working with a website in Magento 1. I'm new to this kind of project, and therefore I need your help. I have the theme, themevast applied(So I think? I've taken over this project from a partner) to the site and I'm using mega menu. In my menu I have ha dropdown menu for a specific category. In this dropdown I want to be able to have a picture in the bottom of the dropdown, like in this picture.
In my manage categories tab I have these options, and everywhere where I'm able to upload images it doesn't show in my dropdown.
How do I fix this?
I explain my problem. I have a running installation of magento, I wanted to change the shop megamenu, so I created a new block with the megamenu.
Then I set " no " in: include in navigation menu of the main shop category.
Now I have my new menu working but the problem is when I go into the shop page the "shop" button does not get highlighted. How can i fix that?
The shop is here: http://www.ovunque6.it/shop.html
I was using amasty improved navigation extension for filters in Magento. After removing this extension categories are not visible on left sidebar anymore.
I am using ultimo theme.
In admin under manage categories, my categories are is anchor : yes but the categories are still not displaying in the left sidebar.
Go to Catalog>Improved Navigation > Setting and configure following as per your theme layout options.
I'm currently customizing the bluescale theme for Magento. I have moved the position of the "product options" box for configurable products from lower on the page to just under the title.
I am now trying to remove the 3 links below the add to cart button (add to wishlist, compare, and ask a question), but cannot figure out where to do so. Where can I find the template for the actual "product options" box? You can see the webpage here: http://bit.ly/xgFy2a
P.S. I can't simply delete the template file for the links, as they still appear elsewhere.
Thanks,
Brett
You can debug your template locations by enabling Template Path Hints like this:
Open the admin control panel
Open the system tab and select configuration
Select Developer on the left sidebar
Select Main Website From the Current Configuration Scope Drop Down (upper left)
Open the debug dropdown
Set Template Path Hints To Yes
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.