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: Release Branch 4.0
Reporter: Bilgin Ibryam
Priority: Minor
Fix For: Release Branch 4.0
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.