Results 1 to 9 of 9
  1. #1
    Join Date
    Jul 2011
    Posts
    8
    Plugin Contributions
    0

    Default How to create an attributes box?

    Hi, im new to the forum and also new to Zen. Can anyone tell me how to create an attributes box like the one on this site:

    http://www.giftsncertificates.com/in...&products_id=7

    Any help in laymans terms very appreciated.

    Jane

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

    Default Re: How to create an attributes box?

    Obviously this forum isnt as good as its claiming to be! Dont matter i will find out from elsewhere!

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

    Default Re: How to create an attributes box?

    Sometimes, if you do not get an answer ... it helps if you add on to your original thread and it will help people to see that you question has been overlooked or missed ... it also raises the question to the top so that if it did get missed, the volunteers on our Free Forum will see it and be able to help you ...


    You would go to the Option Names Manager and make Option Names ...

    Name
    Type: TEXT
    Sort Order: 10

    Date of Birth: (day)
    Type: Dropdown
    Sort Order: 20

    Date of Birth: (month)
    Type: Dropdown
    Sort Order: 30

    Date of Birth: (year)
    Type: TEXT
    Sort Order: 40

    Database
    Type: Dropdown
    Sort Order: 50

    Format(s)
    Type: Checkbox
    Sort Order: 60


    Then go to the Option Values Manager ...

    Option Name: Date of Birth: (day)
    Option Value: Select Day
    Sort Order: 0

    Option Name: Date of Birth: (day)
    Option Value: 1
    Sort Order: 1

    Option Name: Date of Birth: (day)
    Option Value: 2
    Sort Order: 2

    Option Name: Date of Birth: (day)
    Option Value: 3
    Sort Order: 3

    Repeat to 31

    Option Name: Date of Birth: (month)
    Option Value: Select Month
    Sort Order: 0

    Option Name: Date of Birth: (month)
    Option Value: January
    Sort Order: 1

    Option Name: Date of Birth: (month)
    Option Value: February
    Sort Order: 2

    Repeat to December

    Option Name: Database
    Option Value: Select Country
    Sort Order: 0

    Option Name: Database
    Option Value: England
    Sort Order: 1

    Repeat for all countries


    Option Name: Format(s):
    Option Value: Email
    Sort Order: 10

    Option Name: Format(s):
    Option Value: CD
    Sort Order: 20

    Option Name: Format(s):
    Option Value: Printed
    Sort Order: 20

    Go to the Attributes Controller ...

    Find your Category ...

    Find Your Product ...

    Now build the Attributes from the Option Names and Option Values ...

    Add their prices (if any) ...

    On the Option Values for:
    Select something

    Set as:
    Default YES
    Display Only YES

    You can find more information on Attributes, Option Names and Option Values in the Tutorials ...
    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!

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

    Default Re: How to create an attributes box?

    Hi Linda Sorry its the box which the attributes are inside im trying to work out how to create. I dont know how to create it or get the product attributes inside the box the way it is in that site.

    Thanks

    jane

  5. #5
    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!

  6. #6
    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

  7. #7
    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.

  8. #8
    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

  9. #9
    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