Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2008
    Posts
    9
    Plugin Contributions
    0

    Default Moving - Add to Cart and Attributes

    For the past two days I have been reading almost everything I could find on shopping carts, attributes and product page. I can not for the life of me figure out how (if there is even a way) two switch the two.

    My guess by now is in a php file somewhere.

    Because of the layout of the site when the attributes were added they went in below the add to cart button and you really don't see them. The client would like them above the add to cart button so people know they need to fill them out.

    Thanks in advance for any help.

    http://deathray3000.com/shop/index.p...&products_id=7

  2. #2
    Join Date
    Jul 2006
    Location
    Johannesburg
    Posts
    447
    Plugin Contributions
    1

    Default Re: Moving - Add to Cart and Attributes

    You need to modify the product info display file.

    \includes\templates\YOUR_TEMPLATE\templates\tpl_product_info_display.php

    The original can be found /includes/templates/template_default/templates

    You will find that all the display elements are neatly grouped together in this file. Each group starts with a BOF and endig with an EOF comment.

    Example:
    PHP Code:
    <!--bof free ship icon  -->

    <?php if(zen_get_product_is_always_free_shipping($products_id_current) && $flag_show_product_info_free_shipping) { ?>

    <div id="freeShippingIcon"><?php echo TEXT_PRODUCT_FREE_SHIPPING_ICON?></div>

    <?php ?>

    <!--eof free ship icon  -->
    Make sure you select the complete group and move above or below any other group to change your product info display page.
    Last edited by Louis; 12 Mar 2008 at 05:14 PM.

  3. #3
    Join Date
    Mar 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Moving - Add to Cart and Attributes

    Great! Thanks Louis I will give it a shot right now.

  4. #4
    Join Date
    Mar 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Moving - Add to Cart and Attributes

    Quote Originally Posted by Zoramilea View Post
    Great! Thanks Louis I will give it a shot right now.

    It worked! Again thank you Louis for your time in responding to my post

 

 

Similar Threads

  1. Help moving attribute, price, and add to cart on prod description page
    By MULISH in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 May 2009, 01:39 AM
  2. Moving Add to Cart button below Attributes.
    By wittlethings in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 25 Apr 2009, 06:05 AM
  3. Product Page moving 'add to cart' and prev/next buttons
    By scouting82 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 25 Feb 2009, 04:55 AM
  4. Moving Add Cart to right of Attributes
    By r1formetoo in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 30 Jan 2009, 07:03 PM
  5. Add to cart and attributes
    By mattys in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Oct 2006, 01:26 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