Page 9 of 80 FirstFirst ... 78910111959 ... LastLast
Results 81 to 90 of 798
  1. #81
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Quote Originally Posted by picandnix View Post
    Hi Divavocals
    just an observation... SU 4.05
    admin/orders.php (modified core files 2A folder) line 519

    PHP Code:
    <link rel="stylesheet" type="text/css" href="includes/typt_stylesheet.css"
    should this not be

    PHP Code:
    <link rel="stylesheet" type="text/css" href="includes/super_stylesheet.css"
    or am I missing something?
    Ummm yes.. You're missing the rest of the section where you lifted this line from.

    PHP Code:
    <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET?>">
    <title><?php echo TITLE?></title>
    <link rel="stylesheet" type="text/css" href="includes/stylesheet.css">
    <link rel="stylesheet" type="text/css" href="includes/super_stylesheet.css"> <--- You apparently missed this line...
    <link rel="stylesheet" type="text/css" href="includes/edit_orders.css">
    <link rel="stylesheet" type="text/css" href="includes/typt_stylesheet.css">
    <link rel="stylesheet" type="text/css" media="print" href="includes/stylesheet_print.css">
    <link rel="stylesheet" type="text/css" href="includes/cssjsmenuhover.css" media="all" id="hoverJS">
    <script language="javascript" src="includes/menu.js"></script>
    <script language="javascript" src="includes/general.js"></script>
    <script type="text/javascript">
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  2. #82
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Quote Originally Posted by DivaVocals View Post
    Ummm yes.. You're missing the rest of the section where you lifted this line from.

    PHP Code:
    <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET?>">
    <title><?php echo TITLE?></title>
    <link rel="stylesheet" type="text/css" href="includes/stylesheet.css">
    <link rel="stylesheet" type="text/css" href="includes/super_stylesheet.css"> <--- You apparently missed this line...
    <link rel="stylesheet" type="text/css" href="includes/edit_orders.css">
    <link rel="stylesheet" type="text/css" href="includes/typt_stylesheet.css">
    <link rel="stylesheet" type="text/css" media="print" href="includes/stylesheet_print.css">
    <link rel="stylesheet" type="text/css" href="includes/cssjsmenuhover.css" media="all" id="hoverJS">
    <script language="javascript" src="includes/menu.js"></script>
    <script language="javascript" src="includes/general.js"></script>
    <script type="text/javascript">
    Sorry, badly worded. I meant the difference between the two lines (typt_ in 4.05 & super_ in 4.04).

  3. #83
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by honda-crunch View Post
    Hi Diva

    Just one issue or at least I haven't seen it on the forum and one question, The issue I have hopefully sorted myself. Which is; while on SO, say you wanted to send a customer an email, you would click on the name and then be directed to the email creation page; no problem there... However, if you decided not to email them after all, the obvious choice would be is to hit cancel. This is where I found the error. It tries to redirect back to super_orders.php. As you know this file no-longer exists.

    This is my edited result from admin/orders.php

    replace line 1755 with:

    echo '<a href="' . zen_href_link(FILENAME_MAIL, 'origin=orders.php&mode=NONSSL&selected_box=tools&customer=' . $orders->fields['customers_email_address'] . '&cID=' . $orders->fields['customers_id'], 'NONSSL') . '">' . $orders->fields['customers_name'] . '</a>';
    ?>

    It now sends you back to the orders page and not a white screen with url not found on this server.
    thank you for this Honda-crunch,
    F.Y.I Divavocals this issue remains the same in SU 4.05, thank you for the continued development of this great mod

  4. #84
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by picandnix View Post
    thank you for this Honda-crunch,
    F.Y.I Divavocals this issue remains the same in SU 4.05, thank you for the continued development of this great mod
    Ummm no... This was fixed in the current version..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  5. #85
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by DivaVocals View Post
    Ummm no... This was fixed in the current version..

    so so sorry, I think I need to catch up on some sleep don't I...
    I was upgrading from 4.04 to 4.05 yet was looking at the file set for 4.04

  6. #86
    Join Date
    Mar 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Hi i wonder if you solve the blank screen issue.any help will be appreciated

  7. #87
    Join Date
    Mar 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Quote Originally Posted by ak6000 View Post
    Hi Folks, I just tried to install super orders version 4.0.4 with no success!

    I am currently running on ZC 1.5.0. which is upgraded from ZC 1.3.9h. In 1.3 version I had the supers order installed and was working just fine. When I upgraded to ZC 1.5.0 naturally it stopped working.

    I carefully read and followed the instructions on the readme file. I renamed my admin folder name both in 1_Base_File folder and 2a_Modified_Core_file folder.

    I did not installed 2b_Modified Core_Files-COWOA since I have not installed that add-on. To my knowledge I have not made any changes to invoice, orders or packingslip php files.

    I logged into my admin prior to upload and once the upload was complete I went back to my admin page and clicked on configuration link and everything went away!

    Now I can't even log into my admin site. I repeated upload twice and I am getting the same exact problem.

    What am I doing wrong? I appreciate your help.
    I wonder if you solve problem with blank screen issue . Any help will be appreciated.

  8. #88
    Join Date
    Mar 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Quote Originally Posted by sunriseimports View Post
    I wonder if you solve problem with blank screen issue . Any help will be appreciated.
    ubunte server
    php 5.3
    zencart version 1.50
    Here is error
    PHP Parse error: syntax error, unexpected '.' in /var/www/xxxx/xxxx/includes/classes/fpdf/fpdf.php on line 1047

  9. #89
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Quote Originally Posted by sunriseimports View Post
    ubunte server
    php 5.3
    zencart version 1.50
    Here is error
    PHP Parse error: syntax error, unexpected '.' in /var/www/xxxx/xxxx/includes/classes/fpdf/fpdf.php on line 1047
    yes, delete the . in that line mentioned. It'll still be blank as there's another of the same a little further down in same file, can't remember line off hand but error log will highlight it again.

  10. #90
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Quote Originally Posted by picandnix View Post
    Sorry, badly worded. I meant the difference between the two lines (typt_ in 4.05 & super_ in 4.04).
    still perplexed...
    I've just installed email on 404 mod, every time I login to admin I receive an email stating that typt_stylesheet.css is not found. This stylesheet doesn't seem to be part of SU 4.05 either. Could you shed some light please Divavocals?

 

 
Page 9 of 80 FirstFirst ... 78910111959 ... LastLast

Similar Threads

  1. v150 Edit Orders v4.0 Support Thread
    By DivaVocals in forum Addon Admin Tools
    Replies: 1786
    Last Post: 10 Apr 2024, 03:17 PM
  2. Edit Orders v3.0 for ZC 1.3.9 [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 656
    Last Post: 18 Apr 2016, 06:28 PM
  3. v139h Super Orders v3.0 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1018
    Last Post: 28 Apr 2014, 11:38 PM
  4. OLD Super Orders 2.0 (See v3.0 thread instead)
    By BlindSide in forum All Other Contributions/Addons
    Replies: 2019
    Last Post: 17 Jan 2012, 05:43 AM
  5. RE: Super Orders v3.0 Support Thread
    By Johnnyd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Jun 2011, 09:28 AM

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