When I had pages, I would just add this to products.php to disable the checkout button at the top. If I add this to the theme css with dynamic pages, I think it would disable the buy and checkout globally. How do I target just the products page to remove the checkout button at the top.
Hi Anne, Yes normally you would add the parameter $nobuyorcheckout=TRUE; to the vsadmin/includes.php file (in WP format of course) or add the following to your css file div.checkoutbutton{display:none;}
Unfortunately with the later WordPress set up both those additions will remove the checkout button globally and I can't think of a solution for that.
Bumping this up. The checkout on the products page is kind of silly. I really need to remove it from the dynamic products page if possible. Any other suggestions please? It's not in the css layout, first place I checked.
Hi Anne When I said globally I meant it will only be removed from the products categories and product detail pages. It won't be removed from the cart page.