Add custom step before billing step in one page checkout in magento - magento-1.8

I am new to magento.
In my site i have requirement to collect customer data on checkout process.
So i need this step to come up after login/guest checkout ( step 1 ) and before billing step.
All the data collected from customer in my additional step should be stored in DB as well in order.
Please help and guide.
Thanks

Related

Integration of Power automation with DocuSign

I want to integrate DocuSign with Power Automate. There are 2 things that needs to achieved in this integration
achieve completed documents to share point site ( which is completed )
if the flow fails due to any other factors, it should retrigger after 5sec, 10sec, 15 sec automatically.
And if the flow fails after these 3 attempts then it should mail the concerned team
Basically I designed a flow which is archiving Documents to a share point site. I am unable to add rest of the conditions.
My flow starts from When the envelope status changes -> Get envelope Documents -> Create a file in Sharepoint site (Try Block)
But I am unable to add a create a logic on 2nd and 3rd conditions .
I added delay and resubmit after last step (Create a file in sharepoint ) but the flow is continuously re-submitting after every failed attempt.
See the DocuSign Power Automate docs.
Then ask more questions here when you have a specific question. Include information on what you already tried (what isn't working).
If you just want to store completed documents to a SharePoint site, first check out DocuSign Agreement Actions. There is an action which stores to SharePoint.
Re: the flow is continuously re-submitting after every failed attempt
Sounds like you have a logic error in your flow. You can update (Edit) your question to include more information. Then we can better help you.

Connect order number on Wix module page from a stripe order link

I am trying to create an ordering process that starts from the product page, than a button links to a stripe checkout link and from there I would like (when the user completes the checkout) to show a link that has a custom parameter or a query argument that is referring to the order number that will be passed/retrieved (when the user clicks) to the Wix page on a custom label that shows the order number.
When you create a Checkout Session, you can pass a success_url where your customer will be redirected after a successful payment. You control that URL so you can put what you need in it to identify the customer when they come back.
Separately, you can use metadata to store information such as the Wix order number that you want to map them with.
After a successful payment, your customer is redirected back to your Wix page where you will be able to write code to retrieve the Session via the API and find the corresponding Wix order number.

How to create a merge request review from the GitLab api?

I'm trying to replicate the ability to add reviews to GitLab merge requests in my app and I don't see anything in the api documentation related to merge request reviews or merge request draft notes.
On the web version of GitLab, when I create a comment on a line of code in a commit and I select 'Start a review', I can see a POST to http://<myInstance>/<myProject/-/merge_requests/<id>/drafts. If I execute a GET on that, I can see my pending review comment (note) in the response.
Is there anyway to create / read / update / delete merge request reviews with the GitLab api?
Currently, as of Gitlab 13.9, there is no support for this. The closest it gets for an API for Merge Request Reviews is this issue/feature request asking for an API to retrieve Review comments: https://gitlab.com/gitlab-org/gitlab/-/issues/12297
If you're a paid user, contacting support/sales is a good option since they tend to add features themselves when paid users request it, but tend to let the community add an Open Source contribution otherwise.

Amazon turk - where does the data go?

Aloha - i would like to create an Amazon Turk task to collect information on hotel companies in Hawaii.
One quesion (that i was unable to get ansewred through the MTurk FAQ/website)
I have a form on my host that will allow the turkers to complete the task - can i re-direct or include this link in the task description. I tried creating a sample task - and it requires me to use/modify their existing DHTML template - and does not allow to re-direct to my data entry form hosted on my website. I was planning on providing detailed instructions on how to enter data into my site form on the MTurk task description.
Any help would be appreciated. Mahalo!
If you need workers to fill out a form on your site you have two options:
Create your hits with an external question (requires use of the mturk API): http://docs.amazonwebservices.com/AWSMechTurk/2008-02-14/AWSMechanicalTurkRequester/ApiReference_ExternalQuestionArticle.html
Provide a link to workers to your form in the task description. When the worker has filled out your form, provide a verification code that they can enter into a field in your Mturk template. This way you can ensure the worker has completed your external form by checking that they entered a proper code.

Workflow logic for multiple-approval process

I have the need to create a workflow that will begin when a user submits an infopath form to a document library. Some fields will be extracted from this form to build the workflow.
Steps:
Notify the form submitter's manager and request that they approve or disapprove.
One or more other users will be notified and requested to approve or disapprove the submitted form. If any of them reject the form, the original requester should be notified and requested to re-submit the form.
I can make a workflow for step 1 and then check the value of that field in the task to see if it's either approved or disapproved before moving onto the next step or not.
The issue I'm having is how to check whether someone has rejected or approved in the 2nd step, since there could be multiple users.
Any help is greatly appreciated
After step 1, you can track the workflow in the "workflow Tasks" list, i.e., you can get who rejected it, when they did it and why they did it(if you have a notes/reason column).
If you/your company can afford to buy a third party tool like nintex/bamboo workflow conductor/k2, this approval process come out of the box. They are a bit expensive though

Resources