Page 4 of 4 FirstFirst ... 234
Results 31 to 37 of 37
  1. #31
    Join Date
    Mar 2011
    Posts
    148
    Plugin Contributions
    0

    Default Re: Moving Additional Pictures

    It is edited as requested.
    Now my discription and images are moved as they were before.
    In post #29 when I had no results, I just found out why. I had placed the file into CUSTOM_TEMPLATE. Now however, I have placed it into CUSTOM_TEMPLATE/ templates and things are better.

  2. #32
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Moving Additional Pictures

    Quote Originally Posted by sofasurfer View Post
    My goal is to have the images grouped closer as they now are and I would like to get the attributes and the "add to cart" button either to the right of the main image or somewhere close, where ever there is room.
    find:
    Code:
    <!--bof Product details list  -->
    CONTENTS WITHIN
    <!--eof Product details list -->
    and:
    Code:
    <!--bof Attributes Module -->
    CONTENTS WITHIN
    <!--eof Attributes Module -->
    move above:
    Code:
    <!--bof Add to Cart Box -->
    CONTENTS WITHIN
    <!--eof Add to Cart Box-->
    Then comes the CSS changes:

  3. #33
    Join Date
    Mar 2011
    Posts
    148
    Plugin Contributions
    0

    Default Re: Moving Additional Pictures

    All done.
    I did not notice any difference after this edit, just in case that is important.

  4. #34
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Moving Additional Pictures

    Quote Originally Posted by sofasurfer View Post
    All done.
    I did not notice any difference after this edit, just in case that is important.

    Did you look at a product with attributes?

  5. #35
    Join Date
    Mar 2011
    Posts
    148
    Plugin Contributions
    0

    Default Re: Moving Additional Pictures


  6. #36
    Join Date
    Dec 2010
    Posts
    37
    Plugin Contributions
    0

    Default Re: Moving Additional Pictures

    Quote Originally Posted by rbarbour View Post
    I am almost there!

    Sounds good, Just post on here or PM me.. thanks, you are a good man, or women, lol.

  7. #37
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Moving Additional Pictures

    sofasurfer
    In ADMIN > CONFIGURATION > IMAGES

    find:
    Product Info - Number of Additional Images per Row

    set value to (2)

    find:
    Code:
    <!--bof Main Product Image -->
    CONTENTS WITHIN
    <!--eof Main Product Image-->
    
    <!--bof Additional Product Images -->
    CONTENTS WITHIN
    <!--eof Additional Product Images -->
    Change to this:
    Code:
    <div class="productInfoImageWrapper">
    <!--bof Main Product Image -->
    CONTENTS WITHIN
    <!--eof Main Product Image-->
    
    <!--bof Additional Product Images -->
    CONTENTS WITHIN
    <!--eof Additional Product Images -->
    </div>
    now find all sections:
    Code:
    <!--bof Product Name-->
    CONTENTS WITHIN
    <!--eof Product Name-->
    
    <!--bof Product Price block -->
    CONTENTS WITHIN
    <!--eof Product Price block -->
    
    <!--bof free ship icon  -->
    CONTENTS WITHIN
    <!--eof free ship icon  -->
    
    <!--bof Product details list  -->
    CONTENTS WITHIN
    <!--eof Product details list -->
    
    <!--bof Attributes Module -->
    CONTENTS WITHIN
    <!--eof Attributes Module -->
    
    <!--bof Add to Cart Box -->
    CONTENTS WITHIN
    <!--eof Add to Cart Box-->
    
    <!--bof Quantity Discounts table -->
    CONTENTS WITHIN
    <!--eof Quantity Discounts table -->
    re-arrange like this & add div & br:
    Code:
    <div class="productInfoImageWrapper">
    <!--bof Product Name-->
    CONTENTS WITHIN
    <!--eof Product Name-->
    
    <!--bof Product Price block -->
    CONTENTS WITHIN
    <!--eof Product Price block -->
    
    <!--bof Quantity Discounts table -->
    CONTENTS WITHIN
    <!--eof Quantity Discounts table -->
    
    <!--bof free ship icon  -->
    CONTENTS WITHIN
    <!--eof free ship icon  -->
    
    <!--bof Product details list  -->
    CONTENTS WITHIN
    <!--eof Product details list -->
    
    <!--bof Attributes Module -->
    CONTENTS WITHIN
    <!--eof Attributes Module -->
    
    <!--bof Add to Cart Box -->
    CONTENTS WITHIN
    <!--eof Add to Cart Box-->
    </div>
    <br class="clearBoth" />
    then in your stylesheet add:
    Code:
    .productInfoImageWrapper {
    float:left;
    width:50% !important;
    }
    
    .productInfoInfoWrapper {
    float:right;
    width:50% !important;
    }
    
    #productMainImage {
    width:100% !important;
    }
    then find:
    Code:
    #cartAdd {
    CONTENTS WITHIN
    }
    and remove:
    Code:
    float:left;
    Here is a screenshot - good luck

    Attachment 9219

 

 
Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. v151 Problem viewing additional pictures
    By elvisstuff in forum General Questions
    Replies: 8
    Last Post: 30 Mar 2013, 10:09 PM
  2. additional pictures problem !
    By dmagic in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 7 Nov 2011, 11:38 PM
  3. Additional Pictures for my product?
    By ohmslaw in forum General Questions
    Replies: 2
    Last Post: 22 Jan 2008, 03:03 PM
  4. problem additional pictures
    By fcegarra in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 20 Oct 2007, 01:31 PM
  5. Additional Pictures - Help
    By neddie in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 27 Aug 2007, 09:09 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