Site logo

Archived topic

Continue to payment in the cart page

5 replies · Started by FunkyCss on May 6, 2019

Viewing posts 1–6 of 6

Hi , i have a suggestion if you like it and if there is a easy way to do it for my site .

So because most of the people buy from their mobiles those days.

So what i want to do is , when someone is to cart , it shows a message ( Your product is in the cart , continue to shopping ) after is the content inside the cart page , and at the end is the ( Continue to payment ).

I have seen some websites where they have 2 times the ( Continue to payment ) at the beggining and at the end .

Sometimes oldest people that try to buy they dont know how it actually works ( at least at my country ) so i want to make it to them more easy !

First how can i remove this message ( Your product is in your cart )

Second is there a way to add the button in the cart ( Continue to payment ) two times ? one in the beggining and the other as it is .

Or there is a better suggestion ? i would tottaly apreciate it if there is any trick or recomendation any topic or blog !

Hi there,

to add a second Proceed to Checkout Button you can do this.
First create a new Hook Element:

https://docs.generatepress.com/article/hooks-element-overview/

1. Give it a title.
2. Add this content:

<div class="proceed-to-checkout-above-cart hide-on-desktop">
<?php woocommerce_button_proceed_to_checkout(); ?>
</div>

3. Select the woocommerce_before_cart hook from list
4. Check Execute PHP
5. On Display Rules Select Page > Cart

Then add this CSS:

.proceed-to-checkout-above-cart a {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

For the notice removal - do you want this removed from the entire site or just the cart page? I am not sure its possible to remove it just from one area.

Hey David ( God ) !

It works like a charm , i think i will not remove anything , this looks to help people to proceed the checkout easier so i will let it as it is ! " conversions will tell if i was right ! "

haha!

Once again ! A huge thank you David !!!!! i am waiting from you new GP Site for Woo !!!!!!!!

Andreas :)

Awesome - Glad to be of help.
New Woo Sites should be coming to the library very soon :)

Wow! Cant wait really !!

Have a nice day !

We will let people know on our Facebook Community group when they're ready. :) Have a good day too.

This archived topic is closed to new replies.