Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Oct 2006
    Posts
    51
    Plugin Contributions
    0

    Default idiots guide - attributes - categories

    Newbie here and not knowledgable on PHP.

    I need to get a basic wine shop up and running before end of month, with us to test the market at a particular event. I have thus chosen the default template to get the job done quickly and will work on a more custom solution once an initial three month test period is done.

    1) I would like to add two attributes to each product as a num value.
    i.e. Quality and Value For Money
    These values should then be displayable in the product page.

    Can this be easily done please?

    2) I have created the category/product structure as follows: -
    Type, Colour, Country - Product i.e. Wine, Red, Australia
    I have then used Product Model as Sweet, Dry, etc.

    I wish to have products displayed by Country or Colour or Type. This could ideally be in the form of an amazon tab for example.

    Can this be easily done please?

    3) Is it possible to easily make the languages appear on the top row rather than a side box with the default template please?

    4) How do i change the "Manfucturer" to "Producer" and "Product Model" to "Type" on the display for products for wine? or more simply, is it possible to create new product types like Wine, Spirits, etc with some specific attributes from admin?

    Grateful for any assistance you can offer this newbie. Am trying to get through the docs, etc but difficult when plenty of other tasks that need to be completed.

    Cheers
    GwaiTsi

  2. #2
    Join Date
    Sep 2004
    Posts
    1,388
    Plugin Contributions
    4

    Default Re: idiots guide - attributes - categories

    Frank Koehl
    "Cleverly Disguised as a Responsible Adult"

    frankkoehl.com

  3. #3
    Join Date
    Oct 2006
    Posts
    51
    Plugin Contributions
    0

    Default Re: idiots guide - attributes - categories

    Sarcasism is always good....thanks.

    Has helped me with Q1, but unfortunately not with the other three questions.

    In simple terms, can i do Q2-Q4 without coding work please?

    Thanks for any help.

    As previously stated i really need an interim site running quick smart and will work on the bells and wistles once the main event is over.

  4. #4
    Join Date
    Sep 2004
    Posts
    1,388
    Plugin Contributions
    4

    Default Re: idiots guide - attributes - categories

    Quote Originally Posted by GwaiTsi View Post
    2) I have created the category/product structure as follows: -
    Type, Colour, Country - Product i.e. Wine, Red, Australia
    I have then used Product Model as Sweet, Dry, etc.

    I wish to have products displayed by Country or Colour or Type. This could ideally be in the form of an amazon tab for example.

    Can this be easily done please?
    You want to use product categories, and then customize your display to arraneg them however you want:
    https://www.zen-cart.com/tutorials/i...hp?article=132
    https://www.zen-cart.com/tutorials/index.php?article=55
    https://www.zen-cart.com/tutorials/index.php?category=4
    3) Is it possible to easily make the languages appear on the top row rather than a side box with the default template please?
    If you define easy as editing HTML, then yes. Zen cart does a lot fo thigns for you automatically, but changing layout and function will always require you to edit files. It's just part of customizing any web product.
    https://www.zen-cart.com/tutorials/index.php?category=4
    4) How do i change the "Manfucturer" to "Producer" and "Product Model" to "Type" on the display for products for wine? or more simply, is it possible to create new product types like Wine, Spirits, etc with some specific attributes from admin?
    Sure!
    https://www.zen-cart.com/tutorials/index.php?article=53
    https://www.zen-cart.com/tutorials/i...hp?article=114
    Frank Koehl
    "Cleverly Disguised as a Responsible Adult"

    frankkoehl.com

  5. #5
    Join Date
    Oct 2006
    Posts
    51
    Plugin Contributions
    0

    Default Re: idiots guide - attributes - categories

    thanks blindside, i did manage to get answers for all my questions (after doing some homework )

    of course, doing home work does take longer than just asking the question

  6. #6
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,237
    Plugin Contributions
    20

    Default Re: idiots guide - attributes - categories

    Quote Originally Posted by GwaiTsi View Post
    of course, doing home work does take longer than just asking the question
    Not always - as you see, it was a week before blindside was able to reply to you (during which time he had done some research in finding specific links for you! ) and you had already found the answers!
    Development Manager @ JSWeb Ltd
    Over 15 years with Zencart

  7. #7
    Join Date
    Sep 2004
    Posts
    1,388
    Plugin Contributions
    4

    Default Re: idiots guide - attributes - categories

    Well-stated Ryk.
    Frank Koehl
    "Cleverly Disguised as a Responsible Adult"

    frankkoehl.com

  8. #8
    Join Date
    Aug 2006
    Location
    ulaanbaatar
    Posts
    94
    Plugin Contributions
    0

    idiots guide - attributes - categories

    Hello all

    I think I'm in a right place to ask this.
    Once I wanted to test the template newly downloaded and when click on all products' names or images, it gives an error message:
    Fatal error: Call to undefined function zen_truncate_paragraph() in \Program Files\***\htdocs\zen\includes\modules\meta_tags.php on line 271
    What is broken? How to fix?

    Thanks in advance
    Last edited by LostSheep; 16 Oct 2006 at 07:33 PM.

  9. #9
    Join Date
    Aug 2006
    Location
    ulaanbaatar
    Posts
    94
    Plugin Contributions
    0

    idiots guide - attributes - categories

    Readings on this line: $products_description = zen_truncate_paragraph(strip_tags(stripslashes($product_info_metatags->fields['products_description'])), MAX_META_TAG_DESCRIPTION_LENGTH);

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

    Default Re: idiots guide - attributes - categories

    You appear to be missing the function itself:
    zen_truncate_paragraph

    This is located in the:
    /includes/functions/functions_general.php

    Did you perhaps overwrite it with an add-on? Or accidentally remove it or not upgrade the file at some point?
    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!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. EasyPopulate for Idiots.....?
    By Serious in forum All Other Contributions/Addons
    Replies: 18
    Last Post: 19 Feb 2011, 12:19 AM
  2. Easy Populate Idiots Guide in the WIKI
    By schoolboy in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 18 Sep 2010, 01:58 AM
  3. Upgraded to 1.3.9d No Products in my Categories, No Attributes
    By NWCE in forum Upgrading from 1.3.x to 1.3.9
    Replies: 2
    Last Post: 17 Jun 2010, 04:47 AM
  4. Attributes on Sub-Level categories
    By Yizit in forum Setting Up Categories, Products, Attributes
    Replies: 7
    Last Post: 1 May 2008, 06:44 PM
  5. Categories and Attributes
    By shadoh in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 17 Dec 2007, 10:51 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