Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stripe-checkout
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
geant-swd
stripe-checkout
Commits
66cdcbba
Commit
66cdcbba
authored
2 months ago
by
Pelle Koster
Browse files
Options
Downloads
Patches
Plain Diff
Add wording to tell people that they need to confirm payment
parent
6144ed8d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
stripe_checkout/stripe_checkout/static/main.css
+4
-3
4 additions, 3 deletions
stripe_checkout/stripe_checkout/static/main.css
stripe_checkout/stripe_checkout/templates/checkout.html
+5
-1
5 additions, 1 deletion
stripe_checkout/stripe_checkout/templates/checkout.html
with
9 additions
and
4 deletions
stripe_checkout/stripe_checkout/static/main.css
+
4
−
3
View file @
66cdcbba
...
...
@@ -94,7 +94,7 @@ body {
}
.card-header
{
margin
:
0
0
1
rem
0
;
margin
:
0
0
0
rem
0
;
text-align
:
center
;
width
:
100%
;
}
...
...
@@ -105,7 +105,9 @@ body {
flex-direction
:
column
;
gap
:
2rem
;
}
.leader
{
margin-bottom
:
1rem
;
}
.button
{
border
:
none
;
background-color
:
var
(
--primary
);
...
...
@@ -198,7 +200,6 @@ body {
.card-header
{
text-align
:
left
;
margin-bottom
:
2.5rem
;
}
.card-content
{
...
...
This diff is collapsed.
Click to expand it.
stripe_checkout/stripe_checkout/templates/checkout.html
+
5
−
1
View file @
66cdcbba
...
...
@@ -5,9 +5,13 @@
{% endblock title %}
{% block content %}
<div
class=
"checkout flex center"
>
<div
class=
"card flex center column"
>
<div
class=
"card flex center column
gap
"
>
{% if shopping_cart|length > 0 %}
<h1
class=
"card-header primary"
>
Please confirm your payment
</h1>
<div
class=
"leader"
>
Please finalize your registration by clicking CONFIRM below and choosing your
payment method. Only after you have confirmed, and we have received your payment, is your
registration for TNC2025 complete.
</div>
<div
class=
"card-content center gap"
>
<div>
<div
class=
"checkout-summary"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment