CMS MADE SIMPLE FORGE

Cart2

 

[#10734] Viewcartpage param doesn't work

avatar
Created By: Mathieu Muths (airelibre) (airelibre)
Date Submitted: Thu Oct 29 05:33:05 -0400 2015

Assigned To: Robert Campbell (calguy1000)
Version: 1.1.3
CMSMS Version: 1.12
Severity: Major
Resolution: Fixed
State: Open
Summary:
Viewcartpage param doesn't work
Detailed Description:
I Robert,

On file action.viewcart.php, line 34, you have:
if( $tmp ) $destpage = $viewcartpage;

Bug $viewcartpage doesn't exist - must be replaced by:
if( $tmp ) $destpage = $tmp;

And now it works - this is useful when cart is called through ajax but the cart
form should use another alias / url page

Thanks


History

Comments
avatar
Date: 2015-10-29 10:58
Posted By: Robert Campbell (calguy1000)

fixed in svn.  thanks.
      
Updates

Updated: 2015-10-29 10:58
resolution_id: => 7