magento : How to add custom form in cart page? - magento

I want to add gift message option at cart page. and I want to pass on filled text.
want this detail in control panel.

Related

Add custom text to each product in cart - Magento 1.9X

how can I attach a custom text to a product which will be added into the cart along with the product itself when adding it to cart and furthermore being passed through the whole order process like in order page in back office or on pdf invoices and so on??
Ex :
When customer is on my product page he has the opportunity to
"customize" the product with the help of a configuration wizard I
have built with javascript/jquery.
List item At the end of this process customer can add customized
product to cart which now has a custom price and a custom
"order text" for me as the shop-owner to get all the customization
information
When clicking on add-to-cart-button
product is added to cart with new custom price and custom text
Please note that my custom text is not entered by customer. Instead it's gonna be generated by programmatically.
1- make a text or textarea in custom options according to your need.
2- hide it by title
3- put your calculated information into that text field or text area using client side script before adding product into cart.
4- then you will be able to get that information in cart order overview and order details in frontend/backend.

How do I implement a Shopping Cart with Empty, Update Quantity, and Submit buttons?

I have a page that displays the contents of a shopping cart in a table. The Quantity field is an editable text box, allowing the user to update its value. I need three buttons - one for Empty cart, one for Update cart, and one for Submit cart.
My ShoppingCartController has these methods:
postCartItem($id)
putUpdateCart()
deleteCartItem($id)
deleteCart
The submit button takes it to the store method of the OrderController resource controller
I'm going out of my mind how to do this RESTfully.
Any tips/best practices would really be appreciated.

Opencart 2.x.x. cart to enquiry basket

I am a newbie on opencart. I want to change the working of cart button. Actually, i dont want to show the prices of my products instead i want my customers to contact me for quote.
So, i want my cart button work in a way that when user click on checkout button, a form open (instead of paypal) in which cart added product names and ID written with other fields like name, email etc so that the user can get a quote from me.
I also want to change the add to cart text to add to basket and checkout text to Get Qoute.
Please help me, i know my issue is very complex and large. And i also know that you can do that.

Can an image be added to each item in a PayPal Cart?

I am using a simple cart with an "Add to Cart" button. I would like to add an image along with the description of each item placed in the PayPal cart. I have tried placing an image url in the value field of the variable item_number. But nothing I trying seems to fool PayPal and I can not find a PayPal variable that allows the insertion of a item image.
Anybody have any ideas or suggestions?
Here is part of the code that I used in the Add to Cart Button code:

Magento : How to pass customer comments from product view page to cart page

I am new to magento.
I have to develop a module which allows the customer to enter comments in the product view page. This comment has to be further displayed in the cart and also in the order.Pls tell me how the comments entered by customer in a textarea in the product view page can be stored in the sales_flat_quote_item and can be further retrieved and displayed in the cart.
TIA.
You can use a text area custom option.
Magento Provide custom options, So you can add one custom options and field type text-area
Thus this custom option is display in your product page and if customer can fill in the comment area customer comment can display in your cart page and on in checkout page and in order details also.

Resources