Page 36 of 102 FirstFirst ... 2634353637384686 ... LastLast
Results 351 to 360 of 1019
  1. #351
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by cycochuck View Post
    I am having an issue with the Batch Form Printing. When I try to print multiple invoices I get an new window with all the selected invoices smashed onto one screen with only the store address showing for each invoice. When I try to print the invoices, I get one page with one the store address for each selected invoice.

    Is there a way to fix this so that each selected invoice prints on its own page?
    Batch invoices open the selected invoices in one window with each invoice in a separate frame. You need a browser which support printing each frame separately as a print option (like Firefox and/or Internet Explorer)
    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. #352
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by Ubique17 View Post
    Loving the module, certainly making everything easier - but have a slight issue when it comes to printing a pdf. (or viewing) I'm getting a blank page when trying to print the PDF packing slips, and am kind of scratching my head here. (There are no php errors that I can find in the cache.) Most likely missing something really obvious, but?
    Not sure.. double check your install make sure all files are in place..
    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. #353
    Join Date
    Apr 2011
    Location
    Australia
    Posts
    16
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Hi! First of all, thanks for the great addon.

    I'm trying to make a little customisation to my super_batch_orders.php - specifically the pdf packingslips masterlist function. I'm trying to make the list also display attribute titles for each particular item.

    I've been having a bit of a poke around the code, and i assume i'm needing to modify the code within the while loop called at around line 409. What i want to know is what string or array should I be using to retrieve the attribute title?

    Thanks - Hope you can help!

    [edit]
    i'd also love to be able to display the type of postage selected and total weight if this is possible!

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

    Default Re: Super Orders v3.0 Support Thread

    Sorry I can't help you with this.. As I've posted here previously, the PDF packinglist code was generously donated to the Super Order module by a community member.. It is AS IS code, and I'm afraid I don't know enough about it to make more than a few cursory modifications (formatting changes mostly).

    That said when my time permits I do have a new version of SO3 which includes some changes to the appearance of attributes on the PDF packinglist (also generously donated by the same member). Dunno if it will serve your needs..

    I've been a tad busy lately, and haven't had time to work on volunteer projects.. However, I am hoping to have some time Friday or Saturday to finish up and submit SO3. (Have Edit Orders mods that need to go up together..)
    Quote Originally Posted by fo0bar View Post
    Hi! First of all, thanks for the great addon.

    I'm trying to make a little customisation to my super_batch_orders.php - specifically the pdf packingslips masterlist function. I'm trying to make the list also display attribute titles for each particular item.

    I've been having a bit of a poke around the code, and i assume i'm needing to modify the code within the while loop called at around line 409. What i want to know is what string or array should I be using to retrieve the attribute title?

    Thanks - Hope you can help!

    [edit]
    i'd also love to be able to display the type of postage selected and total weight if this is possible!
    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. #355
    Join Date
    Apr 2011
    Location
    Australia
    Posts
    16
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    ok, after a deeper dig it appears to be a little more complicated than i first anticipated.

    i'm now on lcsd_merged_packing_slips.php - line 228. this appears to be where the magic happens. and it looks like i'm going to have to generate an array from the orders_product_attributes table each time the loop to display each product comes around.

    If this is beyond the scope of the support here, it's all good - i understand it's not exactly superorders specific stuff that i'm trying to do now.

    Thanks

    [edit]
    thanks - sorry, missed your reply. I think i've got it figured out now - or at least figured out how i'll do it. Thanks ayway!!

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

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by fo0bar View Post
    ok, after a deeper dig it appears to be a little more complicated than i first anticipated.

    i'm now on lcsd_merged_packing_slips.php - line 228. this appears to be where the magic happens. and it looks like i'm going to have to generate an array from the orders_product_attributes table each time the loop to display each product comes around.
    And now you see what I've said most everytime someone asks me about modifications to this packingslip.. It is not for the faint of heart.. (or at least it's beyond the scope of my abilities to mess with)

    Quote Originally Posted by fo0bar View Post
    If this is beyond the scope of the support here, it's all good - i understand it's not exactly superorders specific stuff that i'm trying to do now.

    Thanks

    [edit]
    thanks - sorry, missed your reply. I think i've got it figured out now - or at least figured out how i'll do it. Thanks ayway!!
    It is beyond the scope of the support I can offer.. It was donated code, and a tad more complicated for me to tackle.. This doesn't mean someone from the Zen Cart community won't chime in here..

    Dunno what it is you are trying to accomplish.. It's possible that the updated packinglist might serve your needs.. That said I can make no promises on how soon I will finish and submit the new version.. (I'm working on it in my spare time..)
    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. #357
    Join Date
    Jan 2010
    Posts
    42
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by cycochuck View Post
    I am having an issue with the Batch Form Printing. When I try to print multiple invoices I get an new window with all the selected invoices smashed onto one screen with only the store address showing for each invoice. When I try to print the invoices, I get one page with one the store address for each selected invoice.

    Is there a way to fix this so that each selected invoice prints on its own page?
    Does anyone have a solution for this, or is it a flawed feature and I'm better off giving up hoping that it'll ever work correctly?

    I also noticed that batch packing slips do not print the product attributes.

  8. #358
    Join Date
    Apr 2011
    Location
    Australia
    Posts
    16
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    thanks - yeah, i think i've figured out how i'll do it. definitely not going to be simple. i understand what the code's doing, and how i'll pull the attribute array. Hopefully the shipping methods are done the same way, but i haven't had a look at that table structure yet.

    just to fill you in, i'm selling a bunch of the "same" item, but slightly different specs. for example's sake, shirts. all the same size and style, but 15 different colours. I get a bunch of orders each day, and it's much more convenient to print a daily master packinglist - but i need the attribs/colour.

    If anyone's interested and requires the same result, i'll post an update when i'm done. Hopefully it won't be too long.

  9. #359
    Join Date
    Jan 2010
    Posts
    42
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Thanks for the help. I tried looking at the code to fix it myself but I'm not the best at programming and got lost.

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

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by cycochuck View Post
    Does anyone have a solution for this, or is it a flawed feature and I'm better off giving up hoping that it'll ever work correctly?

    I also noticed that batch packing slips do not print the product attributes.
    Not a flawed feature at all.. Did you see the answer I posted to your question?? (1st post on this page..)

    Quote Originally Posted by cycochuck View Post
    Thanks for the help. I tried looking at the code to fix it myself but I'm not the best at programming and got lost.
    There's nothing to "fix".. I posted the "solution"..
    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 36 of 102 FirstFirst ... 2634353637384686 ... LastLast

Similar Threads

  1. v150 Edit Orders v4.0 Support Thread
    By DivaVocals in forum Addon Admin Tools
    Replies: 1877
    Last Post: 6 May 2025, 05:10 PM
  2. 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
  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