Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2010
    Posts
    28
    Plugin Contributions
    0

    Have a Drink orders.php page and re-ordering list... linkpoint info on bottom

    Hi, I'm wondering if there is any way to fix the orders page to have all the linkpoint info on the bottom. Would help if I can place all the linkpoint info on the bottom of the order detail page and I'm not sure if anyone has a link or tutorial. I thought I fixed it, but it broke the orders.php file and didn't show all the orders. Not sure how to re-order the orders.php page so all the linkpoint info and refund/void options on the bottom. Any help is appreciated... Thanks again!

  2. #2
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: orders.php page and re-ordering list... linkpoint info on bottom

    While I don't recommend messing with the layout, if you absolutely can't live with having that transaction information readily available to you, you can relocate this part of the code to somewhere else in the file. /admin/orders.php
    Code:
        if ($order->info['payment_module_code']) {
          if (file_exists(DIR_FS_CATALOG_MODULES . 'payment/' . $order->info['payment_module_code'] . '.php')) {
            require(DIR_FS_CATALOG_MODULES . 'payment/' . $order->info['payment_module_code'] . '.php');
            require(DIR_FS_CATALOG_LANGUAGES . $_SESSION['language'] . '/modules/payment/' . $order->info['payment_module_code'] . '.php');
            $module = new $order->info['payment_module_code'];
    //        echo $module->admin_notification($oID);
          }
        }
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. Missing Right Side Bar and bottom of Page on product info page
    By schobook in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 5 Jul 2012, 05:30 PM
  2. change info to bottom of the page
    By maxy007 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 16 Jan 2011, 10:09 PM
  3. Void and Refund not working for Edit Orders and linkpoint module?
    By moelicious200 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 27 Mar 2010, 12:39 AM
  4. 4 Random Products from same category at the bottom of Product Info page
    By dara108 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Jan 2009, 10:58 PM
  5. Adding other products to bottom of product info page
    By jamesandjennie in forum General Questions
    Replies: 2
    Last Post: 4 Dec 2008, 06:23 PM

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