Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2007
    Location
    Asheville, NC
    Posts
    52
    Plugin Contributions
    0

    Default Move the attributes block in product page.

    I just can't seem to get it to move correctly.

    Here's a page:

    http://www.recovery-swag.com/index.p...roducts_id=191

    I'd like to move the attributes block to above the current location of the add to cart block.

    I've read every thread I can find on this, and have tried moving the attributes block of code around, but it never ends up where I want it.

    Can someone help?

    Thanks :)

  2. #2
    Join Date
    Oct 2007
    Location
    Asheville, NC
    Posts
    52
    Plugin Contributions
    0

    Default Re: Move the attributes block in product page.

    I know I have to move the code, But if anyone has a suggestion as to where, i'd love to hear it!

    :)

  3. #3
    Join Date
    Sep 2007
    Posts
    23
    Plugin Contributions
    1

    Default Re: Move the attributes block in product page.

    Hi,

    Don't know if you still need the info on this, if you do then click on this link:

    http://www.zen-cart.com/forum/showth...ove+attributes

    Once you go into the file that is listed on the thread look for:

    <!--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 -->

    Cut this section and paste above Bof Add to cart

    This will move the attributes to above the add to cart button like on my site www.metalarea.co.uk

 

 

Similar Threads

  1. v150 Product Description/Attributes Selection block move to left side
    By tsubasa2013 in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 24 Jul 2012, 11:31 AM
  2. Move the thumbnails on Product Page
    By whosetosay in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 11 Dec 2008, 04:45 PM
  3. Move the attributes block in product page.
    By alana1223 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 23 Nov 2007, 04:37 AM
  4. How To Move Attributes On Product Info Page.....Just Cant Get It
    By enchantedone in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 20 May 2006, 09:48 PM
  5. Move currency dropdown box under product price on the product info page
    By opelben in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 11 May 2006, 06:31 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