Bulk upload with csv for downloadable products - magento

Can anyone please tell me how to implement bulk uploading through .csv for downloadable products. I have tried for simple products but failed for downloadable products. Need Help

I use this module from Commerce Extensions, makes it really easy to bulk upload loads of downloadable tracks and even add the downloadable LINKS too, was only $99 and the support was really good - http://www.commerceextensions.com/magento-product-import-export.html

Default, you can't export and import full attribute product downloadable, configurable, grouped, bundle. You should use some extension for your work.
Try use one http://www.mlx-store.com/magento-extensions/import-export/export-import-bulk-product-with-configurable-product-bundle-product-grouped-product-downloadable-product-tier-price-group-price-related-products-up-sells-cross-sells-product-tags-magento.html

Related

Magento 1.4 Delete all product images

Is there a script available or easy process for deleting all product images,
as I can't seem to find anyway.
Yes you can remove the multiple product images. You will have to remove them from database table as well as folder structure. I would suggest you to follow the given link so that you would be more clear
https://magento.stackexchange.com/questions/53356/magento-delete-all-product-images
Thanks

Can i use dataflow import to update products in Magento

I am really sorry for asking this. I feel like this is a stupid question, but honestly I have googled until the term googling has lost all meaning.
I just want to do a bulk update of product information, I do not want to add or import new products, just update the information for existing products. But all I seem to be able to find on google is articles referring to importing products into Magento. Perhaps my google-fu is failing me, and if this is the case I apologize, but I would be grateful if someone can just answer this really simple question.
I have a CSV file with updated product information.
I want to use this file to update the existing products in Magento 1.9.x.
Can this be done with importing?
Or will I have to build a script that reads the CSV file and manually updates each product?
Magento uses sku as identifier to update records. so you have to use magento structure. At the first you have to export products as a csv file to catch the structure and then modify that as you need. Magento import/export tool is very easy and useful.
For more details check this out:
http://merch.docs.magento.com/ce/user_guide/content/store-operations/data-transfer-manage.html
http://merch.docs.magento.com/ce/user_guide/content/store-operations/dataflow.html

Download Extension for Joomla 3.0 with Force Login

I am looking for an extension to my joomla site where users can download pdf instruction sheets, forms, etc from a list of files available. I would must rather it forced them to log into the site to be able to download but I can adjust that by just making the module accessible to registered people only. So that is not a must have.
Anyone knows of any extension like this one? I know JoomlaShine has this extension in their JSN CUBE template but they don't offer it by itself.
Akeeba Release System (ARS on JED) is probably the best solution of it's kind and is free to download, we use it on several of ours and our client sites.
You can also combine it with the Akeeba Subscriptions (AkSubs on JED) system to manage site access including integrated access to file downloads.
Of course there are lots of document download extensions on the the Joomla Extension Directory.

Importing products from one site to another in Magento

Im currently hosting my Magento website and i want to make another website without adding any new products in in newsite. I want to importy products from the older website to newer one.
I tried dumping the older database to the newer one but does'nt help.
Is there any other possible way ??
You could re-create the attribute sets and categories on the old site and export the products using
System > Import/Export > Dataflow - Profiles
However that does not solve the issue of grouped or configurable products, or product options if you have them. If that is the case, you might need to upgrade your existing installation (or ensure it is the same version as the new website) and then copy the database across.

Uploading a widget through Magento Connect Manager

I have developed a widget and now I want the clients to install it using Magento Connect Manager. How can I do this?
Magento connect is used to download and install free, community modules. If your module fits the bill, please continue.
First, you need to make sure that your widget is setup as an extension. That means that your code should be in a folder in app/code/local (though template files and such will clearly be in other places).
Once you've done that, take a look here for some detailed instructions on how to package your extension. Basically, you're going to select all the files that go with that extension and bundle them into a big blob.
Then, on the Magento website, you'll upload that file bundle to be placed on Magento Connect, where your clients can download and install it like any other community module.
Hope that helps!
Thanks,
Joe

Resources