Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2009
    Posts
    35
    Plugin Contributions
    0

    Default Attributes - where they show

    Hi All,

    i have set up my attributes but they show so far down the page i dont think my customers will see they have a choice of colours etc.

    How do i move the attributes so that it is clear that there is a choice of colours etc with some items?

    Here is a link to a product so you can see what i am talking about.
    http://magicalbeings.co.uk/index.php...products_id=18

    thanks for your help!

    suzi

  2. #2
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,068
    Plugin Contributions
    0

    Default Re: Attributes - where they show

    Mark
    Hare Do - Does the rabbit beat Zen "never".
    Zen Cart 1.5.1 Update Release Need help Purchase the Book

  3. #3
    Join Date
    Jul 2009
    Posts
    35
    Plugin Contributions
    0

    Default Re: Attributes - where they show

    Thanks mark for your reply. i have read the article numerous time and i am sorry to say i don't understand it!

    i have the source code and can see where the attributes are but i don't understand where to make the changes in the template file!

    thanks

    Suzi

  4. #4
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,068
    Plugin Contributions
    0

    Default Re: Attributes - where they show

    You will find this block of code below here:
    PHP Code:
    <!--bof Attributes Module -->
    <?php
      
    if ($pr_attr->fields['total'] > 0) {
    ?>
    <?php
    /**
     * display the product atributes
     */
      
    require($template->get_template_dir('/tpl_modules_attributes.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_attributes.php'); ?>
    <?php
      
    }
    ?>
    <!--eof Attributes Module -->
    and move it to where you would like ...
    Mark
    Hare Do - Does the rabbit beat Zen "never".
    Zen Cart 1.5.1 Update Release Need help Purchase the Book

 

 

Similar Threads

  1. Align Attributes to Show evenly
    By DigitalGuard in forum General Questions
    Replies: 5
    Last Post: 23 Mar 2010, 12:16 AM
  2. Want attributes to show on one page but not other
    By JohnEstrella in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 7 Aug 2009, 07:50 PM
  3. Attributes do not show up
    By drybsmt in forum Setting Up Categories, Products, Attributes
    Replies: 11
    Last Post: 19 Jun 2009, 02:21 PM
  4. attributes show last
    By jano in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 5 Sep 2008, 05:24 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
  •