Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2006
    Location
    UK
    Posts
    158
    Plugin Contributions
    0

    Default [Done v1.3.9a] Option Values - Editing in Admin doesn't display whole value

    Hi,

    I have a problem in Admin when editing Option Values, it doesn't display the whole 'value' it cuts off the last few characters. The whole 'value' is there if the editing is cancelled or saved.

    I need the whole value to be displayed when editing too.

    Attached is a screen print of what I mean - I have, as you can see, been able to increase the size of the field in options_values_manager.php and have also increased the table products_options_values_name in phpmyadmin. But it hasn't helped. The last few characters are still missing when I edit.



    Any ideas please?

    Many thanks
    Claire

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Option Values - Editing in Admin doesn't display whole value

    Edit the file:
    /admin/options_values_manager.php

    and try changing the line:
    Code:
              $inputs .= $languages[$i]['code'] . ':&nbsp;<input type="text" name="value_name[' . $languages[$i]['id'] . ']" ' . zen_set_field_length(TABLE_PRODUCTS_OPTIONS_VALUES, 'products_options_values_name', 25) . ' value="' . $value_name->fields['products_options_values_name'] . '">&nbsp;<br />';
    to read:
    Code:
              $inputs .= $languages[$i]['code'] . ':&nbsp;<input type="text" name="value_name[' . $languages[$i]['id'] . ']" ' . zen_set_field_length(TABLE_PRODUCTS_OPTIONS_VALUES, 'products_options_values_name', 25) . ' value="' . zen_output_string($value_name->fields['products_options_values_name']) . '">&nbsp;<br />';
    and let us know if that helps you with this ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Jul 2006
    Location
    UK
    Posts
    158
    Plugin Contributions
    0

    Default Re: Option Values - Editing in Admin doesn't display whole value

    Fabulous, it works!

    You are a star!

    Thank you very very much.

    Claire

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Option Values - Editing in Admin doesn't display whole value

    Thanks for the update that this works for you ... moving to the BugFixes forum ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. selectable option name and option value display
    By mgwirelessllc in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 15 May 2011, 02:47 AM
  2. [Done v1.5.0] HTMLarea Editor doesn't show when editing coupons
    By respawnedelectronics in forum Bug Reports
    Replies: 9
    Last Post: 3 Nov 2010, 04:17 PM
  3. [DONE v1.3.9] Inch marks in Attribute Option Values
    By stride-r in forum Bug Reports
    Replies: 3
    Last Post: 5 Nov 2009, 12:57 AM
  4. Attribute Option Values Don't show correct Value!?
    By notfarnow in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 27 Sep 2007, 08:45 PM
  5. v1.3.7 Option Values Manager lost value parts
    By asknight in forum Bug Reports
    Replies: 1
    Last Post: 10 Jan 2007, 07:57 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