Questions tagged [onepage-checkout]
53 questions
0
votes
0 answers
Magento - Add Comment to Sales Report
I have a custom report based on the tutorial at http://wrightcreativelabs.com/create-a-custom-magento-report-product-skus-in-new-orders/. The report is working well as is. Now I'm trying to add a customer comments column to the report. The…

WordPress Mike
- 448
- 2
- 6
- 21
0
votes
1 answer
How to remove Shipping and Payment from one-page Checkout in Magento?
I Try to rewrite below block files with following functions:
Rewrite class Mage_Checkout_Block_Onepage_Billing
public function canShip()
{
return false;
}
Rewrite class Mage_Checkout_Block_Onepage_Shipping_Method
public…

BenjaBoy
- 454
- 3
- 16
0
votes
1 answer
Magento blank alert in checkout step 1 (save billing)
ver :- Magento 1.9
file :- /app/code/core/Mage/Checkout/Model/Type/Onepage.php
I am getting blank alert box at checkout 1st step.
ajax :- "/checkout/onepage/saveBilling/" Returns {"error":-1,"message":""}
$customerErrors =…

Manoj Kamble
- 11
- 3
0
votes
2 answers
Magento 1.9 IWD OPC update removes credit card info on changing shipping fields
I am using IWD OPC extension for my magento 1.9 website.
After adding credit card info on OPC page when user changes shipping address or email or shipping method etc It updates page that is fine but it removes added credit card info.
Is there any…

Rajnikanth
- 2,745
- 6
- 31
- 46
0
votes
1 answer
Different checkout pages based on product category in Magento
I am new to Magento .So please forgive me if I am asking something silly.
I am working on a Magento shop where I have a requirement that when I select some product in certain category say X, then I am redirected to one page checkout where I have…

Amol Bharmoria
- 239
- 4
- 23
0
votes
0 answers
Magento 1.7 - OnePageCheckout Broken
I've been trying to fix my website and I don't seem to be getting anywhere - I updated Magento to 1.7 from 1.6, and now I'm having a problem with the OnePageCheckout extension.
When I get to the shipping details page and click the Place Order Now…

Declan Land
- 639
- 2
- 11
- 27
-1
votes
1 answer
Order Success page error
I have been able to develop a module that redirects customers to payment gateway(external url) after the PlaceOrder button is clicked. After transaction is completed on the payment gateway, I redirect to a controller on Magento and this allows me to…
-1
votes
1 answer
Skip login/registration in magento one page checkout
I have only one product on my site, so I don't want the hassle of login/register for my users on onepage checkout. Hence I want my onepage checkout to skip and hide login/registration and directly take every checkout as guest checkout. I'm a new…

Shujaat Shaikh
- 189
- 1
- 5
- 17