You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Pankaj Savita (JIRA)" <ji...@apache.org> on 2008/05/05 14:37:55 UTC

[jira] Updated: (OFBIZ-1462) One Page Checkout Process implemented in ecommerce

     [ https://issues.apache.org/jira/browse/OFBIZ-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pankaj Savita updated OFBIZ-1462:
---------------------------------

    Attachment: Ecommerce_OnePage_CheckoutProcess.patch

I have implemented client side validations (using Ajax) in both the sections(STEP2: Shipping & STEP3: Billing) :
1) Validated Shipping Address of the customer(using Ajax)
   In this user won't be able to process shipping information unless he/she enters all the required fields.
   If user click on the 'Continue to Step3' button without filling all the required fields, the applied validation
   will disable the button & show *(required) on the fields left empty. If the shipping form is validated then using 
   'Ajax.Request' we process the shipping info by calling 'createUpdateCustomerAndShippingContact' service.
 
2) Validated Billing Address of the customer(using Ajax)
   In this user won't be able to process billing information unless he/she enters all the required fields.
   If user click on the 'Confirm Purchase' button without filling all the required fields, the applied validation
   will disable the button & show *(required) on the fields left empty. If the billing form is validated then using 
   'Ajax.Request' we process the billing info by calling 'createUpdateBillingAndPayment' service.

Need to implement:
1) Implement Ajax based ReCalculate cart feature in View Cart page (Creating a subtask for this)
2) Copy data to Billing information fields from Shipping info in case of user checks on Billing Address same as Shipping.
3) Processing Gift Card & PO number

> One Page Checkout Process implemented in ecommerce
> --------------------------------------------------
>
>                 Key: OFBIZ-1462
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1462
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: ecommerce
>            Reporter: Pankaj Savita
>            Assignee: Vikas Mayur
>            Priority: Minor
>         Attachments: Ecommerce_OnePage_CheckoutProcess.patch, Ecommerce_OnePage_CheckoutProcess.patch
>
>
> Here it is, the One Page Checkout Process implemented in ecommerce.
> The work remained in this: 
> 1) Processing Gift Card , PO number. & also
> 2) Some UI related work.
> Done By :
> Anurag Meshram (Team Leader)
> Pankaj Savita (Team Member)
> UI design is based on Original work by   "Ryan Foster <ry...@hotwaxmedia.com>"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.