Closed (fixed)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Cart
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 May 2011 at 09:08 UTC
Updated:
4 Jan 2014 at 00:53 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
guillaumev commentedHere is a patch which fixes the issue...
Comment #3
rszrama commentedIf we can get this patch committed, we won't have to fix this in Commerce: #171267: form redirects removes get variables like sort and order
Comment #4
amateescu commentedWaiting for core won't get us very far :)
Comment #5
Anonymous (not verified) commentedThe patch from #4 didn't work for me as my site's in a subdirectory. This patch works though.
Comment #6
fp commented#5 works well for me. Thanks for the patch.
Comment #7
rszrama commentedI'm not sure I understand the approach this patch is taking. Is there no simpler way to do this? For example, can we not just set the redirect to the request_path()?
Comment #8
helior commentedComment #9
rszrama commentedTested with the following View and committed.