I am in the process of converting the 'One Page Checkout' contribution to work with 2.3.1, so far so good, the checkout works and the orders are logged
However these lines are breaking the checkout success page and then any other page that you try to navigate to with this error
Quote
onePage.pageLinks = {
checkout: '<?php echo fixSeoLink(tep_href_link(FILENAME_CHECKOUT, session_name() . '=' . session_id() . '&rType=ajax', $request_type));?>',
shoppingCart: '<?php echo fixSeoLink(tep_href_link(FILENAME_SHOPPING_CART));?>'
}
my question is this, does anyone know where this function is/should be defined.
I have scanned through the files and still can not find it
I have posted this in general support because the OPC thread is becoming a little unfollowable (if that is a word lol)
Mark















