Questions tagged [onepage-checkout]
53 questions
8
votes
3 answers
Magento - OnePage Checkout - Hide Payment method depending on Shipping Method
I have asked this question on Magento Stackexchange without any success, hence me now asking here.
I'm using Magento Community Edition 1.9.0.1 and have correctly created and registered my module, but I can't seem to detect the shipping methods.…

maGz
- 787
- 3
- 8
- 25
7
votes
5 answers
Magento2 checkout form: How to display placeholder attribute value in fields?
Goodmorning Stackoverflow,
I'm customizing the checkout onepage in Magento 2. Now I'm trying to display placeholders instead of labels in the shipping-address form, but no success till now. I hope someone can help me out
Cheers, Jorge
UPDATE:
In the…

Jorge Fernandez
- 83
- 1
- 1
- 5
4
votes
0 answers
Display Remove and Edit Item button in Order summary in Onepage Checkout page Magento2
I want to display remove and Edit Icon in order summary section in checkout page, I have tried below changes:
/magento_demo/vendor/magento/module-checkout/view/frontend/web/template/summary/item/details.html
I have added Edit / Delete links like…

Dhara Parmar
- 8,021
- 1
- 16
- 27
3
votes
1 answer
Magento - SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry
When a customer is in the checkout process of Magento and get redirected to his back website to complete the payment. If they cancel the payment and get redirected back to the magento shop it's impossible to place an order anymore and i get this…

n00bly
- 395
- 6
- 21
3
votes
1 answer
Magento - Automatically redirect to one of the configured payment gateways
We want to integrate Paypal and Authorize.net payment gateways into Magento.
Can we do like just take Credit/Debit card details from customer and redirect to one of those gateways automatically for further process ?
User will not select either to…

Chaitanya
- 331
- 2
- 17
2
votes
0 answers
Magento2 - Require validation issue for a new checkbox on onepage checkout form
I am using Magento 2.2.3 and i added a new checkbox field with require validation in address onepage checkout form by custom plugin.
I follow this guide:
https://devdocs.magento.com/guides/v2.0/howdoi/checkout/checkout_new_field.html
Now I display…

LifeCode
- 21
- 4
2
votes
0 answers
how can I jump to the Order Review Step in Magento onepage checkout
How can I make jump to the last step (order review) in Magento ONEPAGE checkout. The billing address, shipping address, shipping method, payment method are auto populated from the quote.
I want to provide a link to the customer that redirects the…

subodhkalika
- 1,964
- 1
- 9
- 15
2
votes
2 answers
How to use the attribute value for parent configurable product to take effect on simple products to restrict payment method
I am trying to implement the card only payment option for specific products (configurable products) in this magento (1.9.1) store. The problem i am having with the code that i am using is that i need to go to each simple product and update the…

AlphaOne
- 123
- 1
- 3
- 14
2
votes
1 answer
Customize the current magento onestep checkout page
Need help in customizing the existing onestep checkout page so that billing/customer info form will be included within the payment select section.
For Example,
If Customer has chosen Card as payment option then along with Card Details form fields…

user3766507
- 31
- 2
2
votes
1 answer
getSummaryQty() is not working properly magento
I used this function for delete cart items. It is working properly but
$cartHelper = Mage::helper('checkout/cart');
foreach ($itemProductArray as $itmeid => $productid)
{
$cartHelper->getCart()->removeItem($itmeid)->save();
…

yogesh karodiya
- 46
- 2
2
votes
2 answers
Magento billing address
I am using the one page checkout module from AheadWorks and I am trying to only retrieve billing addresses from logged in members.
Currently the dropdown menu for choosing their address to bill from shows all addresses created by a logged in member.…

Henk Rensenbrink
- 87
- 9
2
votes
1 answer
Magento Authorize.net Direct Post not emptying cart (not setting quote as inactive)
In a site I am building that uses Authorize.net Direct Post as the payment method, I am running into an issue where the cart will not be inactivated after successful order completion. In Mage_Authorizenet_Model_Directpost, I was able to confirm that…

Emil Stewart
- 488
- 1
- 7
- 17
2
votes
1 answer
Magento doesn't show telephone number of guest checkout user (onepage checkout)
Magento won't save telephone numbers for guest customers in onepage checkout. Telephone number is a mandatory field on onepage checkout form as shown in the image
but in adminpanel in order details it doesn't show the telephone number as shown in…

Think Different
- 2,815
- 1
- 12
- 18
1
vote
1 answer
How To Use do_shortcode with WooCommerce One Page Checkout
I'm trying to use the WordPress do_shortcode function for the WooCommerce One Page Checkout Plugin which uses shortcode like this: [woocommerce_one_page_checkout template="product-table" product_ids="product, ids, here"]. It seems like I can only…

Jason
- 23
- 6
1
vote
0 answers
Store data automatically at the end of checkout with OPC prestashop
I need to find a solution for the checkout with OnePageCheckoutPs.
When a user logged add data, like delivery and invoice, he must not force to click on the 'Update' button for store the datas but it should do directly at the conclusion of the…

s.elettro
- 55
- 1
- 8