- This topic has 5 replies, 2 voices, and was last updated 4 years ago by
David.
-
AuthorPosts
-
May 6, 2019 at 11:52 pm #891372
FunkyCss
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 !
May 7, 2019 at 1:10 am #891427David
StaffCustomer SupportHi 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 > CartThen 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.
May 7, 2019 at 2:19 am #891473FunkyCss
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 π
May 7, 2019 at 2:33 am #891483David
StaffCustomer SupportAwesome – Glad to be of help.
New Woo Sites should be coming to the library very soon πMay 7, 2019 at 2:43 am #891493FunkyCss
Wow! Cant wait really !!
Have a nice day !
May 7, 2019 at 3:01 am #891499David
StaffCustomer SupportWe will let people know on our Facebook Community group when they’re ready. π Have a good day too.
-
AuthorPosts
- You must be logged in to reply to this topic.