Page 76 of 102 FirstFirst ... 2666747576777886 ... LastLast
Results 751 to 760 of 1019
  1. #751
    Join Date
    Apr 2009
    Posts
    31
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    I see Super Orders 3.0 is compatible with ZC ver 1.3.9 I would really like to install it on ZC version 1.5.0.

    Is is also compatible with ZC version 1.5.0?

    Thanks for anyone help.

  2. #752
    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 onejimb View Post
    I see Super Orders 3.0 is compatible with ZC ver 1.3.9 I would really like to install it on ZC version 1.5.0.

    Is is also compatible with ZC version 1.5.0?

    Thanks for anyone help.
    Please search the thread.. this question has been asked and answered recently.. Thanks..
    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.

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

    Default Re: Super Orders v3.0 Support Thread

    I assume you are working with Zen Cart v1.39?? If so then what does the default invoice display???
    Quote Originally Posted by kapil_sb View Post
    Hi All,

    I am currently struggling on displaying decimal places on Sub Total Array in Super Invoice. I am attaching a screenshot for it for reference.

    Attachment 10414

    I need to show Tax line and Sub totals upto 1 to 2 decimal places.

    Please help me know how I can do it.

    Rest all prices are correctly displaying to decimal places using Admin settings.
    Quote Originally Posted by kapil_sb View Post
    Hi,

    Please someone help me...I need to show totals array by 2 decimal places.

    All sample invoices for others are showing by two decimal places, but mine s only limited to zero decimal place.

    Please guide me how to correct it.
    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.

  4. #754
    Join Date
    Jun 2006
    Posts
    298
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    I am using SuperOrders 3.0.2 on ZC 1.3.9h

    The shipping method details are not getting passed on to the order. Instead only the shipping description is showing. For instance, instead of showing UPS Ground, it's showing United Parcel Service (1 pkg x 26.85 lbs total).

    I found this post about this happening in SuperOrders 2.0, but I looked at the code and it appears correct in the SuperOrders 3.0 version I have running. http://www.zen-cart.com/showthread.p...959#post474959

    Any help would be greatly appreciated.

  5. #755
    Join Date
    Jun 2006
    Posts
    298
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    This is the code I have in the section:

    Code:
    $contents[] = array('text' => '<br>' . TEXT_DATE_ORDER_CREATED . ' ' . zen_date_short($oInfo->date_purchased));
            if (zen_not_null($oInfo->last_modified)) $contents[] = array('text' => TEXT_DATE_ORDER_LAST_MODIFIED . ' ' . zen_date_short($oInfo->last_modified));
            $contents[] = array('text' => '<br>' . TEXT_INFO_PAYMENT_METHOD . ' '  . $oInfo->payment_method);
    		$contents[] = array('text' => TEXT_INFO_SHIPPING_METHOD . ' '  . $oInfo->shipping_method);
    		$contents[] = array('text' => TEXT_INFO_IP_ADDRESS . ' ' . $oInfo->ip_address);

  6. #756
    Join Date
    Jun 2006
    Posts
    298
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by abcisme View Post
    I am using SuperOrders 3.0.2 on ZC 1.3.9h

    The shipping method details are not getting passed on to the order. Instead only the shipping description is showing. For instance, instead of showing UPS Ground, it's showing United Parcel Service (1 pkg x 26.85 lbs total).

    I found this post about this happening in SuperOrders 2.0, but I looked at the code and it appears correct in the SuperOrders 3.0 version I have running. http://www.zen-cart.com/showthread.p...959#post474959

    Any help would be greatly appreciated.
    I figured out my problem and it was not related to SuperOrders.

    I had implemented this change: http://www.zen-cart.com/showthread.p...-Rate-Best-Way

    Which removed the text in the parentheses.. But the text in the parentheses is what tells you which shipping option was selected in the shipping method. Ugh... So now my shipping descriptions are super long, but the info is there.

    Now I would love to figure out how to show *just* the info in the parentheses instead! LOL

  7. #757
    Join Date
    Jun 2006
    Posts
    298
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Link above was truncated. Here is the link

  8. #758
    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 abcisme View Post
    I figured out my problem and it was not related to SuperOrders.
    Which was precisely the answer I was going to give you..
    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. #759
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    I know I can edit hidden comments...

    BUT How do I add the ability to edit visible comments made by the admin???

    Thx.

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

    Default Re: Super Orders v3.0 Support Thread

    **deleted**
    Last edited by DivaVocals; 17 May 2012 at 05:56 PM.
    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.

 

 
Page 76 of 102 FirstFirst ... 2666747576777886 ... LastLast

Similar Threads

  1. 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
  2. v150 Edit Orders v4.0 Support Thread
    By DivaVocals in forum Addon Admin Tools
    Replies: 1783
    Last Post: 20 Mar 2024, 01:11 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