Results 1 to 9 of 9

Hybrid View

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

    Default Re: How to create an attributes box?

    I am not sure what you mean by "the box which the attributes are inside" ...

    Do you mean the TEXT box such as for the Name?

    If you go to your Catalog ... Option Name Manager ... what do you see in the dropdown where it reads:
    en: Order: (dropdown here) INSERT BUTTON
    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!

  2. #2
    Join Date
    Jul 2011
    Posts
    8
    Plugin Contributions
    0

    Default Re: How to create an attributes box?

    No on that website all the personalisation options are all neatly surrounded by a square box. Im trying to work out how to create that box so that i can place all my options inside it.

    janet

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: How to create an attributes box?

    That is an extremely simple CSS issue. The site you refer to uses this rule in its stylesheet.css:
    Code:
    #productAttributes {
        border: 1px solid #BFBFBF;
        float: left;
        margin: 5px 0 0 10px;
        padding-left: 5px;
        width: 100%;
    }
    Your attributes already have a "container" named #productAttributes; you just need to tell it how to be styled.

  4. #4
    Join Date
    Jul 2011
    Posts
    8
    Plugin Contributions
    0

    Default Re: How to create an attributes box?

    Quote Originally Posted by gjh42 View Post
    That is an extremely simple CSS issue. The site you refer to uses this rule in its stylesheet.css:
    Code:
    #productAttributes {
        border: 1px solid #BFBFBF;
        float: left;
        margin: 5px 0 0 10px;
        padding-left: 5px;
        width: 100%;
    }
    Your attributes already have a "container" named #productAttributes; you just need to tell it how to be styled.
    Ok you have lost me lol. If i already have it how do i activate it if thats the right word.

    jane

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: How to create an attributes box?

    If you are going to customize a website, you need to know something about CSS (www.w3schools.com is a good resource). Also look at the tutorials for template customizing advice.
    You "activate" the box by adding a rule in /includes/templates/your_template/css/stylesheet.css. Search for #productAttributes. If it is not there, just add a new rule like the one I posted, probably at the bottom of the file to keep things organized. If it is there, add a border declaration like the one in red above.

 

 

Similar Threads

  1. v150 How to create a sale/special on products priced by attributes
    By sbaker6612 in forum Setting Up Specials and SaleMaker
    Replies: 2
    Last Post: 21 Nov 2015, 07:59 AM
  2. How do I create custom attributes?
    By bayshorecreations in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 21 Jul 2009, 04:50 AM
  3. Quantity Box Dissaperars When I create Attributes
    By watzursn in forum General Questions
    Replies: 1
    Last Post: 8 Sep 2008, 06:05 PM
  4. How Do I Create Discounts for Multiple Attributes?
    By leonardawilson in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 17 Aug 2007, 11:59 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