magento “Quick simple product creation” section is not showing up - magento

I installed an extention for configurable product but it did not work for me so I un install this. Now in admin section I am not seeing section "Quick simple product creation". I think it is lost by the extention, how Can I get back this section ?

I found it, in magento "quick create section" appears only after the initial configurable product is saved. :)

Related

When importing items/categories into magento using magmi the buy now button doesn't appear

I have managed to make a csv which imports my products using magmi into my magento store.
All works well but the buy now buttons don't appear unless I go to the product and click save.
I've tried reindexing or clearing the cache but nothing seems to work.
Any further ideas.
I'm using the up to date magento/magmi.
Thanks
Richard
In the importer check the reindexer and the on the fly indexer.
That seems to do the trick!
Richard

Shipping for Downloadable product - Magento

I have one downloadable product in which I have option to sent medie. If user choose to media along with my downloadable product I want shipping option enable in my checkout. How can I achive this any idea ?
Thanks in advance :)
Rebuild your product.
Use a simple product and a downloadble.
Build up a configurable product from the two.
Then depending on the option the user chooses, he get's a simple product (with shipping) or a downloadable without.

How to adjust product listings in Magento

I am looking at a friend's Magento setup and I have never used Magento until recently.
I am trying to change a product listing that has a bug. Here is the link to the products: http://shop.crystalvine.com/salt.html
They are mostly ok, but if you click on "Tart Cherry Salt" it takes you to a url like this: http://shop.crystalvine.com/salt/white-zinfandel.html which is named zinfindel.
How do I do it so that it takes the user to the url for the cherry salt?
I am in the Magento console and I clicked on the catalog pane, and went under categories and found the listing of products. But I don't see how to edit the link from the salt.html page.
Any idea how to make that change?
It seems to be working fine, clicking on "Tart Cherry Salt" took me to:
http://shop.crystalvine.com/salt/tart-cherry-salt.html
Which is exactly where you want to go.
Perhaps you can refresh your browser cache.
Did you perhaps set a product and then rename it?
Did you duplicate a product to create "Tart Cherry Salt" or did you create that product from scratch?

Magento: Multi-column dropdown menu

I'm using Magento CE 1.6.
Briefly: I found exactly what I'm looking for here, but it seems like it doesn't work for Magento version 1.6; it's unzipped in the Magento catalog and enabled in the administration panel, but the menu doesn't change at all.
If there's no solution for this extension, is there any free alternative?
Thank you in advance!
Solution found: Ensure that the files in the extension goes to the "base" package catalogs; otherwise it will only affect the "default" package.

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