Most voted "checkout" questions
9 questions
Sort by count of
-
6
votes3
answers11154
viewsCreate local branch from a remote branch
I have a cloud branch on Github called x1 and I need to create a local branch called xlocal from that cloud branch called x1. How do I do that?
-
3
votes1
answer1082
viewsHow to access an earlier version and then go back to the latest git checkout
The question is simple: Imagine that I have 10 versions. I used the git checkout on Friday to quickly analyze a line. How can I return to the latest version if her ID is missing from mine git log?…
-
1
votes0
answers79
viewsError when registering user in Ajax Quick Checkout FREE opencart
Good, I’m trying to install Ajax Quick Checkout FREE in my opencart store 3.0, and I’m having the following problem, see if you can help me: The installation runs normally, I go to front-end mode…
-
1
votes0
answers41
viewsAuto-fill with select Woocommerce checkout
I have the following code to generate a select and bring values within options: add_action( 'woocommerce_after_order_notes', 'cliente_woocommerce' ); function cliente_woocommerce( $checkout ) {…
-
0
votes1
answer129
viewsSave client info for next checkouts, but without having to store card number? (Using API)
and apologies in advance if the question was not very clear, but I will try to clarify the best possible: I’m developing a relatively simple e-commerce with HTML, CSS, JS, Bootstrap, PHP, Apache,…
-
0
votes1
answer77
viewsAfter git reset, can you see git log before the reset?
I was in the following situation, I was doing a training and I got to a point that my page was not correctly loading being different from the instructor, everything indicated a problem of CSS so I…
-
0
votes0
answers691
viewsPlace the CPF field at checkout, in Magento 2
Does anyone know how to put the CPF field in the Magento2 checkout? There are several tips out there on how to put in previous versions of Magento, but I found nowhere how to do this in the new…
-
0
votes1
answer919
viewsRegister user data before finalizing the purchase (Woocommerce)
Good afternoon At the time of checkout of my store it is necessary that the user has already registered all his data (that this data is already in the database, I am using the wordpress platform…
-
0
votes1
answer81
viewsGit is allowing branch changes even with commit-free changes
Usually when I work with git, I make some changes to one branch and try to check out another without committing it displays the message: Changes not staged for commit: (utilize "git add…