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

Bilgin Ibryam commented on OFBIZ-1156:
--------------------------------------

Finally i spent some time for this issue and here is what i found out:
While creating order from quote, in payment Options screen is used 
paymentoptions.ftl and in payment Information screen is used 
paymentinformation.ftl
But in some case these both screens are replaced from billsetting screen with 
billsetting.ftl
And billsetting.ftl is combination of paymentoptions.ftl plus 
paymentinformation.ftl (plus some buggy code).
I do not know is it intentional or not, using two different screens for the 
same purpose, but i replaced billsetting screen with payment Options screen. I 
think that this is the right solution.

Jacques, can you try again my patch. This time it should fix all the bugs.

BTW the billsetting view-map in ecommerce controller, the billsettings screen 
in OrderScreens.xml and its file (billsettings.bsh and billsettings.ftl) could 
be also deleted, they are not used anywhere else in the framework. But it is up 
to you...



> Small bugs in ecommerce application
> -----------------------------------
>
>                 Key: OFBIZ-1156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1156
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk, Release Branch 4.0
>            Reporter: Bilgin Ibryam
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk, Release Branch 4.0
>
>         Attachments: ecommerce.patch
>
>
> I found some small bugs in ecommerce and did a patch for them.
> 1. Added * for the required postal code field.
> 2. When creating order from quote, if you choose the offline payment method, 
> the submit button is not working, because the form is not created...
> The applied patch fixes these  problems.
> I got also one question:
> In ecommerce, if you go to view cart screen you see items in the cart. If 
> there are promotion items, in front of the them there is "P link". It 
> indicates that the item is a promotion, but why it is a link to the same 
> screen? it just refresh the same screen...
> Here is its code:
> <a href="<@ofbizUrl>view/showcart</@ofbizUrl>" class="buttontext">P</a>
> Regards,
> Bilgin Ibryam

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

Reply via email to