Jump to content

Prestashop View Detail Obscures Add to Cart Button


2human4human

Recommended Posts

Good day all,

So, I got roped into helping some family members into fixing a few issues with their prestashop store. On their product grids, they want add to cart buttons. This is displaying when the page loads. However, when you hover over the add to cart button it's replaced with a very glitchy "view details" button as you can see in the screenshots.

Can anyone help by telling me what's going wrong and how to fix it? The website is https://satoytrade17.smartit.co.za/ 

 image.thumb.png.dc9d3b35327abb3cc5a8c7be586c3849.png

 

Untitled.jpg

Link to comment
Share on other sites

Hi 

and welcome to the forum. Looks like that will be really nice store so wish you great sales.

For you issue you can adjust CSS a bit in themes/PRSADD052/assets/css/theme.css file line 7908

and add move that View detail from bottom fro 100px or if you want you can hide it with line display: none;

.products .product_list li.product_item:hover .product-actions, .products .product_list li.item:hover .product-actions {
    background: #000 none repeat scroll 0 0;
    left: -13px;
    position: absolute;
    right: -13px;
    bottom: 100px;
}

 

Link to comment
Share on other sites

You have some bad formatted code

<form action="https://satoytrade17.smartit.co.za/cart" method="post" }="" <input="" type="hidden" value="13192" name="id_product">
	<input type="number" style="padding: 9px 10px; float:left; width:30%; margin-left:10px;" class="inputgroup form-control" name="qty" min="1" value="1">
	<button style="float:left; margin-left: 13px" data-button-action="add-to-cart" class="btn btn-primary"> Add to cart </button>
</form>

see, maybe in tpl file some missing  { or extra } .

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...