Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2006
    Location
    Dallas,TX
    Posts
    98
    Plugin Contributions
    0

    Default Prodcut attribute " Drop Down for Size"

    Good day,

    I have added my product attribute, (Size, drop down), but I need to move it right on top of " Add to the Cart " button. Can I move it?.. Here is a lilnk:
    http://www.femmexstudios.com/FXS/ind...products_id=38

    Please let me know ..

    -awk

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,269
    Plugin Contributions
    3

    Default Re: Prodcut attribute " Drop Down for Size"

    The position of elements on the Product Information Page are controlled by sections of code in tpl_product_info_display.php .

    The CORE file sits in:
    includes/templates/template_default/templates/

    When I look at your site's PAGE SOURCE, I see that you have not created a CUSTOM template, but have been making edits to the CLASSIC template. (This is a separate issue, but you should create your own csutom template...)

    Anyway...

    Get a COPY of tpl_product_info_display.php

    Open that COPY for editing, using a PLAIN TEXT EDITOR.

    The elements are "encased" in <!-- BOF --> and <!-- EOF --> comment tags.

    All you need do is CUT and PASTE these elements above/below other elements.

    In your case, find the section that relates to ATTRIBUTES, then CUT it from where it currently sits, and PASTE it higher up.

    SAVE the file.

    FTP the file to:
    includes/templates/classic/templates/

    You may also need to adjust CSS declarations to position this element more accurately.
    20 years a Zencart User

  3. #3
    Join Date
    Dec 2006
    Location
    Dallas,TX
    Posts
    98
    Plugin Contributions
    0

    Default Re: Prodcut attribute " Drop Down for Size"

    Thank you for the reply..

    May I ask you about your comment "you should create your own csutom template..."

    -awk

  4. #4
    Join Date
    Dec 2006
    Location
    Dallas,TX
    Posts
    98
    Plugin Contributions
    0

    Default Re: Prodcut attribute " Drop Down for Size"

    I did what you suggested... Now I am having some CSS issues as you mentioned..

    I have found where the CSS is in the code:
    <div id="productAttributes"><h3 id="attribsOptionsText">Please Choose: </h3>

    <div class="wrapperAttribsOptions">


    But I cannot see where id="productAttributes" is.. My Attribute is positioned on the left, If I could only move to right, I am there..

    Here is the link...
    http://www.femmexstudios.com/FXS/ind...products_id=34

    Thank you for your time..

    -awk

 

 

Similar Threads

  1. Attributes: Option Name Has Blank Drop Down List for "Option Type"
    By Dianne in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 14 Nov 2012, 06:53 PM
  2. Adding a "Size guide" link only if the "size" attribute is active in the product
    By dsided in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 7 May 2011, 01:55 PM
  3. Repositioning "Size" drop down box
    By Destroyer in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 12 Nov 2010, 01:49 PM
  4. Need help changing text size for: "Congratulations" & "Welcome Guest" on main page
    By STFlats in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 16 Apr 2007, 04:32 AM
  5. Can I Remove "(-1lbs)" from Attribute Drop-down?
    By rwclark in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 16 Mar 2007, 05:05 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