Page 44 of 67 FirstFirst ... 34424344454654 ... LastLast
Results 431 to 440 of 667
  1. #431
    Join Date
    Aug 2007
    Location
    Cannon Beach, OR
    Posts
    180
    Plugin Contributions
    0

    Default Re: Quick Updates v2.03

    I have Quick Updates v2.03 installed on a ZenCart 1.3.8a. I've been using earlier versions of Quick Updates on earlier ZC versions and not had this issue come up:

    I recently added a product. It has a long description field of 4 or 5 paragraphs. It has a hyper link in it. When displaying the Quick Updates page, the descriptions only show if you mouse-over the "e" button in the description column. However for this new product, part of the description for this new product is inserted into the quick updates line and pushes the rest of the columns way over to the right. See photo.

    After playing around with the text in the description for a while, I found that the only text that got inserted incorrectly into the Quick Updates row was a hyperlink and the text after the hyperlink. The text prior to the hyperlink would show up normally when you do the mouseover the "e" button, and the rest of the text would be inserted into the table displaying the Quick Updates fields, messing it all up.

    I've found that wherever I move the hyperlink, the same phenomena occurs. And it always starts with the hyperlink. The mouseover will show the text up to the hyperlink, and the hyperlink and all following text will jam itself into the Quick Updates table.

    Here's the hyperlink:
    HTML Code:
    For the full installation instructions, please go to <a target="_blank" href="http://www.fuelsaver-mpg.com/doc/afr_efie_install.html">Wide Band EFIE Installation Instructions</a>.
    I have hyperlinks in most all of my descriptions, but this has never occurred before. Does anyone have a clue on this one?

    Thanks.
    Attached Images Attached Images  

  2. #432
    Join Date
    May 2007
    Posts
    41
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by n_36 View Post
    Hi all,

    I've got an issue where I get logged-out of the admin panel whenever I click one of the drop-down menu's in Quick Updates 2.04, anyone got any ideas why this is happening and how to stop it doing this?

    I recently updated my php to 5.2.5 and had some issues with being able to log in the admin panel at all, but got resolved, not sure if this is related.

    Cheers...
    I was having this same issue. After some research I was able to get rid of this "bug"...sorta....or at least I found a work around. Here's what I did:
    Change /cache permissions to 777
    Disabled firewall while using Quick Updates - I have Zone Alarm running on my PC and for some reason it was part of the problem.

    Ensure you clear your cache, close all browser windows, then shutdown firewall. Then open your browser and go to your admin login page directly. If you don't have it bookmarked, I'd do that to limit your computers exposure to the outside realm
    After that I was able to select anything with the pull down menus, update products, etc... without getting returned to the login page.

    This works for me, I am running zencart 1.3.8a and using Quick Updates v2.04

  3. #433
    Join Date
    Aug 2007
    Location
    Cannon Beach, OR
    Posts
    180
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Hmmm. This sounds a little bit much for me, but it points me in a direction I had looked at. I'm not surprised that the firewall has managed to get involved in this. I use Kaspersky. I'll look into that...

  4. #434
    Join Date
    Mar 2009
    Posts
    221
    Plugin Contributions
    1

    Default Re: Quick Updates v2.03

    kehrli,

    Did you figure out what was causing this issue. I just installed Quick Updates 2.04 and am having the EXACT same issue as you describe and show in your screenshot with the columns.

  5. #435
    Join Date
    Feb 2006
    Posts
    14
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by paulm View Post
    Sorry, I only take a quick look at this thread now and then, but I really have no plans to update or seriously support the 2.x versions. Unless someone pays me to do so, or I get very bored for some reason, maybe .

    But everyone is free to fix it of course In that case lookup all get forms, and ad the zen_hide_session_id() function like in other Zen Cart code.

    I would fix any cookie issues with your site too though. As far as I know you won't have a problem with this if the cookies work.
    UPDATE for anyone else with the same problem I had re: being logged out when selecting an option from the manufacturer/category etc. I finally got it working using the above advice (as I'm not a programmer).

    1. Open up: quick_updates.php
    2. Add:

    . zen_hide_session_id() .

    ...just after the: '&nbsp;&nbsp;' in lines 599 to 602 for the drop down menus.

    3. Voila.. should all work now.

  6. #436
    Join Date
    Apr 2009
    Posts
    102
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    i love this mod, anyone know if there is anything like this for attribute prices?

  7. #437
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    648
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Hi All,

    I installed quick updates and what a fantastic module this is because it does save a lot of time with updating bulk items at once.

    My question is that I installed quick updates some months back and all is working great and have no problems at all but I then installed another module products_profit_margin_calculator_reportv1.1 which is another good module where you put in your cost price and % margin that you want.

    What I was wondering was when quick updates screen comes up it does not show the percentage markup column and if there is a fix for this issue in order to make it work within quick updates so both mods work together in order to update pricing in the future.

    Any advice would be great as I love quick updates but really need the profit margin module as we work on % on cost and have several different %'s depending on cost of the item and we adding product on a daily basis so you can see why we need quick updates as well otherwise it would take days to redo the % markup on cost.

  8. #438
    Join Date
    Jul 2007
    Location
    Jakarta
    Posts
    358
    Plugin Contributions
    0

    red flag Re: Quick Updates 1.3 ?

    When adding the SQL patch there is an error:

    ERROR: Cannot insert configuration_key "" because it already exists
    Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.

    This seems simple and I've had this error before but I can't remember the solution.

  9. #439
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by shocker View Post
    When adding the SQL patch there is an error:

    ERROR: Cannot insert configuration_key "" because it already exists
    Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.

    This seems simple and I've had this error before but I can't remember the solution.
    You must rewrite install.sql.

  10. #440
    Join Date
    Jul 2007
    Location
    Jakarta
    Posts
    358
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by a_berezin View Post
    You must rewrite install.sql.
    Can you be more elaborate?

 

 
Page 44 of 67 FirstFirst ... 34424344454654 ... 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