Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2005
    Posts
    108
    Plugin Contributions
    0

    Default Text Box not appearing

    I think this issue might have something to do with the Products With Stock Attributes add-on I installed, as I've had trouble with attributes since doing so.

    Anyway, I have added a text box to an attribute, to offer personalization to an item. I see the option (Personalization on the item description page), but there is no text box for the customer to fill in:

    http://www.theemployeemall.com/culpe...products_id=14

    Any help would be appreciated.
    Last edited by Ajeh; 13 Sep 2008 at 08:35 PM. Reason: remove zenid

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

    Default Re: Text Box not eappearing

    What is the Option Type on the Option Name for your TEXT attributes?
    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!]
    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
    Dec 2005
    Posts
    108
    Plugin Contributions
    0

    Default Re: Text Box not eappearing

    Quote Originally Posted by Ajeh View Post
    What is the Option Type on the Option Name for your TEXT attributes?
    The option type is TEXT.

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

    Default Re: Text Box not appearing

    This is happening in the View Source and is what is wrong ...
    Code:
    <div class="wrapperAttribsOptions">
    <h4 class="optionName back"><label class="attribsInput" for="attrib-3-">Personalization</label></h4>
    <div class="back">
    The attrib-3 should be an attrib-3-0 but that isn't happening ...

    Can you look in the products_options_values table via phpMyAdmin ...

    Do you see an entry for:
    Code:
    products_options_values_id 	language_id 	products_options_values_name 	products_options_values_sort_order
    0 	1 	TEXT 	0
    If not, that is the problem and you need to add that to the table:
    Code:
    INSERT INTO products_options_values (products_options_values_id, language_id, products_options_values_name) VALUES (0, 1, 'TEXT');
    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!]
    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!

  5. #5
    Join Date
    Dec 2005
    Posts
    108
    Plugin Contributions
    0

    Default Re: Text Box not appearing

    Thanks for the reply.

    The details you provided above were present in the database...but while looking at the item in the table, I did notice something, which turned out to solve the problem.

    As I thought, the attributes by stock module was the issue...I noticed it with my other attributes--I need to make sure each attribute has its own stock level.

    The problem with the text box is there doesn't seem to be a place to enter stock for a text box...until you look in the database itself. I entered a stock quantity and the text box appeared!

    Thanks for pointing me in the right direction.

 

 

Similar Threads

  1. v151 Discount coupon box not appearing on payments page
    By PopularCrustacean in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 6
    Last Post: 18 Jun 2014, 05:05 PM
  2. v151 Paypal EC box appearing when not needed.
    By CHerbalist in forum PayPal Express Checkout support
    Replies: 6
    Last Post: 26 Mar 2014, 07:24 PM
  3. Edit box not appearing in admin after reupload
    By bugsydfx in forum Basic Configuration
    Replies: 2
    Last Post: 3 Jul 2010, 05:25 AM
  4. Discount Coupon not appearing in information side-box
    By ballyc27 in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 0
    Last Post: 9 Oct 2007, 10:24 PM
  5. Manufactures Box - Scroll bar not appearing...
    By Peace Freak in forum Basic Configuration
    Replies: 5
    Last Post: 14 May 2006, 02:47 AM

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