Skip to content

Commit

Permalink
ZDL-123: Bug fix: Update order email link and text to zadala.store
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanAquino committed Jul 26, 2023
1 parent 4326f79 commit 24529df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions deployments/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ x-common-variables: &common-variables
SUPER_USER_EMAIL: [email protected]
SUPER_USER_PASSWORD: admin123
GUNICORN_WORKERS: 4
ENV: prod


services:
Expand Down Expand Up @@ -79,6 +80,7 @@ services:
image: nginx:latest
volumes:
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf
- ../static:/static
ports:
- "80:80"
expose:
Expand Down
5 changes: 3 additions & 2 deletions deployments/nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ server {
proxy_pass http://zadala;
}

location ~ ^/(/admin|/api-docs) {
alias /staticfiles;
location /images/ {
autoindex on;
alias /static/images/;
}
}
2 changes: 1 addition & 1 deletion templates/invoice_email_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@
<div style="color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;">
<p style="font-size: 14px; line-height: 140%;">We received your order on {{ date_ordered }} and you’ll be paying for this via Cash on delivery. We wish you enjoy shopping with us and hope to see you again real soon!</p>
<p style="font-size: 14px; line-height: 140%;">&nbsp;</p>
<p style="font-size: 14px; line-height: 140%;">zadala.herokuapp.com</p>
<p style="font-size: 14px; line-height: 140%;">zadala.pages.dev</p>
</div>

</td>
Expand Down

0 comments on commit 24529df

Please sign in to comment.