This is probably a stupid question, but I haven’t had any luck figuring this out. How does MAGMI add products to the manufacturers_products table? Right now, it is not doing this so products are not displaying on the frontend when browsing by manufacturer unless I open the product in the backend for edit then click “Save”…which is obviously not a solution. Any help on this would be greatly appreciated! Thanks all!
This manufacturers_product table is surely an extension specific table. so not a magento table. clicking "save" on product will call the extension that will identify the manufacturer of the product & put it in extension specific table. so if you want magmi to fill an extension specific table, you need to have a specific plugin that would do this job.
Related
I have Magento 1.6
I have done a bulk upload today, (all products are configurable) and they have created normally except they didn't associate.
I can't figure out why, I have tried to change the attribute, but it still not working.
I have deleted them all and start again, and when I click on the configurable product, it is now asking me to select a super attribute, so I need to click on it, associate manually the product, then it is working.
I suppose it is coming from my set up in the attribute ? but I can't figure out what
Hope you can help
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
I am developing a joomla virtu mart store and need to display products form certain category in my sidebar its my second day of searching for such a mudule or some kind of hint but it did not worked for me anybody knows how can i do this.
check the package for VM in the 'Modules' folder.
I have customized pages in magento, it was working fine until I installed Extension MagiczoomPlus. Now When I create a Configurable Product as shown in this link. I am unable to find my Configuration options on product detail page. even the add to cart button is not visible. I tried to look with developers View but Conldn't find configration.phtml loaded on product page. Please help How to resolve this. Thanks in advance
Have a look at /app/design/frontend/base/default/template/magiczoomplus/media.phtml
or in the folder that it is in you will find other bits of code that magiczoom adds. I don't know what you have altered but if you have been altering the products page it may be worth checking out. Also if you have been adding any other javascripts, I would check that you have got jquery no conflict setup in the right place.
I was searching the different Magento forums and extensions for this but i didn’t find anything.
What i want is to let my visitors to create a PDF file with image and description for the products they are interested.
With this will have the ability to save the product on its computer or print it.
This will be some kind of a printout offer.
The PDF must include the title, default image, description and price.
Thanks in advance!
I dont think there is a default solution for this yet in magento, best thing to do is implement a PDF creator for PHP. Like PDFLib