in order to add a customers comment field in the Magento Checkout, I added a text field in the appropriate template file and added the comment to the order using an observer like this:
I\'m doing a simple checkout in a small eshop and I\'d like to give the user the option of a final review. So the flow is Basket -> Buyer information -> Order review -> Order confirmation.
I\'m setting up a website that uses paypal to process payments. The easiest way to implement the checkout form would be to create an HTML form that submits directly to paypal, sending the 开发者_C百科
I can not override the controller. In version 1.5 works but does not work in version 1.6. <Rewrite>
By federal law, I am required on some of my products that they have to be \"Call to Order\".Is there a way that I can disable the checkout process or at least the payment processing for specific categ
I have a ”District” attribute created to my Customer_Address because my shipping is calculated base on it.
I want to add a new field "custom_house_no" for the shipping address during the onepage checkout process.
Help pls with getting magento attribute while checkbout. I have \'only_registered\' at开发者_如何学Ctribute. I trying to get attribute via this code:
I want to set the Discount (say $10) per Item dynamically, after a custom button is pressed, in the Checkout Cart page. I have checked some of the coding of Magento, to find that:
My company have just baught Ivan\'s CheckItOut extension, and I\'m trying to add a step in it. Actually, I did have this step integrated into \"regular\" OPC.