-
Author
-
January 21, 2019 at 20:32 #217113alexliiParticipant
Hello,
Please check the screenshot:
it is not logical now for users to use these two buttons, almost every Woocommerce sites, these two button looks like that way, since “update cart and apply coupon” both are used before process payment, and it is really not convenient especially in mobile mode.
Is there anyway to put these two buttons under product items by CSS please?
Thanks for your support.
January 22, 2019 at 16:30 #217147RaduModeratorHi,
With css i don’t think so because it’s not so reliable to write to much css in that maner, the most reliable and good way it’s to move them directly from there under that directly.
This it’s the responsible file for that view : wp-content/themes/kleo/woocommerce/cart/cart.php and ti can be modified by copying the file into child theme in same location : wp-content/themes/kleo-child/woocommerce/cart/cart.php
Here you can do your desired changes and it will be updated proof.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 22, 2019 at 17:49 #217159alexliiParticipantHi
I understand it is not the thing by CSS,
If so, would you please take it as feature request and update it next version please?
Thanks
January 23, 2019 at 17:18 #217199RaduModeratorHi,
I’ve moved into featured request forums, if user votes this it will be implemented.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 30, 2019 at 14:28 #217615alexliiParticipantHi Rahu,
Frankly, I do not think your theme users have time to vote there.
I checked so manny themes on theme forest, I have not found one theme show those two button at way even free Woo themes, just for your reference:
http://femme.ancorathemes.com/cart/
http://wundermag.thememeister.com/cart/Screenshot:
http://prntscr.com/me84gm
http://prntscr.com/me84pqI am not sure why you design that way, but quite sure this request is not just for me but also for Kleo theme, please ask your developers take this request into consideration.
Thanks
Alex
February 1, 2019 at 16:42 #217792RaduModeratorHi,
I’ve done that for you to have the coupon under product list
Add this css in style.css from child theme.
COPY CODE.woocommerce-cart-form .coupon input { display: inline; }
Create new file named cart.php under wp-content/themes/kleo-child/woocommerce/cart/
So the complete file path will be : wp-content/themes/kleo-child/woocommerce/cart/cart.php
in that you will paste this content : https://pastebin.com/raw/AcphqKCD
It will look like this
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 1, 2019 at 18:46 #217813alexliiParticipantHi Radu,
I know you will do it because you are Kleo Team:)
would you please move “Update cart” too as the screenshot: http://prntscr.com/mfbxoi
because “update cart” include both “Apply Coupon” and “change the quantity” of products, and you may fine the said format or style on all of Woocommerce site. we believe it will be logical with this way.
Looking forward to your reply.
Alex
February 4, 2019 at 15:18 #218016RaduModeratorHi,
I will see if the update card button comes separately via hook there and will get back with a solution if the button comes separately.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Feature requests’ is closed to new topics and replies.