You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Kiran Gawde (Commented) (JIRA)" <ji...@apache.org> on 2011/10/19 20:41:12 UTC

[jira] [Commented] (OFBIZ-4458) OnePageCheckout doesn't create purchase order for dropShip product

    [ https://issues.apache.org/jira/browse/OFBIZ-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13130863#comment-13130863 ] 

Kiran Gawde commented on OFBIZ-4458:
------------------------------------

Fix: Following line needed to be executed before rendering onepagecheckout.
shoppingCart.createDropShipGroups(dispatcher);

Two choices:
1. Put CheckoutOptions.groovy in OnePageCheckout actions.
2. Create new groovy file and add above line. 

I am using 2nd option as workaround. Someone with more knowledge about this code need to figure out if CheckoutOptions.groovy can be refactored/reused.

                
> OnePageCheckout doesn't create purchase order for dropShip product
> ------------------------------------------------------------------
>
>                 Key: OFBIZ-4458
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4458
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order, specialpurpose/ecommerce
>    Affects Versions: Release 10.04, SVN trunk
>            Reporter: Kiran Gawde
>
> Select a item from drop ship supplier. 
> Perform one page checkout.
> Issue: Purchase order for drop ship supplier is not created

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira