Okay
  Public Ticket #1346197
Add to cart button Variations
Closed

Comments

  •  4
    agentsmurf started the conversation

    Hi there,

    When you have variations in your products and you hover over the item in the product gallery, the tag that says variations/options (cant tell)  is cut off. This happens when you don't display the prices. The tag need to shift to the right.

    {"wp":{"use":false,"adminUrl":"www.delende35.com/wp-admin","username":"test","password":"delende35test"},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}

  • [deleted] replied

    Hi there,

    That is happening because prices are not showing on your photos.

    To solve this you can add the code below to your Custom CSS area:

    .add-to-cart-column {
        right: 0px !important;
        position: absolute !important;
    }

    Thanks!