You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Dhaval Wagela (JIRA)" <ji...@apache.org> on 2019/03/30 10:26:00 UTC

[jira] [Comment Edited] (OFBIZ-10800) Unable to remove items from onePageCheckout screen of ecommerce

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

Dhaval Wagela edited comment on OFBIZ-10800 at 3/30/19 10:25 AM:
-----------------------------------------------------------------

Fixed: image was not displaying on the screen.

Used wrapString method of StringUtil class in the image URL for converting the URL in a proper format. This is done to avoid the general HTML auto-encoding for character '/' in the URL.

Updated patch with fixes for both the issues mentioned in the comments.

 

The issue related to the 'Remove' button does not exist anymore on the mentioned screen resolution as well.


was (Author: dhaval.wagela):
Fixed: image was not displaying on the screen.


Used wrapString method of StringUtil class in the image URL for converting the URL in a proper format. This is done to avoid the general HTML auto-encoding for character '/' in the URL.


Updated patch with fixes for both the issues mentioned in the comments.

> Unable to remove items from onePageCheckout screen of ecommerce
> ---------------------------------------------------------------
>
>                 Key: OFBIZ-10800
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10800
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: Trunk
>            Reporter: Arpit Mor
>            Assignee: Dhaval Wagela
>            Priority: Major
>         Attachments: 1-ToOnePageCheckout.png, 2-Remove.png, 3-NoAddress2.png, 4-EmptyLine.png, 5-ScreenResolution.png, 6-100%Zoom.png, 7-80%Zoom.png, OFBIZ-10800.patch, OFBIZ.10800.patch
>
>
> Steps to regenerate:
>  # Login to URL: [https://demo-trunk.ofbiz.apache.org/ecommerce/control/checkLogin/main]
>  # Add items to cart
>  # Click on One Page Checkout at top right of the page (Please refer attachment: 1-ToOnePageCheckout)
> Actual: Remove link is not working on onePageCheckout screen (Please refer attachment: 2-Remove)
>  
> Note: Following UI issues were also found on page
>  # Product image is not displayed on screen and UI is not proper (Please refer attachment: 2-Remove)
>  # If in step 2 of the page, address line 2 is empty then on clicking on continue to step 3, empty line is displayed (Please refer attachments: 3-NoAddress2 and 4-EmptyLine)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)