Page 30 of 102 FirstFirst ... 2028293031324080 ... LastLast
Results 291 to 300 of 1019
  1. #291
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by highlander View Post
    I looked up a few invoices out of curiosity. The tax rates are now displaying in the tax column, but I also see an additional price and an additional total column. Is this supposed to happen? Both price rows show the same amount as do both total rows for each item. Is this an error?
    Not sure what you are seeing.. a screenprint would help..
    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. #292

    Default Re: Super Orders v3.0 Support Thread

    I sent you a message.

  3. #293

    help question Re: Super Orders v3.0 Support Thread

    ok...I've uninstalled exit orders and super orders, and then reinstalled them. All of my problems seem to have gone away. I do still have that one questions regarding what I see on invoices. I can email you an invoice to look at if that's ok?. I'd prefer not to post confidential customer info in the forum.

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

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by highlander View Post
    ok...I've uninstalled exit orders and super orders, and then reinstalled them. All of my problems seem to have gone away. I do still have that one questions regarding what I see on invoices. I can email you an invoice to look at if that's ok?. I'd prefer not to post confidential customer info in the forum.
    I understand, but you could always create a test account and a test sale and post a screenshot of that..

    OR since it's only the totals and details section you are asking about, why not just post a screen shot of just that section of the invoice.
    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. #295
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    521
    Plugin Contributions
    3

    Default Re: Super Orders v3.0 Support Thread

    Am I missing something or did I good up a bit. I tried to send a message to a customer using the Update field... and there was a problem. If I use any sort of single quote marks in the field, I get a MySQL error as I'm trying to update.

    Was this fixed or...?

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

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by retched View Post
    Am I missing something or did I good up a bit. I tried to send a message to a customer using the Update field... and there was a problem. If I use any sort of single quote marks in the field, I get a MySQL error as I'm trying to update.

    Was this fixed or...?
    Not fixed, and I'm sorry for that.. I have the next update mostly ready.. What I haven't had is a free moment to pull it all together.. So for now the workaround is to NOT use double or single quotes in messages..
    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.

  7. #297
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    521
    Plugin Contributions
    3

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by DivaVocals View Post
    Not fixed, and I'm sorry for that.. I have the next update mostly ready.. What I haven't had is a free moment to pull it all together.. So for now the workaround is to NOT use double or single quotes in messages..
    Ahh. I was going to ask if it's a small fix that a code change can do but if you're almost done with it I'll do the workaround I gues.

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

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by retched View Post
    Ahh. I was going to ask if it's a small fix that a code change can do but if you're almost done with it I'll do the workaround I gues.
    and quite honestly there are a few updates in the upcoming version that I wouldn't know where to find this "one" thing.. Best to wait for the full update and just not use single or double quotes for now.. It's a minor thing really with an easy workaround..
    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.

  9. #299
    Join Date
    May 2010
    Posts
    46
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Hoping someone can help.

    I've installed super orders 3.0. Everything looks good from the admin side as far as menus go, but nothing will fire in the customers, Super Orders menu. I just get a error page.

    Also, in the installation instructions, it was stated to rename the "YOUR_TEMPLATE" folders. There were no folders of this kind in the installation pack. Just Admin and Includes folders.

    Please help.

  10. #300

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by elninomago View Post
    Hoping someone can help.

    I've installed super orders 3.0. Everything looks good from the admin side as far as menus go, but nothing will fire in the customers, Super Orders menu. I just get a error page.

    Also, in the installation instructions, it was stated to rename the "YOUR_TEMPLATE" folders. There were no folders of this kind in the installation pack. Just Admin and Includes folders.

    Please help.
    If you're getting an error page, there must be an error log file that's been generated.

    Go to your cache folder (store_root/cache) and take a look at the log files. This will tell you what is causing the error or at least where to begin looking.

    Once you find the error, look through this thread to see if anyone else has had the same error and how it was resolved. Alternatively, to keep from having to read post by post, you can do a thread search using some of the keywords from the error log.

    If, after doing all that, you're still stuck, come back and post the error so we can help you trouble shoot it.

    Lastly, the instruction to rename your admin and YOUR_TEMPLATE folders is a generic instruction for all mods. If the mod package doesn't have any custom template files in it, then you don't need to worry about it.

    However, be aware that not all mod developers are as thorough as our wonderful Diva - meaning that some developers will include the instruction but skip putting the template folders in the install package - instead trusting you to know which files should be backed up into a custom folder.

    Therefore, it is crucial that you learn about and use the override system so that you can discern for yourself when a mod file should be installed into a custom template folder - just in case the mod developer doesn't do it for you.

    Example - In the SO3 install pack, there is a file located at includes/languages/english/modules/payment/purchaseorder.php

    This file's location is one that is inside the override system, however, it does not need to be over-ridden (aka installed in a custom template folder) because the file "purchaseorder.php" is not a file that is native to zen cart - it is a new file added by the mod. Therefore, no "YOUR_CUSTOM_TEMPLATE" folder exists for this file in the SO3 install pack.

    But, if the file in our example had been moneyorder.php, located at: includes/languages/english/modules/payment/moneyorder.php, then you would need to install this into a custom template folder (whether or not one existed in the install package) because the file "moneyorder.php" already exists in zen cart.

    Does that make sense?

    As you go through the process of customizing your cart and installing mods, you'll find that sometimes mods customize files that you've already customized either on your own or with another mod. In this case, you will need to do something called file merging.

    It is very important to keep track of what files you've changed (or have been changed for you when you install mods) so that you don't overwrite one change with another.

    This is a lot of information to absorb, so don't try and do it all at once. Learn it as you go. Here are some helpful tutorials and threads for you to read to learn more about this subject:

    Thread, tutorial tutorial tutorial tutorial

    For now, just worry about identifying and fixing the error by checking out the error log files and searching the thread for the same issue.

    Hope this helps :)
    Last edited by ScriptJunkie; 7 Apr 2011 at 03:46 PM. Reason: added tutorial link
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

 

 
Page 30 of 102 FirstFirst ... 2028293031324080 ... 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. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 797
    Last Post: 23 Mar 2024, 06:51 AM
  3. 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
  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