Page 2 of 4

Re: [RELEASED] Another One Page Checkout/Single Page Checkou

Posted: Thu Dec 01, 2011 3:24 am
by MandyFei
Hi I just purchased your extension and it looks like the file may be corrupt? There are no directions that i see to install and when i open the file there is some english and the rest looks like garbage? Please help! you may email me: mandyfeisntein@aol.com thanks!

Re: [RELEASED] Another One Page Checkout/Single Page Checkou

Posted: Thu Dec 01, 2011 8:26 am
by bingo
hi,MandyFei,
Had sent you the email.

Re: [RELEASED] Another One Page Checkout/Single Page Checkou

Posted: Fri Dec 02, 2011 11:34 pm
by bingo
One page checkout update to v1.2/v2.2(01/12/2011)
-Fix bugs:If the only item in shopping cart doesn't need shipping , and login using the form in the checkout page, then get an error with tax and stuff).
-Improve to support more shipping method.
-Improve view.

Re: [RELEASED] Another One Page Checkout/Single Page Checkou

Posted: Sun Jan 01, 2012 3:32 pm
by bingo
Notes:
v1.5v2.5(29/12/2011)
--Fix bugs that do not auto update login and shopping cart.

v1.4&v2.4(27/12/2011)
-Greatest update to separate URL,support more opencart version,support VQmod,support shoppica theme.

Greatest update to separate URL.
Support more OpenCart version.
Support VQMod.No OpenCart Core Files Replace.
Support Shoppica theme.
Support coupon and gift voucher,reward pionts.

Re: [RELEASED] Another One Page Checkout/Single Page Checkou

Posted: Wed Jan 04, 2012 1:21 am
by suikerzout
Hi Bingo,

I bought your extension too (looks great!), but after implementing it I'm actually facing about the same problems/questions as Ollie, regarding Ideal:
  1. Ideal doesn't work, user can't select a bank of choice, the list holding these options is gone. Using shoppica..
  • We would also really love to see all actions being performed on the same page!! So no extra screen after "confirm order"... I agree with Ollie that this would instantly make your extention THE most user-friendly one out there.
Thanks in advance for looking into this!

Regards,
Hugo

Re: [RELEASED] Another One Page Checkout/Single Page Checkou

Posted: Wed Jan 04, 2012 11:28 am
by bingo
suikerzout wrote:Hi Bingo,

I bought your extension too (looks great!), but after implementing it I'm actually facing about the same problems/questions as Ollie, regarding Ideal:
  1. Ideal doesn't work, user can't select a bank of choice, the list holding these options is gone. Using shoppica..
  • We would also really love to see all actions being performed on the same page!! So no extra screen after "confirm order"... I agree with Ollie that this would instantly make your extention THE most user-friendly one out there.
Thanks in advance for looking into this!

Regards,
Hugo
Hugo,I had said before in the forum,
Payment method that requires extra fileds can NOT make it into one step checkout.
Take a time to look at the catalog/controller/payment,the ideal php file.
The extra fields show when click confirm button.
Just like in standard checkout,the extra fileds show when click continue button.

The Ideal payment works in this way in OpenCart.
You might tell me that the ideal payment can show all in the Magento.
That's Magento,NOT OpenCart.

Bingo

Re: [RELEASED] Another One Page Checkout/Single Page Checkou

Posted: Wed Jan 04, 2012 11:28 pm
by suikerzout
Hi Bingo,

Thanks for the quick reply. I'll let go of the wish to have the bank select box on the same page then :)

But my problem remains with the iDeal option on the next page: there is no "select your bank" box. So when you hit "pay now", the page redirects to the first bank on the (somehow hidden?) list... We are using the shoppica theme.

We had to go live with the shop today, so I reverted to the standard checkout methode and therefore can't show you what's wrong now. I can put the site on a test server tomorrow, so you can take a look there.

For now, can you confirm that it is supposed to work together with iDeal?

Regards,
Hugo

Re: [RELEASED] Another One Page Checkout/Single Page Checkou

Posted: Wed Jan 04, 2012 11:38 pm
by bingo
suikerzout wrote:Hi Bingo,

Thanks for the quick reply. I'll let go of the wish to have the bank select box on the same page then :)

But my problem remains with the iDeal option on the next page: there is no "select your bank" box. So when you hit "pay now", the page redirects to the first bank on the (somehow hidden?) list... We are using the shoppica theme.

We had to go live with the shop today, so I reverted to the standard checkout methode and therefore can't show you what's wrong now. I can put the site on a test server tomorrow, so you can take a look there.

For now, can you confirm that it is supposed to work together with iDeal?

Regards,
Hugo
Send your website url and let me see.

And if you can,please send me screenshot of using standard checkout and one page checkout.
The "select your bank" part between standard and one.

Bingo

Re: [RELEASED] Another One Page Checkout/Single Page Checkou

Posted: Fri Jan 06, 2012 7:16 pm
by suikerzout
Hi Bingo,

We put it on a testserver now, you can view the website here: http://wvhe.sztest.nl

In the attached file you can see the bank selection drop-down menu from the default checkout...

Greetings,
Hugo

