Magento : Allow the customer to add a comment when adding a product to cart - magento

I'm working on a Magento shop and I want to give the customers the possibility to add a comment when they put a product in cart.
The comment can contain specifications about the ordrered product. It must be visible in the checkout, in the confirmation email and in the admin sales interface.
Is there a way to do that with the standard Magento configuration? Or does a module exist?
Thanks in advance for your help.

Have a look at this extension, See the screenshots.
http://www.magentocommerce.com/magento-connect/brainvire-order-comment-order-comment-magento-extension.html
This may helpful for you, I have used this in a project, it works well.
But as you saying customer should add comment while adding product, you need to customize this extenion a bit.
Cheers :-)

Related

Magento configurable product change details to show simple products details

I'm trying to achieve something like this n a Magento configurable product:
http://shop.mdminc.com/c/sequence-pumps_sequence-titan
Is it possible? I need to change all the details of the page when the pump model changes. All details change from one model to another... Any suggestions or any extension. Thanks everyone in advance.
Thanks for the answer,
I purchase this extension and with my buddies help we made it happen...
https://firebearstudio.com/improved-configurable-product.html
By default the extension did not change the sku and additional product information. Bu we made it happen...
You can use the below extension to show simple product information when selecte option in configurable product:
https://www.magentocommerce.com/magento-connect/display-simple-product-s-images.html

Adding magento cart to existing website

I am very much eager if any one knows is it possible to add magento to an existing website, I want my website look the same.The website consists may use customers to buy domains by clicking ADD button/links for adding into shopping cart, but as of now there is no shopping cart functionality. Is this Possible? If yes, is there any code or documentation to follow the steps to integrate.Any help is appreciated, thanks in Advance.

Magento add extra fields to /customer/account/create/ page

I'm making great progress learning magento. My questions is, how do I add extra fields to the /customer/account/create/ page? The fields I want to add are below. Can the fields I add also appear under:
1) Frontend: Customer is able to edit/change the added fields answers in their accounts area
2) Backend: Administrator is able to see and manage the added fields under customers/manage customers/ selected customer/ customer information.
Any help or pointers is immensely appreciated.
11 OF 11
About You
WHAT IS YOUR AGE?
18-23 24-29 30-35 36-45 46-55 66+
WHAT IS YOUR HEIGHT?
WHAT IS YOUR WEIGHT?
WHAT IS YOUR ZIPCODE?
HOW DID YOU HEAR ABOUT US?
Magazine Online Ad TV Newspaper Friend
Here is a good but old tutorial how to add custom fields in registration page
http://www.fontis.com.au/blog/magento/custom-customer-signup-attributes
It was done for Magento 1.3 so you need to read comments below the article to make it works on Magento 1.7 or check out this answer on SO Can no longer add registration fields in Magento 1.4.2.0
Also there are few extensions on Magento connect for that purpose.
Thanks for all your input. I came across this extension and it worked REALLY GREAT for me!
http://www.magentocommerce.com/magento-connect/custom-customer-registration-fields.html

How to call product url in email generated by Magento

I have an email that is being generated from within magento that shows what a customer has bought. (Based on New Order Template).
Is it possible to make the item listed a link so it can be clicked and directly go to the item on my website. It sounds so simple, but can't find any info how to do this within magento.
Hope someone can help.
In design, you have an email folder. Just override email/order/items/order/default.phtml and email/order/items.phtml if you want a new column. Good luck ! :) If you want more details, ask me and I`ll help you .

what is the observer name of savepayment in magento

i want the name of savepayment observer can any body please answer me i have searched on the
google but not lucky yet.. please reply.
the savepayment means the button we click before the place order i mean to say when
we choose the payment method in onepage checkout.
Thanks,
Jitendra.
Afaik, there simply is no such observer event* in Magento. That's why you cannot find it.
But you can override
Mage_Checkout_OnepageController::savePaymentAction()
to get in control of saving payment methods.
*At least not in Magento CE 1.3 - 1.5. Don't know if this is also true for Magento PE/EE
perhaps controller_action_postdispatch_checkout_onepage_savePayment might help you ?

Resources