Page 12 of 67 FirstFirst ... 210111213142262 ... LastLast
Results 111 to 120 of 667
  1. #111
    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

  2. #112
    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!


  3. #113
    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.

  4. #114
    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.... ;-)

  5. #115
    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.

  6. #116
    Join Date
    Jun 2005
    Posts
    22
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by cataland View Post
    Hi, I just install this very usefull mod. I want's to add another comlumn, "p.product_price_w" for the wholesale price of the dual pricing contribution. What can I do to do this?

    Thanks a lot
    This is my questions, I think that not is very difficult. Can you help me, please. I have just tried.

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

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by cataland View Post
    This is my questions, I think that not is very difficult. Can you help me, please. I have just tried.
    Look for (in admin/quick_updates):
    Code:
    // added for products_purchase_price and margin
    It shows how/where I added two extra columns, adding other colums can be done in a similar way.

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

    Default Re: Quick Updates 1.3 ?

    Almost finished adding a quick products copier BTW :-) (but often the last parts are the hardest ;-) )

    Quote Originally Posted by ghgarcia View Post
    This is such a great mod. Have you ever considered doing the same thing for Attributes?
    Yes, but really only *considered*, I think a quick attributes editor should be a separate module. *maybe* a future version of the quick updates copier feature will offer the ability to copy attributes from an existing product to a new product.

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

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by paulm View Post
    but often the last parts are the hardest
    And also this time it appears to be true. By itself the copier works, but while testing I noticed strange behaviour concerning the categories. I am quite sure the categories edit feature of this mod does not work like it should. It lets you change "the category", but in reality each product can be linked to several categories (and has one master_categories_id, which quick_updates does not let you edit currently).

    So the categories edit feature should show the user al linked categories_id's for each products_id, and (separately) show the master_categories_id for it. It also should let the user select a range of categories_id's to assign to each product one of which *must* be the master_categories_id (and/or let the user select a master_categories_id from the selected categories_id's for that product).

    Anyone still reading?

    To make a long story short this probably will delay the release of my quick copier addon, since I think this problem should be fixed first. Or maybe the categories edit feature should be disabled until it's fixed....

    Another idea would be to drop the quick_updating of categories, and replace it by links to the Zen Cart "Multiple Categories Link Manager".

  10. #120
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by paulm View Post
    Look for (in admin/quick_updates):
    Code:
    // added for products_purchase_price and margin
    It shows how/where I added two extra columns, adding other colums can be done in a similar way.
    I am also looking for a way to add wholesale prices to quick updates (my favorite mod!!!). I tried doing it myself but my knowledge is very limited on this sort of thing. Having Quick Updates be able to update wholesale prices would save my life. Any help would be rewarded with my eternal love and an expensive dinner if you ever came to Texas.

 

 
Page 12 of 67 FirstFirst ... 210111213142262 ... LastLast

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

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