Jump to content

[solved] Add to cart button missing after adding reduction % (URGENT)


Recommended Posts

Hi,

 

I'm having a big problem: the button to add something to a cart has suddenly disappeared. Untill recently everything worked fine. I added a number of products in sale in now the button is missing.

 

When I inspect the element I can see that the button is still there, but for some reason it is hidden (see attached image).

 

Can somebody please help me out?!? I'm having already having customers complaining that they can't order anything.

 

Bart

 

Problem solved: was caused by mistyping in css-file

post-418676-0-40817200-1372527396_thumb.png

Edited by El Patron (see edit history)
Link to comment
Share on other sites

I debug your site and find that the button possition is changed.

 

on

input.button_mini, input.button_small, input.button, input.button_large, input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled, input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large, input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, a.button_mini, a.button_small, a.button, a.button_large, a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large, span.button_mini, span.button_small, span.button, span.button_large, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled, .cart_navigation .button, .cart_navigation .button_large, .cart_voucher .submit input.button { ..  bottom: -140px;..}
[/code
on 1076 no line of this file 
[code]
http://www.beaudelicious.be/themes/alysum_2.0/css/alysum.css

So you need to made the button position like this and it will solve your issue.

 

.content_prices #add_to_cart .exclusive, .content_prices #add_to_cart .exclusive_disabled {
   bottom: 0;
   padding: 7px 15px;
}

 

and it will solve your issue. :)

Link to comment
Share on other sites

×
×
  • Create New...