0
votes
0answers
153 views

save after observer envent in magento

I have placed the observer event <sales_order_save_after> <!-- Name of Event --> <observers> <save_after> <!-- Any Unique Identifier --> ...
0
votes
0answers
150 views

Making Shipping Method Required in Magento Multishipping Checkout

Hi I have just turned on the Multiple Address Checkout in Magento 1.6.1. I have styled the checkout and everything is working great however I have just realised that a customer can proceed past the ...
3
votes
1answer
440 views

Edit shipping methods in Onepage Checkout

I'm editing my checkout and would like to modify the display of shipping methods. I came across call block $this->getChildHtml('available'), but did not find the file corresponding phtml. I'm also ...
0
votes
1answer
408 views

Magento Checkout: Item out of stock charges customer but no order / order confirmation

I am using Magento 1.6 with the out-of-the-box one page checkout. Upon the final submit, after the customer has reviewed their order, there seems to be a glitch: If an item has become out of stock, ...
1
vote
0answers
274 views

Magento: Remove Place (Review) Order Page in Standard Checkout (NOT OnePage Checkout)

I'm working on a project where the site only provides "Free Shipping". I'n my standard page (NOT one page checkout), after coming from Paypal, customers still need to see the "Review Order" page. ...