Quote:
Originally Posted by MAPerformance Admin
I actually ran into an issue I didn't notice after the initial installation. When you click the link ot edit the GC code/amounts, it jumps you to page one. If the GC you're editing is not on page one, when you click the page number link to go to that page, it turns off the editing function. You need to copy/paste the URL string "&page=8" (or whatever page you need) onto the end of the URL (e.g. "/admin/giftcerts.php?mode=edit_values&page=8". Is there a way to fix this so the page string stays on the URL?
|
In the {if}{else} on gc_admin.tpl, we changed our HREF to:
Code:
<a href="giftcerts.php?page={$navigation_page}">
and
Code:
<a href="giftcerts.php?mode=edit_values&page={$navigation_page}">