Posts by Felipe Honorato • 41 points
4 posts
-
2
votes1
answer181
viewsQ: Masks in form fields in modal Woocommerce
I have a problem that I think is simple solution, but as I am layman in javascript and jquery would like a help from you. I inserted two new fields in my Woocommerce login screen, cell phone and Cpf…
-
0
votes1
answer143
viewsA: How to create and show a condition through a variable in the cart?
The problem has been solved, the code below has been tested and approved! Follows: add_action('woocommerce_before_cart', 'days_of_manufacture'); function days_of_manufacture() { $day_txt = ' ' .…
-
0
votes0
answers369
viewsQ: How to divide the cart into 2 or more packages?
As my e-commerce will only work with the post office, I need the cart to be divided into more than 1 package, today I use the Post Office plugin created by Claudio (excellent plugin), where the same…
-
2
votes1
answer143
viewsQ: How to create and show a condition through a variable in the cart?
Next, I have a problem to solve in my e-commerce, one of these problems I will explain below: I need to create the following condition: Today my e-commerce has a variable that is applied to each…