Closed (fixed)
Project:
Ubercart Optional Checkout Review
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
8 Jul 2011 at 17:33 UTC
Updated:
14 Apr 2012 at 19:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
mrfelton commentedProbably not - If someone can create a D7 version, I can create a D7 branch and commit the code.
Comment #2
tazir1 commentedThe only thing have to be change:
uc_optional_checkout_review.module, line 30:
$wps_form = uc_paypal_wps_form($form, $form_state, $order);
Function uc_paypal_wps_form changed:
function uc_paypal_wps_form($form, &$form_state, $order)
http://drupalcontrib.org/api/drupal/contributions--ubercart--payment--uc...
(using Ubercart 3)
Comment #3
nelslynn commentedWhen using Ubercart 7.x-3.0-rc4, and PayPal checkout on the /cart/checkout page, it does not work. You are still directed to the Review page before PayPal.
Comment #4
Molfar commentedComment #5
Molfar commentedJust finished coding. I released Drupal 7 version as my sandbox project http://drupal.org/sandbox/molfar/1464040 . Please test.
Comment #6
remkovdz commentedIs this already ready for production sites? Thanks!
Comment #7
Molfar commentedYes, I use it at production site already.
Comment #8
remkovdz commentedGreat, will it be released as a module soon? I don't have the knowledge to install sandbox projects.
Comment #9
Molfar commentedUnfortunately I dont have permissions to create a project here, sandbox only. But the author (mrfelton) could make me as a co-maintainer and I will add D7 branch here.
Comment #10
mrfelton commentedHey Molfar,
Good work on the port. I've added you as co-maintainer.
Comment #11
Molfar commentedThank you so much. I've done exporting my port version. I hope everything is alright. Sooth to say, I am a little worried because It is my first serious action with drupal.org system.
Comment #12
remkovdz commentedThanks all, should we be able to find it anywhere now?
Comment #13
Molfar commentedIt has been released http://drupal.org/project/uc_optional_checkout_review
Comment #14
remkovdz commentedThanks! I installed it and it seems to work partly? When I choose PayPal as payment method, it redirects me to the completion page when I click the confirmation button. I am never directed to PayPal?
Comment #15
remkovdz commentedHi, please let me know if there is a solution for the above problem? Thanks.