ComGrafPL Posted February 28, 2022 Share Posted February 28, 2022 Is it possible to change Add to Cart to View more. Not only text of course. Same button on home / category to View more and redirect to product page. We have products with a lot of attributes. Add to cart adding first, default product attribute without asking to choose an attribute and thats the issue. PS: 1.7.8.3 PHP: 7.4 Thanks in advance Link to comment Share on other sites More sharing options...
Ress Posted February 28, 2022 Share Posted February 28, 2022 What theme do you use? Link to comment Share on other sites More sharing options...
ComGrafPL Posted March 1, 2022 Author Share Posted March 1, 2022 8 hours ago, Ress said: What theme do you use? Custom one. Link to comment Share on other sites More sharing options...
Ress Posted March 1, 2022 Share Posted March 1, 2022 You should look in the template, where the add to cart button is placed, and replace it with: <a class="view_button" href="{$product.url}" title="View more"><span>View more</span></a> 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now