« See all FAQs for Streak Responsive OpenCart Theme
How is to make viewable product price and add to cart button??
Open stylesheet.css, and search for
#home-wrap .box-product .price, #home-wrap .box-product .cart, #tab-related .box-product .price, #tab-related .box-product .button
you will see below code
#home-wrap .box-product .price, #home-wrap .box-product .cart, #tab-related .box-product .price, #tab-related .box-product .button{ display:none; }
remove it or comment it you will price and add to cart button. If you want to display only price then use below code
#home-wrap .box-product .cart, #tab-related .box-product .button{ display:none; }
