Page 123 of 202 FirstFirst ... 2373113121122123124125133173 ... LastLast
Results 1,221 to 1,230 of 2020
  1. #1221
    Join Date
    Sep 2008
    Posts
    605
    Plugin Contributions
    6

    Default Re: Super Orders 2.0

    I think you should take a look at edit_orders, you can certainly add a product from memory. Super orders allows you to edit existing products, the totals, and the status history, but edit_orders allows address changes and adding a product, and possibly editing a product too, between the two you have then the ability to edit the products.

    Having just read the senetence again and your post, yes you can edit an existing products in super order by clicking on the blue edit products link with a little notepad by it, it then pops a new window so you should check your pop up settings. But I have to say that it appears not to work on my system. it appears to shift all the details to a new order, now edit_orders does work, I've just installed it.

    IF edit orders does not play nicely with super orders, I can get it to work and repair a bug in orders.php that exists in 1.3.8, edit orders can be downloaded from here

    http://www.zen-cart.com/index.php?ma...roducts_id=444

    and I've combined the two quite frequently, although there are work arounds if you don't want to start programming or getting me to do it for you.

    Philip.

  2. #1222
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Quote Originally Posted by philip_clarke View Post
    now edit_orders does work, I've just installed it.
    I am just about to install super Orders on my site ( after some testing first ) I know that orders bug is fixed on my site , How will that affect me ?

    Just need to say Edit Orders does not play nicely with Group Discounts installed. AFAIK . It mucks up the discount by switching it to positive and alters the VAT which you can not easily alter back again. Careful !
    Various Zen cart sites !

  3. #1223
    Join Date
    Sep 2007
    Location
    Neenah, WI
    Posts
    112
    Plugin Contributions
    0

    help question Re: Super Orders 2.0

    Quote Originally Posted by philip_clarke View Post
    Most likely is that you've forgotten something about how you originally installed super orders. "Normally" you edit orders.php and so you're upgrade has overwritten the modified orders.php, if you re-follow the instructions for installing super orders, everything should work out fine and dandy.
    Thanks for your prompt reply Phillip. I did as suggested and I'm still ending up with a fatal error regarding undefined function zen_address_format whenever I press the Details, Shipping Label, Invoice, Packing Slip, or Print buttons. I guess what I'd like to try next is to do a total uninstall of super orders, including the sql patch, and re-install it from scratch. How do I go about uninstalling the sql patch? I modified some of my files as outlined in the readme file, will I have to restore these to their original versions when I uninstall?

    I'm not quite sure where the function zen_address_format is being called from. It almost seems as if it's missing in a file somewhere.

    Thanks,
    Brad

  4. #1224
    Join Date
    Sep 2008
    Posts
    605
    Plugin Contributions
    6

    Default Re: Super Orders 2.0

    Sorry I'm uk based so I've only just got up. The function zen_address_format is in

    admin/includes/functions/functions_customers.php
    admin/includes/functions/general.php
    includes/functions/functions_customers.php

    and it's not part of the super orders package, my guess is that a file is not being found, and in all likelihood it needs some php to see what's happening.
    Give me an email or PM and we'll go through it.

    Philip

  5. #1225
    Join Date
    Dec 2008
    Posts
    97
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Quote Originally Posted by thomasw98 View Post
    I do not understand this section in the readme:

    Outstanding Payments
    -------------------------
    Location: Admin > Reports > Orders Awaiting Payment

    This report displays all your outstanding payment paperwork. Each radio
    button will search for orders that are missing the indicated transaction
    piece

    What is the "indicated transaction piece" for a regular order (i.e. not a PO)? How does the system know that a COD order is missing its payment?

    Overall, I am not figuring this out. And when I search for any overdue payments in my system, I always get nothing.
    I am having the same issue. I did a search and couldn't find the answer........ does anyone have an answer ;)

  6. #1226
    Join Date
    Sep 2008
    Posts
    605
    Plugin Contributions
    6

    Default Re: Super Orders 2.0

    Quote Originally Posted by nikki72 View Post
    I am having the same issue. I did a search and couldn't find the answer........ does anyone have an answer ;)
    From a brief look at a test site, the orders appear there if they were COD and then not "closed" using the completed button in green on the bottom right hand of the screen. I had a couple of orders that made it into the Orders awaiting payment section, maybe because I selected COD when filling them in, and when I closed them they disappeared. I would guess that I should use the payment+ button to add a payment detail too really, before closing the order.

    Philip.

  7. #1227
    Join Date
    May 2006
    Posts
    84
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Hello

    I ahve a site running Super Orders and I have encountered some problems where the Tax is not displayed in the tax colomn of the Super Invoice even though the product is taxable.

    Products Model Tax Unit Price Total
    1 x ANT
    - Size: 12 (0111089120) 0111089 None! £11.02 £11.02


    The unite price is correct but then the Total column is incorrect as it doesn't add the tax either...

    However the Sub-Total value does take into account the TAX and displays correctly...

    Can anyone shed any light?

    Thanks

    Andy
    Last edited by Thieving_Gypsy; 9 Feb 2009 at 03:16 PM.

  8. #1228
    Join Date
    Feb 2009
    Posts
    23
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Sure this is an easy one for someone!

    Does the super_invoice page and the super_orders page look to different places to where heading text is defined?

    I will explain why...

    I have my super_invoice page showing just how I want now, only showing columns...
    PRODUCT
    UNIT PRICE
    TOTAL PRICE

    All works perfect.

    I now want the same on the super_orders page. I have amended it so the actual column data works fine - it only shows these 3 columns and the data is correct but the headings are acting strangely

    On super_invoice, the last 2 columns headings are...
    TABLE_HEADING_PRICE_NO_TAX
    TABLE_HEADING_TOTAL_NO_TAX

    I entered these column headings onto the super_orders page, but it is just displaying the field name rather than "Unit Price" and "Total" like it does on the invoice

    It as though super_orders page cannot find these variables defined whereas super_invoice can.

    I am sure I am right that they are looking to different destinations for the definitions, but not sure where.

    Pelase could someone help?

    Many thanks

  9. #1229
    Join Date
    Feb 2009
    Posts
    23
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Found my answer after posting...

    super_orders looks to admin/includes/languages/english/super_orders
    super_invoice looks to admin/includes/languages/english/super_invoice

    Logical really!

    The headings I was trying to use were defined in super_invoice but not super_orders

    Thanks

  10. #1230
    Join Date
    Sep 2006
    Posts
    56
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    hi thank you everybody for their help in advance.

    philip or anybody, i add super orders and edit orders it seems like evrything go smoothly when i update with edit orders and go back to super orders it seems like balance due isn't updating how can i fix that
    and
    secondly at the installation of super orders optional file edits #2 is a part about the filenames defines if i change those the edit orders is going to work or not.

    thirdly is it possible dit orders can be integrated into the super orders?

 

 

Similar Threads

  1. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 804
    Last Post: 18 Apr 2025, 12:04 AM
  2. 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
  3. 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
  4. Super Orders 2.0 postage marks with Super Orders
    By sketchhgal in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Mar 2009, 03:05 PM
  5. Edit Orders and Super Orders, anyone doing that?
    By swamyg1 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 4 Feb 2009, 06:03 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