Q: How do I edit buttons in the cart?
A: Edit the file app\design\frontend\base\default\template\checkout\cart.phtml.
REMEMBER: It is always a good idea to keep the base\dafault files untouched. You can copy the files from base\default to your theme.
For example, the file “app\design\frontend\base\default\template\checkout\cart.phtml” would go to “app\design\frontend\default\YourTemplate\template\checkout\cart.phtml “
Q: How do I edit the “Add to cart” buttons on the product pages?
A: For some reason, the category and search pages are easy and the product page has a totally different file to edit. Edit the file app\design\frontend\base\default\template\catalog\product\view\addto.phtml.
Comments are closed