Page 1 of 1

Read and agree - Returns

Posted: Mon Apr 01, 2013 7:58 pm
by mjutras
At the end of the process to make a purchase there is a check box next to "I have read and agree" link
If I click on this link I get a jquery pop-up and when I x it out I am back the the original page.

on the Return page, if I click this link, the page goes to the link and I need to use the browser button to go back. How can I change this to behave the same as the purchase page?

Mike

Re: Read and agree - Returns

Posted: Tue Apr 02, 2013 11:41 pm
by Avvici
It shouldn't do that on the return page. There is a problem with the PATH/URL of the colorbox you are trying to launch. Have you upgraded or are you using custom extension?

Re: Read and agree - Returns

Posted: Wed Apr 03, 2013 10:34 am
by mjutras
This is a fresh install unmodified (For this part)
I have version 1.5.5.1
If I look at the html code for the return page I see

Code: Select all

<a class="colorbox"...
If I do the same for the check out page I get

Code: Select all

<a class="colorbox cboxElement"...
I have searched for "cboxElement" within all files and folders but I cannot find it!

Re: Read and agree - Returns

Posted: Wed Apr 03, 2013 7:34 pm
by mjutras
I just setup a fresh new environment to test, in Settings > Option > Returns > Return Terms, the default is set to --NONE--
If I change this to anything, I get the same result; a full page that requires a browser back button.

Mike