Magento Order for community version - magento

I am facing problem that I want to upload a file with/while placing an order from frontend.
i.e. how to upload a file with an order from frontend in magento?
Here I am using Community version CE 1.9.
Please help me friends.
Thanks in advance.

during product creation you can use custom attribute with input type file.
follow the direction and fill up title and input type field.
catalog -> manage products -> add product -> continue -> custom options -> add new option

Related

Compatibility Check on Magento Product

I am developing an Ecommerce app in magento 1.9.2
I need to filter products in product search which are compatible with other products.Compatibility will be checked according to different attributes of products.
I can build this by putting conditional code while searching but there needs to be more then 10 attribute checks at least so that will make my search slow. Can you guys suggest any way to do it?
Use the advanced search. The URL will be: website.com/catalogsearch/advanced/
Open your website admin and go to Catalog > Attributes > Manage Attributes, and
open your attribute that you want to see in search.
Then go to the attribute > Properties > Frontend Properties > Use in Advance
Search > select Yes and save.

virtuemart pdf invoice not generate

I am using joomla 3.4.1 and virtuemart 3.0.9.
When order place in site it generate invoice in mail which is HTML mail.
I need pdf copy with attachment in that mail.Is it any configuration for this functionality for this ? Or any customization require for this.
Please give me the answer of that.
Thanks
Invoice creation depends on order status and could be configured under:
Configuration -> Checkout -> Default Order Status to create an invoice

Simple Magento Description Addon

I would like to receive some guidance or tips on how to create the following simple magento addon. I want to add a new tab when editing a product in the back-end, which for every product the admin can enter a few more details on a textarea which I will later on display on the product in the front-end on a separate tab.
Thanks in advance.
You have to create custom attribute to add a new field in all the products .
You can refer to this link:-
http://www.magentocommerce.com/knowledge-base/entry/tutorial-creating-attributes-custom-fields

How to add custom field in magento admin side for add category?

I'm new to magento and i'm using magento 1.7.0.2 . In this admin side category add file, i want to add one check box extra, but i don't know the add category file name and folder structure path. So can any one guide me and where the files are located , how to add check box on that.
Thanks in advance...
If you want to add another checkbox in the form of an attribute. You have to build a small module with an installation script. See this tutorial

How to add a custom field button in Virtuemart

I hope this question has a simple answer. I am creating a product catalogue with Joomla 2.5.6 and VirtueMart version 2.0.8e. On the product details page I want to include my own pdf button which will link to the brochure of the product.
Under the suggestion of a reply on the Virtuemart form, I created an image custom field in virtuemart but encountered two major problems.
I don't know now to link the image to a pdf.
I can't seem to remove the title from the image.
http://aleksdesign.ca/joomla/component/virtuemart/software-and-solutions/streem-alert-detail?Itemid=0
Please advise.
Thanks,
Aleks
My suggestion would be to use the Virtuemart Files feature. From the admin control panel, under "Shop", choose "Media". There you can upload the file(s) that you want to have downloaded. Be sure to associate them with a product, and they'll be included on the product page for download. To make a button out of the link(s), you could investigate using CSS to style them as a button. The only alternative I can think of would be to build a custom plugin for VM, which would be a great deal of extra work.
To make Custom fields in Joomla Virtuemart 2.0 is so simple.
You need to open your administrator and then go to:
Virtuemart->Products->Custom Field
there you will find a link to create new custom fiels and you can create your custom field with your choice. It provides various Custom Field Types. After creating and saving your custom field you need to go to product whom you want to add it. like:
Products->your product name->
open your product and go to Custom Fields and there at bottom you can see your custom field. add your custom field to product, save it and check this product from front-end of your site.
I hope this makes sense.
Thanks.

Resources