Results 1 to 10 of 10
  1. #1
    Join Date
    Jul 2012
    Posts
    52
    Plugin Contributions
    0

    Default How do I edit Product Listing "Price", "Qty." and Product Info Move "details"?

    First I would like to know how can I edit the Price and Qty in the product listing. I need to change the color and size of the Price. Then move the position of the Qty amount so that it lines up with the text box and the add to cart button. For the Qty I would like to have it say "In Stock:" right before the number.

    http://www.schobookcollectibles.com/...ex&cPath=68_74

    Second I am having trouble positioning the Product Details that show up in the Product Info page. Every time I move the Product Details that is located in "includes/templates/custom_template/templates/tpl_product_info_display.php" it moves below the "add to cart" even though I place it before it and sends the qty box and add to cart button flying in different directions.

    I would like to to look like the pic on the right. The left is how it is now.

    Name:  Image4.jpg
Views: 430
Size:  12.9 KB

    http://www.schobookcollectibles.com/...oducts_id=1124

    Thank you,

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: How do I edit Product Listing "Price", "Qty." and Product Info Move "details"?

    You would have to change the order of listing in a copy of the file file for your template
    Do this first then a bit of css might be needed to position it

    /includes/templates/template_default/templates/tpl_product_info_display.php
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jul 2012
    Posts
    52
    Plugin Contributions
    0

    Default Re: How do I edit Product Listing "Price", "Qty." and Product Info Move "details"?

    Quote Originally Posted by kobra View Post
    You would have to change the order of listing in a copy of the file file for your template
    Do this first then a bit of css might be needed to position it

    /includes/templates/template_default/templates/tpl_product_info_display.php
    I edited the file.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: How do I edit Product Listing "Price", "Qty." and Product Info Move "details"?

    I edited the file.
    But you have it placed after the add to cart entry???
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Jul 2012
    Posts
    52
    Plugin Contributions
    0

    Default Re: How do I edit Product Listing "Price", "Qty." and Product Info Move "details"?

    Its placed before it. For some reason it goes under it.

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: How do I edit Product Listing "Price", "Qty." and Product Info Move "details"?

    In your templates stylesheet find this and add what is in red

    Code:
    #cartAdd }
    	margin: 0em;
    	padding: 0.5em;
            float: right;
            width: 200px;
    	}
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Jul 2012
    Posts
    52
    Plugin Contributions
    0

    Default Re: How do I edit Product Listing "Price", "Qty." and Product Info Move "details"?

    Quote Originally Posted by kobra View Post
    In your templates stylesheet find this and add what is in red

    Code:
    #cartAdd }
    	margin: 0em;
    	padding: 0.5em;
            float: right;
            width: 200px;
    	}
    Just did that but now its all down on the bottom.

    Ok so I used a negative margin to get it moved up.

    #productDetailsList {
    margin: 0em 0em 0em 44.6em;
    margin-top:-225px;
    font-weight: bold;
    list-style-type: none;
    }

    Still need to get the qty text box and the cart in line again like before.
    Last edited by schobook; 17 Jan 2013 at 06:23 PM.

  8. #8
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: How do I edit Product Listing "Price", "Qty." and Product Info Move "details"?

    Find this
    Code:
    #productDetailsList {
    	margin: 0em 0em 0em 44.5em;
    	font-weight: bold;
            list-style-type: none;
    	}
    Edit it to this
    Code:
    #productDetailsList {
            width: 80px;
            margin: 10em 0em 0em 0em;
    	font-weight: bold;
            list-style-type: none;
    	}
    Zen-Venom Get Bitten

  9. #9
    Join Date
    Jul 2012
    Posts
    52
    Plugin Contributions
    0

    Default Re: How do I edit Product Listing "Price", "Qty." and Product Info Move "details"?

    Quote Originally Posted by kobra View Post
    Find this
    Code:
    #productDetailsList {
    	margin: 0em 0em 0em 44.5em;
    	font-weight: bold;
            list-style-type: none;
    	}
    Edit it to this
    Code:
    #productDetailsList {
            width: 80px;
            margin: 10em 0em 0em 0em;
    	font-weight: bold;
            list-style-type: none;
    	}
    That made it worse. All I need to do now is get the text box and the add to cart button lined up like before.

    Thanks,

  10. #10
    Join Date
    Jul 2012
    Posts
    52
    Plugin Contributions
    0

    Default Re: How do I edit Product Listing "Price", "Qty." and Product Info Move "details"?

    Can anybody help me with this?

    "I would like to know how can I edit the Price and Qty in the product listing. I need to change the color and size of the Price. Then move the position of the Qty amount so that it lines up with the text box and the add to cart button. For the Qty I would like to have it say "In Stock:" right before the number."

    Thank you,

 

 

Similar Threads

  1. Replies: 0
    Last Post: 27 Nov 2011, 06:04 PM
  2. EasyPopulate problem: "Add to Cart" and "price" not showing on product info page
    By pcspot in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 29 Apr 2010, 08:06 AM
  3. Remove "Product Image" "Item Name" and "Price"...
    By rebekah in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Sep 2008, 06:08 PM
  4. Product Listing, Align "Price" with "More info"
    By utopiko in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 29 Apr 2008, 04:49 AM
  5. How to add a string to "product info" and "product listing"?
    By SanchoPanza in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 20 Dec 2007, 03:07 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