Okay
  Public Ticket #1454662
Adding Continue Shopping button
Closed

Comments

  • karthickk1996 started the conversation

    I tried adding Continue Shopping button using plugin but its was not similar to buttons seen on the templates. So I need a continue shopping button that look the same like update Cart button in the cart page..

    This will redirect the user to shop page

  •  608
    WordPress replied

    Hi,

    Can you provide the page link which contains that page? Also, make sure to provide an admin account again too. 

    There are many tickets so I can't find that info. 

    Thanks,

    Anna


  •   karthickk1996 replied privately
  •  608
    WordPress replied

    Do you want it to be like this? 

    Thank you



  • karthickk1996 replied

    like this only.. superbbb now another one change.. the quantity is mentioned in the shop page as like ₹25/kg but inside the product single page it is not showing.. update there too please

  • karthickk1996 replied

    i dont see any changes for the first one.. Have u done it

  •  608
    WordPress replied

    Hi,

    Style button: You can add style css"

    .woocommerce-message .button:hover, .woocommerce-message .button:focus, .woocommerce-message .button:active {
        background: #222;
        border-color: #222;
        color: #fff;
    }
    .woocommerce-message .button{
        width: auto;
        padding: 14px 25px;
        font-size: 15px;
        font-weight: 500;
        border: none;
        font-family: Poppins;
        line-height: 20px;
        border-radius: 50px;
        background: #80bb01;
        color: #fff;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }