Jump to content

Putting Price Back In


srs_peg

Recommended Posts

Hi

 

I wanted to remove the quantity option for each product, so I used the HTML code

 

 <a href="#" data-field-qty="qty" class="btn btn-default button-minus product_quantity_down">

                                <span><i class="icon-minus"></i></span>
                            </a>
                            <a href="#" data-field-qty="qty" class="btn btn-default button-plus product_quantity_up ">
                                <span><i class="icon-plus"></i></span>
                            </a>
                            <span class="clearfix"></span>

 

However, it removed my pricing. I deleted the code from my Custom CMS information block but I still cant get my product prices back. Please advise.

 

Thanks

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...