Have a "checkout" button on product page

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by v4sb, Feb 6, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    I would like to have a "checkout" button listed pop up with the other two green buttons that pop up once an item has been placed. See image. The "- 1 +" and the "add to cart" pop-up, but I would also like a green matching "checkout" button to pop-up as well. Can you help me do this?

    [​IMG]
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    I deeply regret to say that, new button cannot be added as you asked for.

    Thanks,
    Praveen
     
  3. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    That's not too big of a problem on a desktop, but on mobile it is a problem because the "checkout" option at the top of the page is hard to see on mobile. There is nothing we can do to add a checkout option somewhere?
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !


    You can highlight the checkout by below code

    Code:
    .carticon a {
      font-weight: 800;
      color: rgb(218, 145, 184);
      padding: 5px;
      background: yellow;
    }
    Use colors according to your requirement.


    Thanks & Regards
    Pramod
     

Share This Page