![]() |
Add to cart in Product list?
In my store, when a customer clicks a category, they are shown a list of products. How can I make it so that the price and a simple "add to cart" or buy it now button is beneath the product thumbnail? No quantity box or anything. Just a simple add to cart button.
Thank you in advance! |
Re: Add to cart in Product list?
Hi,
If you start with Webmaster mode, you will see which templates you need to edit. Then if you edit them in a decent ftp program you will see how to change the table structure round to lay the page out how you want. You also need to edit the buy_now template, but don't just remove the quantity box, you need to still pass the amount to the cart, assuming you want to make this 1 each time. That's the basics, needs a bit of html skills at least though. |
Re: Add to cart in Product list?
edit skin1/customer/main/products_t.tpl and remove or comment out where it says to "Uncomment if you need 'Buy Now' button"
if you dont want the quantitfy dropdown box then edit buy_now.tpl and comment out the <SELECT ... </SELECT> |
Re: Add to cart in Product list?
Oh, wow, that was super helpful! The only issue I'm finding is that my "buy now" buttons are aligned to the left and are about 3 or 4 line breaks below the product thumb. I've been trying to fiddle with this code
Code:
<TABLE border="0" cellpadding="0" cellspacing="0"><TR> but nothing seems to do much good. Am I even on the right track? |
Re: Add to cart in Product list?
Is there anyone that can help me alaign the Buy Now button?
|
Re: Add to cart in Product list?
You need to edit buy_now.tpl and center align the table that contains the button as well as the cell that contains the button on product.tpl
|
Re: Add to cart in Product list?
Quote:
If I comment out the "<select>" portion of the code, items no longer add to the cart. When I un-comment them, they add again. I guess the problem is that it isn't adding at least 1 item of the product to the cart...? Heres what I was doing on that front-- Code:
{*** COMMENT OUT QUANTITY *** suggestions? |
Re: Add to cart in Product list?
Well you have to put something in to tell it how many or it won't work :) You need to add this if you are commenting out the select box:
<INPUT type="hidden" name="amount" value="1"> |
Re: Add to cart in Product list?
Quote:
That is there. That I didn't comment out. Should I maybe move it to a different place? Here's my whole code Code:
{* $Id: buy_now.tpl,v 1.15.2.8 2005/11/07 09:17:46 svowl Exp $ *} Thanks for the help everyone. I really do appreciate it |
Re: Add to cart in Product list?
Quote:
Balinor, are you sure it's product.tpl? product.tpl is for the details page of a product |
All times are GMT -8. The time now is 12:41 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.