Re: [RELEASED] Another One Page Checkout/Single Page Checkou

Posted: Fri Jan 06, 2012 10:13 pm
by bingo
Hugo,
Please send me the ideal payment module.
My email:
yuyamu@hotmail.com

Bingo

Re: [RELEASED] Another One Page Checkout/Single Page Checkou

Posted: Fri Jan 06, 2012 10:23 pm
by bingo
suikerzout wrote:Hi Bingo,

We put it on a testserver now, you can view the website here: http://wvhe.sztest.nl

In the attached file you can see the bank selection drop-down menu from the default checkout...

Greetings,
Hugo

Hugo,
do you use this ideal extension?
http://www.opencart.com/index.php?route ... order=DESC

Bingo

If so,I had test this before and it works. --- It did have the extra bank fields.

Please tell me.
Also,I will test again.

Bingo

Re: [RELEASED] Another One Page Checkout/Single Page Checkou

Posted: Fri Jan 06, 2012 11:15 pm
by suikerzout
Yes, that's the one. Also uploaded the patch...

Gr.
Hugo

Re: [RELEASED] Another One Page Checkout/Single Page Checkou

Posted: Sat Jan 07, 2012 2:41 pm
by bingo
suikerzout wrote:Hi Bingo,

We put it on a testserver now, you can view the website here: http://wvhe.sztest.nl

In the attached file you can see the bank selection drop-down menu from the default checkout...

Greetings,
Hugo

Hugo,
problem find.It is the css causing the problem.

default theme:
catalog/view/theme/default/template/onecheckout/checkout.tpl
find
$('#confirmorder').slideDown('fast');
after,add
$('#confirmorder div').css('display','block');

shoppica theme:
catalog/view/theme/shoppica/template/onecheckout/checkout.tpl
find
$('#confirmorder').slideDown('fast');

after,add

$('#confirmorder div').css('display','block');


I will update the extension later in opencart and website.

Bingo

Re: [RELEASED] Another One Page Checkout/Single Page Checkou

Posted: Sun Jan 08, 2012 1:50 am
by suikerzout
Thanks a lot Bingo, much appreciated!

Gr.
Hugo

Re: [RELEASED] Another One Page Checkout/Single Page Checkou

Posted: Mon Jan 09, 2012 9:57 am
by pauxico
Hello Bingo

I bought you this item but i´m facing a problem,

when i try to do the payment the page looks like this:
x.JPG

x.JPG (94.73 KiB) Viewed 2751 times

my website is picantesexshop.com

regards

Re: [RELEASED] Another One Page Checkout/Single Page Checkou

Posted: Mon Jan 09, 2012 12:05 pm
by bingo
pauxico wrote:Hello Bingo

I bought you this item but i´m facing a problem,

when i try to do the payment the page looks like this:
x.JPG
my website is picantesexshop.com

regards
Please create a ftp account and demo admin account for you.
Send the information to my email:
yuyamu@hotmail.com
I will help you to solve the problem.

Bingo

Re: [RELEASED] Another One Page Checkout/Single Page Checkou

Posted: Fri Jan 13, 2012 6:31 pm
by Liniver
I have a problem. OpenCart 1.4.9.3. http://wholesale.linivertrading.se (test site)

When I checkout as a guest, everything works fine. But when I check the box for registering an account and then clicks confirm nothing happens it just waiting(the spinning symbol).

Also, If I alreade am a registered customer, and clicks to login, the payment-address form doesn't show and then it's the same as above, the spinning symmbol and nothing happens.

Dreamweaver tells me that there is a syntax error in checkout.tpl on line 132. Is this what is causing the problem?

Code: Select all

<?php }else{ ?> 

Re: [RELEASED] Another One Page Checkout/Single Page Checkou

Posted: Sat Jan 14, 2012 12:34 am
by bingo
Liniver wrote:I have a problem. OpenCart 1.4.9.3. http://wholesale.linivertrading.se (test site)

When I checkout as a guest, everything works fine. But when I check the box for registering an account and then clicks confirm nothing happens it just waiting(the spinning symbol).

Also, If I alreade am a registered customer, and clicks to login, the payment-address form doesn't show and then it's the same as above, the spinning symmbol and nothing happens.

Dreamweaver tells me that there is a syntax error in checkout.tpl on line 132. Is this what is causing the problem?

Code: Select all

<?php }else{ ?> 
Please create a ftp account and demo admin account for me.
Send the information to my email:
yuyamu@hotmail.com
I will help you to solve the problem.

Bingo

Re: [RELEASED] Another One Page Checkout/Single Page Checkou

Posted: Sat Jan 14, 2012 12:44 am
by Liniver
E-mail has been sent. Thank you! :)

Re: [RELEASED] Another One Page Checkout/Single Page Checkou

Posted: Sat Jan 14, 2012 1:20 pm
by bingo
Liniver wrote:E-mail has been sent. Thank you! :)
Had solved the problem.
catalog/model/oncheckout/checkout.php

find
'telephone' => $result['telephone'],

replace with
//'telephone' => $result['telephone'],

then will be no problem.

Bingo

I will update the extension later.