HTML - Which Product Is Right For Me?
I need some sort of product comparison tool, script, or coding for my website. You must be able to select your line of work and any features you need, and have it match you with the correct product for you.
First, are there any ready-made scripts for this? If not, what programming llanguage should be used? Similar TutorialsI am thinking of added a product review on my web site, but I haven't any idea of how to start. Has anybody done anything like this? Thanks for any leads you may have. Hi everyone, I am creating a new products page (Which will hold 4 products) My boss wants a Short description and a picture... I am creating the page but it looks very boring... wondering if anyone had any ideas of how to spice it up... I am okay with flash but I am trying to avoid using flash... I am pretty bad with html... so thats why i am browsing for ideas... maybe a picture and when you rollover it you get a description? Is that possible with javascript or html? Thanks M So i haven't been able to figure this out and in need of some assistance.Here is the code.want to put them in rows of 2 & columns of 4 but instead it put them in a list.Im sure this is a simple fix.I only have it set up to list 5 products but can set it up for more.If you need the entire page of code just let me know. The webpage for the code http://www.allyugioh.com/products_list <!-- Item loop --> <notag rst:define:img="item1:/ImageUrl" rst:define:notavailable="0" /> <notag rst:ifnot="{img}" rst:define:img="img/noimage.gif" /> <notag rst:if="{item1:/QtyAvailable} le 0" rst:define:notavailable="1" /> <div rst:if="item1:/Title"> <hr/> <a href="#" rst:content="item1:/Title" rst:href:lid="{item1:@id}" rst:href:pagename="product">name</a><br /> <img border="0" height="100" rst:attr:id="thumb{item1:@id}" rst:attr:src="{img}" src="img/imgb.gif" width="100" /><br /> <div class="prod_details_tab"> <b><i rst:content="{item1:/Price@currency}{item1:/Price}">$1</i><br /></b> <a href="#" rst:href:lid="{item1:@id}" rst:href:verb="ATC" rst:href:pagename="cart" rst:ifnot="{notavailable}">add to cart</a> </div> <i rst:content="">$1</i><br /> <i rst:content="">$1</i><br /> <br /><br /> </div> </notag> <!-- Item loop end --> I'm working on a customer's website and I've entered 10 new products. The most she has in any one category is 8 (2 rows of 4) so its not on any other page. I entered the products and the first 8 show like normal, the 9th thumb skips 3 spaces and then the 10th jumps to the next line. Here's the page: http://www.vgeecosmetics.com/product_list.php?typeId=51 Same thing in FireFox, IE, Opera and Safari so I don't think this is a browser issue. I can't see anything in the PHP or HTML that would cause this. Can anyone help? Hello, I have designed sites in the past but am in need of some assistance. I am designing a website for an artist who wants to be able to offer his clients fine art prints for sale. He needs to be able prints with several different product options; i.e. canvas print with 1" stretch, 2" stretch and framed prints. I want to be able to offer check boxes (or equivalent) that will display an image of the different product options available. If the 1" stretch check box is checked I need an image of a canvas on a 1" gallery wrap frame to be displayed. If they click on the "frame" check box, I need an image of a framed painting to be displayed. What is the best method to use to accomplish this? I've researched and experimented but am at a bit of a loss. Any help will be greatly appreciated. Thank you in advance!! -John |