View Single Post
  #12  
Old 12-03-2014, 06:32 AM
  mcanitano's Avatar 
mcanitano mcanitano is offline
 

eXpert
  
Join Date: Feb 2006
Location: Melbourne, FL
Posts: 216
 

Default Re: At long last - edit Gift Certificate numbers and values from your admin panel

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}">
__________________
Marcello Canitano
New Site: X-Cart v4.5.5 GOLD
X-Cart Mobile v1.4.3
X-Payments v1.0.6
CDSEO Pro v2
Total Server Solutions xCDN

www.silverhorseracing.com
Reply With Quote