Results 1 to 10 of 678

Hybrid View

  1. #1
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Quick Updates 1.3 ?

    Once you get it done I'll buy you a cup of joe.
    Don't know what "a cup joe" is (English is not my native language). But I assume it's something good ;-) Maybe better buy one for Andrew (a_berezin) first, he did a lot of good work on this contribution! It was *very* messy before he updated it.

    I have made some important (but bearly any visible) changes to the mod today. Anyone willing to test it? Only usefull if feedback is going to be returned of course.

  2. #2
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by paulm View Post
    Don't know what "a cup joe" is (English is not my native language). But I assume it's something good ;-)
    cup of joe = cup of coffee

    I'm a homeschooler and I just taught my son about idioms. Check these out: http://www.idiomsite.com/

    (cup of joe: According to the June 2004 issue of Sea magazine (volume 96, no. 6, page
    22): When Josephus Daniels became secretary of the Navy in 1913, he
    prohibited alcohol aboard all U.S. Navy vessels - making coffee the
    strongest drink that could be served on board. For that reason, sailors
    started referring to a mug of strong coffee as "a cup of Joe". - idiomsite.com)
    Last edited by craftzombie; 13 Nov 2006 at 03:10 PM. Reason: added info silly!

  3. #3
    Join Date
    Jan 2006
    Location
    Portland, Oregon
    Posts
    276
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by craftzombie View Post
    cup of joe = cup of coffee

    I'm a homeschooler and I just taught my son about idioms.
    what did you just call me?!

    lol. j/k.

    I have made some important (but bearly any visible) changes to the mod today. Anyone willing to test it? Only usefull if feedback is going to be returned of course.
    I'm actually still using the previous version of this mod and the 1.3.5 version of zencart. So I could test for 1.3.5 and then upgrade and test for 1.3.6.

    Just let me know. Andrew is going to get a "cup of joe" this week. ha ha.

    thanks again
    mafiasam

  4. #4
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by mafiasam View Post
    what did you just call me?! lol. j/k.
    Ha! I thought that might happen when I was writing it!


  5. #5
    Join Date
    Jun 2004
    Location
    Irvine, Scotland
    Posts
    115
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Hi Paul...

    How about adding the ability to only show products which are activated at the moment if i go to a category it shows me all products and i would like only those which are switched on.

    or maybe thats already there and ive missed the switch.

  6. #6
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Quick Updates 1.3 ?

    How about adding the ability to only show products which are activated at the moment
    That happens to be on my own list too. Difficult to say when I will get to it. A lot depends on how fast modifications to another (external) script go, which I use in conjuction with quick_updates. It may take a day, or it may take much longer.... ;-)

  7. #7
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by boyemillar View Post
    if i go to a category it shows me all products and i would like only those which are switched on.
    For now you can edit this line (in admin/quick_upates.php):
    Code:
      $where = array();
    And add a line, so that it becomes:
    Code:
      $where = array();
      $where[] = "p.products_status = '" . 1 . "'";
    Later I will include it as a switch.

  8. #8
    Join Date
    Sep 2006
    Posts
    37
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by paulm View Post
    Don't know what "a cup joe" is (English is not my native language). But I assume it's something good ;-) Maybe better buy one for Andrew (a_berezin) first, he did a lot of good work on this contribution! It was *very* messy before he updated it.

    I have made some important (but bearly any visible) changes to the mod today. Anyone willing to test it? Only usefull if feedback is going to be returned of course.
    I would be glad to test on my site. I can test with both IE and Firefox browsers.

    Thanks,
    George Garcia

    Plushcosmetics.net

 

 

Similar Threads

  1. Quick Updates
    By jayson.gurney in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 1 Mar 2008, 11:08 AM
  2. Quick Updates 2.0*
    By Doodlebuckets in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 6 Jun 2007, 01:32 PM
  3. Quick Updates
    By tuckerm in forum Customization from the Admin
    Replies: 11
    Last Post: 16 Dec 2006, 11:45 PM

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