Removing the Buy Now/More Info buttons on Product Listing page
I've searched around a bit and it doesn't seem there is any answer to this. How would I remove the Buy Now/More Info buttons on the product listing pages. I just want the picture and price shown. Is there a way to do this?? It's NOT in Configuration > Product Listing. I checked. The option that is there controls the Add to Cart/Price option. Any suggestions? I am willing to change the code if necessary, but not sure where to start.:frusty:
http://www.thecuterie.com/index.php?...=index&cPath=1
Re: Removing the Buy Now/More Info buttons on Product Listing page
admin > config > product listing > Display Product Price/Add to Cart > enter "0"
Or
admin > config > product listing > Display Product Add to Cart Button > set to off
Re: Removing the Buy Now/More Info buttons on Product Listing page
Thank you for your response, but if you read my post, that option does not accomplish what I want. That turns off the price AND Buy Now button. I don't want that. I only want the button turned off, the price I would like to still be displayed.
Re: Removing the Buy Now/More Info buttons on Product Listing page
And if you turn off the:
Quote:
Display Product Add to Cart Button (0=off; 1=on; 2=on with Qty Box per Product)
Do you want to display the Add to Cart Button?
Re: Removing the Buy Now/More Info buttons on Product Listing page
That does absolutely nothing to the "Buy Now" button. I've already disabled the Add To Cart button on the Product Listing page so that's not my issue.
Re: Removing the Buy Now/More Info buttons on Product Listing page
Turn back on the Buy now/Price and just use the one for the one I just posted ...
If still not working, switch to the Classic Template for a minute and see if your template is causing the issue of not supporting this built in feature ...
Re: Removing the Buy Now/More Info buttons on Product Listing page
Ok, maybe I'm not understanding you or maybe I'm not making myself clear.
1. The Buy Now/Price option is NOT turned off. That info currently shows on the product listing page.
2. The Buy Now button is my problem. It is NOT turned off. I want it off while still keeping the price on.
3. The "Add to Cart" button is something different and that IS turned off. I don't want that on. The solution if you've given me if for a problem I don't have.
What I want is for the item's image and price to show. That's it. No buttons (Add to Cart, Buy Now) of any kind. Right now from the config menu all I can control is turning off both the "Buy Now" button AND the price at the same time. I just want the button gone and I don't see anywhere to do that.
Re: Removing the Buy Now/More Info buttons on Product Listing page
What happens if you switch to the Classic Template for a minute and test the site with the:
Quote:
Display Product Add to Cart Button (0=off; 1=on; 2=on with Qty Box per Product)
Do you want to display the Add to Cart Button?
turned OFF ...
And the:
Quote:
Display Product Price/Add to Cart
Do you want to display the Product Price/Add to Cart
turned ON ...
perhaps your problem is a template issue ...
Re: Removing the Buy Now/More Info buttons on Product Listing page
Those are my current settings and I have changed the template to the Classic template. The Buy Now button is still there.
Re: Removing the Buy Now/More Info buttons on Product Listing page
Site comes up dead so I cannot see it ...
I will try to check back later when it is working ...
Re: Removing the Buy Now/More Info buttons on Product Listing page
It is working, I had it set to maintenance on, because I don't want anyone seeing it yet.
Re: Removing the Buy Now/More Info buttons on Product Listing page
It is still set to
piccadilly_posh
so not much to see as to if this is an issue or not ...
Re: Removing the Buy Now/More Info buttons on Product Listing page
I switched to the classic template as you suggested. Still had the same problem so I switched it back. It's obviously not a template issue if I switched templates and the layout stayed the same.
Re: Removing the Buy Now/More Info buttons on Product Listing page
Quote:
It's obviously not a template issue if I switched templates and the layout stayed the same.
Better start by replying and scrolling up and reading - then supplying the information about your install
Re: Removing the Buy Now/More Info buttons on Product Listing page
If all else fails, you could add this to your stylesheet:
.listingBuyNowButton {display: none;}
Re: Removing the Buy Now/More Info buttons on Product Listing page
Wow. Such as simple solution. Adding that to my stylesheet worked like a charm! Thank you!
Re: Removing the Buy Now/More Info buttons on Product Listing page
Quote:
Originally Posted by
apriigem
Wow. Such as simple solution. Adding that to my stylesheet worked like a charm! Thank you!
This sounds like my issue, as well. Where in my stylesheet do I add this line of code?
Re: Removing the Buy Now/More Info buttons on Product Listing page
Quote:
Originally Posted by
LindaLou
This sounds like my issue, as well. Where in my stylesheet do I add this line of code?
Adding that line to the bottom of your template's stylesheet.css should do the trick.
Since you didn't identify what your issue is, you might also see what changing Configuration->Product Listing->Display Product Add to Cart Button and/or Configuration->Product Listing->Display Multiple Products Qty Box Status and Set Button Location do.
Re: Removing the Buy Now/More Info buttons on Product Listing page
I just want the Buy It Now button to be removed so that no one can buy from the listings, they have to click on the individual item and Add to Cart of that page.
Can someone help me with that?