Questions tagged [onepage-checkout]

53 questions
1
vote
0 answers

Prestashop - Replace some char in zip code if a specific country is selected

I need to change the postal code at the moment of the check out (the module is Onepagecheckout). The target is to do a str_replace() of postal cose according to country of the address, before the data stored in wp_address. For exemple, if the…
s.elettro
  • 55
  • 1
  • 8
1
vote
0 answers

Edit postcode according the country prestashop

I have to add a simple str_replace() in the postal code at the moment of the checkout. That's why in some country, there is the use to add a "-" in the postal code that is not recognized by delivery company's . So, i have to edit this at the moment…
s.elettro
  • 55
  • 1
  • 8
1
vote
0 answers

Using getChildHtml to add content in Magento 1.9 iwd opc

I've been working with magento 1.9 during 1 year but still annoyed trying to modify layouts. I'm trying to add some content to IWD OPC (One Page Checkout) billing address form. Adding getChildHtml('autozipcode_index'); ?> to…
rekobeko
  • 89
  • 10
1
vote
2 answers

Onepage checkout fails in chrome

I am trying to debug a clients site which is receiving an error in Chrome preventing users from checking out. It only happens in chrome, firefox and IE both work correctly. Steps to reproduce: Add item to cart. Go to checkout. Enter billing…
JeremyC
  • 241
  • 4
  • 14
1
vote
1 answer

Adding billing and shipping progress in iwd checkout

I am using IWD checkout suite free version and want to add billing and shipping address in right column just like it shows in Magento default one page checkout. checkout image for reference. Demo image link There are two JS files in IWD checkout…
geekhere
  • 99
  • 1
  • 2
  • 12
1
vote
0 answers

Google recaptcha onepage issue

I've an HTML onepage website. I want insert google recaptcha 2.0 system but something go wrong with js. When i click on submit button no success message is shown and no message is sent. The button Send remains clicked and no further actions…
Scipio
  • 11
  • 1
1
vote
1 answer

How to exclude tax from price in magento 1.9?

i have magento 1.9 here tax is assumed as 5% i have two types products some includes the tax in its price and some not include the tax in price. now i want the subtotal like this product price ==> 1995 subtotal ==> 1895 tax ==> 100 grand total…
1
vote
1 answer

Magento Pre Select payment method as Card on delivery in one page checkout

I want to show the payment method with the cash on delivery option already selected when the customer comes to the payment option so if they want to use COD they can just proceed to next step and if they want to change they can choose their desired…
Noob
  • 51
  • 1
  • 5
1
vote
1 answer

getting error 503 when using onepage checkout in magento saveShippingMethod

i have installed the extention IWD onepage checkout but i can´t place an order. Firebug shows in the console an error 503 when trying to save the shipping method. And here the reporting of magento a:5:{i:0;s:46:"Die angeforderte Zahlart ist nicht…
matrixx
  • 23
  • 1
  • 8
1
vote
1 answer

Adding the onepage checkout on product page

I have encounter a slight problem regarding magento checkout process. Currently I am using the list.phtml file to add orders into the cart, and upon changing the product, the cart is emptied and the newly selected product is added. I do this via…
1
vote
0 answers

Magento Save order before submit

A client I'm working for wants to have order saved right after entering payment information (one page checkout). The status should be 'during_payment', but the status is not a problem. The problem is I don't know how to save order after that step,…
0
votes
0 answers

Cart gets empty on failed payment response from strip in onestepcheckout magento2

I have implemented stripe in onepagecheckout in magento2 its working fine. But when getting error in response from stripe e.g: 'insuffcient funds, cvv incorrect , expiry date' etc cart gets empty. Already tried with changing version of magento but…
0
votes
0 answers

Prepopulate WooCommerce One-Page Checkout with URL Parameters and create abandoned cart URL

Hi I've been scratching my head trying to figure out why at least one of these scripts doesn't work for me. I've tried them being logged out and still getting nothing. Any help figuring out what is wrong would be appreciated. I'm trying to pass this…
0
votes
0 answers

Changing Magento2 address list on checkout

I have this code on Magento_NegotiableQuote/web/js/view/shipping-address/list.js define([ 'jquery', 'ko', 'underscore', 'mageUtils', 'uiLayout', 'Magento_Checkout/js/view/shipping-address/list', …
Elland
  • 117
  • 2
  • 13
0
votes
1 answer

Problem to insert data of custom field into Magento database

I want to add an optional newsletter field in the checkout page (billing.phtml), costumer can insert his email to receive newsletter. The email must be insert in newsletter table. I managed to create the field in billing.phtml But I can't find the…