Jump to content

Bouton mise au panier n’apparaît pas


Recommended Posts

Bonjour à la communauté,

 

Je cherche avec beaucoup de difficulté une solution au problème suivant...

 

Le bouton, visuel, de mise au panier sur la page catégorie des produits n’apparaît pas.

 

Je souhaite qu'il y ait ce bouton sans pour autant que les clients aient besoin d'afficher la page produit et son descriptif.

 

Est ce bien ici mon problème?? Si oui, pourrait-on m'aider?

 

Merci à tous !!

 

 

 

.button.ajax_add_to_cart_button {
  font-size: 18px;
  line-height: 22px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  color: #fff;
  padding: 0;
  border: 1px solid #1e6089;
  background: #3194d2;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s; }
  .button.ajax_add_to_cart_button span {
    padding: 10px 15px;
    display: block; }
  .button.ajax_add_to_cart_button:hover {
    color: #fff;
    border: 1px solid #1e6089;
    background: #1e6089; }
 
.button.lnk_view {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  font-family: "Source Sans Pro", sans-serif;
  color: #555;
  padding: 0;
  border: 1px solid #cbcbcb;
  background: #f9f9f9;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s; }
  .button.lnk_view span {
    padding: 10px 15px;
    display: block; }
  .button.lnk_view:hover {
    color: #fff;
    border: 1px solid #cbcbcb;
    background: #cbcbcb; }
  .button.lnk_view i.left {
    padding-right: 8px;
    color: #333; }
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...