Add to Cart button

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by aster media, Jun 3, 2015.

  1. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    Pls have a look at the screenprint.

    How can I change the function of the green 'add now' button (in my web it says 'reageren') on the products page, marked in red? I do not need clients to buy products nor have the button add my product to the shopping cart; I simply want the button to link to a form created with formget.

    I also wish to get rid of the amount box marked in blue.

    Thanks for your help.
    Steven

    Schermafbeelding 2015-06-03 om 19.33.35.png
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, Steven!

    Please follow the screenshot given below :-
    woocommerce_add_to_cart_replacement_with_anchor_text.png

    Now, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    div.quantity {
      display: none !important;
    }
    a.single_product_text {
      padding: 10px 20px;
      background: #62AF02;
      color: white;
      border-radius: 6px;
    }
    Hope it will resolve your issue :)

    Thanks,
    Praveen
     
  3. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    Dear Praveen! Thanks so much for your assistance! I deleted the code (7) and decided not to add the code for now (8). Please leave this thread open for a week or so. I may wish to add the code in order to connect to the formget form and run into a related issue, thanks.
    Steven
     
  4. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    It is strange, but the add-to-card button and amounts option have reappered whereas your script is still in the styling options.
     

Share This Page