Page 39 of 68 FirstFirst ... 29373839404149 ... LastLast
Results 381 to 390 of 676
  1. #381
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by ryska View Post
    or display WHOLESALE_PRICE without and with TAX.
    You can display the wholesale price without tax by going to:

    admin\includes\extra_configures\quick_updates.php

    find:

    // change to 'true' to enable wholesale price updates
    define('QUICKUPDATES_MODIFY_WHOLESALE_PRICE', 'false');

    and change false to true

    But as far as displaying those prices with tax... I can't help you there!

  2. #382
    Join Date
    Mar 2005
    Location
    Tempe, AZ
    Posts
    324
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Chadderuski,

    Thanks for the step in the right direction from your help and help of others on the in the board i got it work along with changes made to EX-pop good luck with your check boxes

    Quote Originally Posted by chadderuski View Post
    Lextechs:

    Is this field in the products database? If it is, it should be quite simple to add it. You only need to edit two files. One is the main quick_updates.php, and the other is in the includes/languages/english (i hope I remember that right) directory. The second file is used to define your column headers. If you are going to add a pricing column, then model it after an existing price column.

    I was able to add two fields minimum order quantity and quantity units in about 20 minutes with testing.

    BE SURE TO BACK YOUR DATA UP with the plug-in!

    With these two fields, it was merely a matter of duplicating the code, then using the appropriate field name in the database (use phpMyAdmin to see structure, or download your MySQL backup and look there) in place of the similar field.

    Really a no brainer.

    Wish I could say that about Check Boxes (gnashes teeth)!

    -Chaddro.
    Lextechs.com Powered By ZenCart

  3. #383
    Join Date
    Oct 2006
    Posts
    8
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by craftzombie View Post
    Even though you haven't received a reply, it is always good to give thanks to everyone who contributes to zen cart. It is even better to contribute to the zen community yourself by posting how you solved your problem. Many of the problems you will need help with in the future will most likely be answered by someone who used to have the same problem.
    You are exactly right. I was just frustrated at the time trying to resolve what I thought was a problem. I do appreciate those out here making Zen Cart what it is. Zen Cart has been a blessing for me and I am really happy with what it has become so far. I expect meany great things in the future and will contribute any usefull information I may come up with.

  4. #384
    Join Date
    Jun 2005
    Posts
    355
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Can anyone tell me how to change the width of the Name Column? I would like is to be about twice as wide, but the category column could be about half as wide, and the category numbers don't need to display at all. Thanks!
    2 + 2 = 5 for extremely large values of 2

    Pez Collectors Store •••••••• My Plugins List

  5. #385
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by gothstone View Post
    Can anyone tell me how to change the width of the Name Column? I would like is to be about twice as wide, but the category column could be about half as wide, and the category numbers don't need to display at all. Thanks!
    Hopefully this works for you. It did for me!

    Open up admin/includes/stylesheet_quick_updates.css

    and add this:

    .productsName input { width: 15em; }

    td.smallText option {width:7em;}


    You can play with the numbers to get the sizes you want.

    I'm not sure about not displaying the cat numbers though.

  6. #386
    Join Date
    May 2005
    Location
    England
    Posts
    675
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Hello there,

    I wonder if anyone had a fix for using the popup edit function. When you save the description, it doesn't save when you look at the item. I have a modified product info in the admin, with extra fields, so may be something to do with that.

    Thanks in advance,

    Heathenmagic

  7. #387
    Join Date
    Feb 2008
    Location
    Herdorf, Germany
    Posts
    2
    Plugin Contributions
    0

    help question Re: Quick Updates 1.3 ? (Problem with the 2.04..)

    Hello everyone!

    First of all a lot of thanks to all those who contribute their Stuff to the Community, specially paulm for his great QU!

    I downloaded ver 2.04 from the Dutch-Hompage, and installed it on 1.37.1-german(from zen-cart.at) after adding a german translation for the headings and a slight modification in the .sql(added '43' to the Values in Line 17)-works perfectly!!!

    When I did my translation('d like to contribute the complete german-mod also to zen-cart.at but stucking with the Translation of the Insall/Readme..), I saw the following Stuff in the .php: // (In my case I added "products_artlid" because I wanted to store the article id's from my main supplier into my database)

    It would be an great help for me (and some other persons too?!..) to know, how to activate exactly this thing.. Since days i've tried to discover(even via search in several intl' Zen-Forums, but as I have no use in English(sorry for my crappy writing..) it's harder with languages you even never heard..) which line I have to add to my SQL-Database.. Sorry for asking, but mainly I use my (Linux-)Computers for Mediastuff, Artwork and so on.. Okay, I'm able to install a Zen-Cart and Style it in my way, but I have no Idea how and with wich exact Syntax to write a(this) patch for a Database!?

    An other thing, which I didn't solve for me is, how to modify the category-drop-down-list in the manufacturers-search-results to show the complete category-path instead only the last subcategories of the products..

    Is there anybody in the wide World who could help me with this article-id-thing and/or the search problem?! Thanks a lot!!!

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

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by HeathenMagic View Post
    I wonder if anyone had a fix for using the popup edit function. When you save the description, it doesn't save when you look at the item.
    Do you click Update (the button that updates all listed product) after saving the edits? It is a bit confusing at first, but when you click Save after editting the description(s) the edits are saved to the page only. And if you then click Update all the changes are saved to the database.


    @mediatux: products_artlid is indeed something I added for my own usage. I do not have an answer now though, but I hope to have time to get back to you later.

  9. #389
    Join Date
    Feb 2008
    Location
    Herdorf, Germany
    Posts
    2
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Hello everyone!

    As I solved the products_artlid-Thing for me, last night(5.30a.m.), I wanted to post the way I used for me. May others'd like to use it too.
    That are just two little things more to do while instaling the QU:
    1. add the Table to the Database (I used the code:
    ALTER TABLE `products` ADD `products_artlid` VARCHAR( 32 ) DEFAULT 'NULL' AFTER `products_model`; )
    2. switch the Extracolumnfeature in the /admin/includes/extra_configures/quick_updates.php to on (and renamed artlid to something more meaningful here in Germany)
    That's it!

    The only problem left I got with zen-cart now, is that I didn't find out to now, how to modify the category-drop-down-list in the manufacturers-search-results to show the complete category-path instead only the last subcategories of the products..

    @ HeathenMagic - maybe it's also a tip for you: With the html-Area used as Popupeditor, it somehow don't save the (pre)edits for me that I can't update them via the Update-Button as mentioned by paulm, but the updating works fine after editing the Description in the plain-text-mode..

  10. #390
    Join Date
    Aug 2007
    Posts
    25
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Great Mod, It saves my staff tons of time.. Is there a way to get this mod to work with Group Pricing (per Item) module? Groups A-D



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

 

 
Page 39 of 68 FirstFirst ... 29373839404149 ... 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