Jump to content

[SOLVED] Continue Shopping or Go to cart are not displayed


Recommended Posts

Hi,

 

I have a problem with the modal windows when I add a product to the cart, the buttons "continue shopping" or Go to cart are ot displayed.

I inspected the elements with google chrome. The div that contains the buttons appear in the html5 and the css has not any display:none, so I wonder what is the problem.

 

Wonder if you could help me.

 

post-887210-0-61068000-1418208027_thumb.png

 

Link to comment
Share on other sites

I could publish the web, please if someone could help me I would be grateful. The continue shopping button that is displayed in the modal window once you add a new product in the shopping cart is dissapeared.

 

http://diesalud.es/tienda/5-dietas-online?live_configurator_token=8bc933619c978dd3e7f89bdeb2072f5c&id_shop=1&id_employee=1&theme=theme6&theme_font=

Link to comment
Share on other sites

Open yourdomain/themes/yourtheme/css/modules/blockcart/blockcart.css

 

and find this lines:

#layer_cart .layer_cart_cart .button-container span.exclusive-medium {
    margin-right: 5px;
}
#layer_cart .layer_cart_cart .button-container .btn {
    margin-bottom: 10px;
}

Change to:

#layer_cart .layer_cart_cart .button-container span.exclusive-medium {
    display: inline-block;
    margin-right: 5px;
}
#layer_cart .layer_cart_cart .button-container .btn {
    display: inline-block;
    margin-bottom: 10px;
}
  • Like 1
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...