The current goal date is 5/17. You can help by joining the test effort!
https://www.zen-cart.com/showthread....-Testing-1-5-7
Printable View
The current goal date is 5/17. You can help by joining the test effort!
https://www.zen-cart.com/showthread....-Testing-1-5-7
Zencart 156c
Installed aaq 2.2
The back button of the AAQ form is directed to Page Not Found.
The CodePHP Code:
<div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_BACK_ALT) . '</a>'; ?></div>
is the same for tpl_ask_a_question_default.php and tpl_contact_us_default.php
The back Button for Contact us is working.
Any Help would be appreciated
Stay Safe
Solved
added
toCode:$_SESSION['navigation']->remove_current_page(); // Remove page from navigation history
page_not_found/header_php.php
You'r right
After further testing The same was happening to 'Contact Us'
The only thing that was added to both the AAQ and CU was the Zen non CAPTURE mod.
This must be the culprit
Before I deleted the 400 error page as the redirection, selecting the back button of either AAQ or CU directed the user to the 'No page found'. Then oddly enough when selecting the back button again of the 'Page Not found' the user is returned to the original and correct web page.
Thanx
mike
Exactly
i am using POSM by lat9 in which functions_general.php was modified.
Do you think i should reach out to her?
thanx mike
It's not an issue with any mods or ZC! this kind of like taking pot shots at a possum that keeps playing dead... back links are created by getting the HTTP_REFERER from your browser, so if your browser or rewrites or site is doing something to spoof where you are coming from, then back links well fail... thus the request for a link..
Zen Cart 1.5.7 comes with AAQ built in, but remember to update your template file for the product page (e.g. tpl_product_info_display.php) to use the parameter "pid" instead of "products_id" when calling AAQ.