Results 1 to 10 of 373

Threaded View

  1. #11
    Join Date
    Oct 2007
    Location
    Portugal
    Posts
    10
    Plugin Contributions
    0

    Default Re: Order Editor 1.3.7 Issues

    Concerning to ths 'not visible' button...

    I suppose you have edited admin/orders.php

    Check if you have two edit buttons.


    Search admin/orders.php for:
    PHP Code:
    $contents[] = array('align' => 'center''text' => '<a href="' zen_href_link(FILENAME_ORDER_EDITzen_get_all_get_params(array('oID''action')) . 'oID=' $oInfo->orders_id '&action=edit''NONSSL') . '">' zen_image_button('button_edit.gif'IMAGE_EDIT) . '</a>'); 
    You have here 'button_edit.gif.
    Just create a new gif button and replace this filename with the new one, like I did:
    PHP Code:
    $contents[] = array('align' => 'center''text' => '<a href="' zen_href_link(FILENAME_ORDER_EDITzen_get_all_get_params(array('oID''action')) . 'oID=' $oInfo->orders_id '&action=edit''NONSSL') . '">' zen_image_button('button_edit_alter.gif'IMAGE_EDIT) . '</a>'); 
    Did this helped?
    Last edited by Pedro Martins; 16 Oct 2007 at 09:55 AM. Reason: added code
    All the best!...

    Pedro Martins
    Always learning... and helping learners...

 

 

Similar Threads

  1. Editor issues with images
    By amebb in forum General Questions
    Replies: 0
    Last Post: 18 May 2011, 04:45 PM
  2. html editor issues?
    By 510ego in forum General Questions
    Replies: 2
    Last Post: 24 Feb 2011, 05:07 PM
  3. IE 7 issues with tables in ezpage editor
    By perkiekat in forum General Questions
    Replies: 2
    Last Post: 11 Nov 2009, 12:13 PM
  4. Page Editor and Mod Security issues
    By Scarlet in forum Installing on a Linux/Unix Server
    Replies: 9
    Last Post: 23 Apr 2009, 12:59 AM
  5. Define Pages Editor Issues
    By jemenvy in forum General Questions
    Replies: 3
    Last Post: 5 Apr 2007, 08:21 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR