Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Aug 2006
    Posts
    38
    Plugin Contributions
    0

    Default Re: GV Admin Edit mod?

    Hi Todd -- I was trying to find the help forum for your mod...

    I installed it and everything except insert works fine. Insert takes me back to the index.php page.

    Thoughts on where to look for a broken route?

    Thanks,

    Jake

  2. #2
    Join Date
    Feb 2006
    Location
    CMH
    Posts
    94
    Plugin Contributions
    3

    Default Re: GV Admin Edit mod?

    Hi Jake,

    I sent you a PM asking some specific questions about this, whenever you get a chance.

    Thanks,

    Todd

  3. #3
    Join Date
    May 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: GV Admin Edit mod?

    Quote Originally Posted by jakedownhere View Post
    Hi Todd -- I was trying to find the help forum for your mod...

    I installed it and everything except insert works fine. Insert takes me back to the index.php page.

    Thoughts on where to look for a broken route?

    Thanks,

    Jake

    Hi Todd,

    I got the same exact issue as Jake here. Would you please let me know how/what to fix?

    Thanks a lot!

  4. #4
    Join Date
    Jul 2009
    Posts
    234
    Plugin Contributions
    1

    Default Re: GV Admin Edit mod?

    Yep, the insert page doesnt seem to work on a 1.38 install...not sure about it working on the latest zen version eitehr.

    Im currently trying to get it to work on 1.38 with no luck .... doesnt even show the buttons

    The other page where you can edit/delete a GV works a treat tho!


    Did any of you guys manage to fix this issue?

    Regards
    Scott

  5. #5
    Join Date
    Aug 2011
    Posts
    104
    Plugin Contributions
    0

    Default Re: GV Admin Edit mod?

    i am running 1.3.9h and cannot get it to work.

    it's not super important to our shop, but will be useful, so if i figure anything out i'll report back.

  6. #6
    Join Date
    Aug 2011
    Posts
    104
    Plugin Contributions
    0

    Default Re: GV Admin Edit mod?

    Quote Originally Posted by apogeerockets View Post
    i am running 1.3.9h and cannot get it to work.

    it's not super important to our shop, but will be useful, so if i figure anything out i'll report back.
    alright, i got it figured out.

    to get the "insert" thing to work, you have to change a couple of things, but it's easy.

    on line 226 of admin/gv_admin_redemption_edit.php change
    PHP Code:
     case 'insert'
    to
    PHP Code:
    case 'insertnew'
    and change line 277 from
    PHP Code:
    $contents[] = array('align' => 'center''text' =>'<a href="'.zen_href_link(FILENAME_GV_ADMIN_REDEMPTION_EDIT,'action=insert' . (isset($_GET['page']) ? '&page=' $_GET['page'] : ''),'NONSSL').'">'.zen_image_button('button_insert.gif','Insert ' TEXT_GIFT_VOUCHER) .'</a>' ); 
    to
    PHP Code:
    $contents[] = array('align' => 'center''text' =>'<a href="'.zen_href_link(FILENAME_GV_ADMIN_REDEMPTION_EDIT,'action=insertnew' . (isset($_GET['page']) ? '&page=' $_GET['page'] : ''),'NONSSL').'">'.zen_image_button('button_insert.gif','Insert ' TEXT_GIFT_VOUCHER) .'</a>' ); 
    basically, it changes out the "insert" action to the "insertnew" action. for some reason "insert" is causing the problems.

 

 

Similar Threads

  1. v150 Updating GV Admin Edit mod for 1.5?
    By ecclescake in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 9 Mar 2013, 04:25 PM
  2. Admin Panel - 'Edit' makes area to edit disappear!
    By popgenie in forum General Questions
    Replies: 3
    Last Post: 24 Apr 2011, 11:38 PM
  3. Edit Orders MOD
    By S.A.R in forum General Questions
    Replies: 1
    Last Post: 23 Jun 2009, 12:08 PM
  4. Making Dual Pricing Mod and Add Customer from Admin Mod Work Together
    By r2llc1605 in forum Customization from the Admin
    Replies: 5
    Last Post: 19 May 2009, 04:37 AM
  5. Not getting CC emails; payment mod missing "Edit" (other mod improperly installed)
    By DesignbyDemeter in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 27 Sep 2006, 03:21 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg