CMS MADE SIMPLE FORGE

Orders

 

[#8718] Pretty URLs not used when returning to edit billing page from confirmation page

avatar
Created By: Jon Halder (jhalder)
Date Submitted: Thu Dec 06 13:07:59 -0500 2012

Assigned To: Robert Campbell (calguy1000)
Version: 1.13.3
CMSMS Version: 1.11.3
Severity: Minor
Resolution: None
State: Open
Summary:
Pretty URLs not used when returning to edit billing page from confirmation page
Detailed Description:
In the default template for the Confirmation Page I am using pretty URLs and
configured it such:

Billing Page -> checkout (with pretty URL /checkout
Comfirmation Page -> confirmation (with pretty URL /confirmation

When I initially begin the checkout process, I go to /checkout
When the form processes correctly I then go to /confirmation
Once there, if I click the "Edit" link or the Back link at the bottom, I return
to the checkout page but the url is no longer "/checkout" it is now
"index.php?mact=Orders..."

I was trying to see if I could correct this in the template.  It is using a
variable called $back_url.  I was unsuccessful.  I can simply set the template
to use "/checkout" as the link however, so that is a workaround.  Would there be
an appropriate template variable I am missing so if I change those settings in
the future the template will automatically pick it up?


History