Take users to invoice url instead of orders

Orders need a VAT alignment fix
This commit is contained in:
PCoder 2020-02-01 13:00:04 +05:30
commit 23b25002ae
3 changed files with 20 additions and 21 deletions

View file

@ -103,26 +103,26 @@
<strong>{% trans "Product" %}:</strong>&nbsp;
{{ request.session.template.name }}
</p>
<style>
@media screen and (max-width:767px){
.cmf-ord-heading {
font-size: 13px;
}
.order-detail-container .order-details {
font-size: 13px;
}
}
<style>
@media screen and (max-width:767px){
.cmf-ord-heading {
font-size: 13px;
}
.order-detail-container .order-details {
font-size: 13px;
}
}
@media screen and (max-width:367px){
.cmf-ord-heading {
font-size: 13px;
}
.order-detail-container .order-details {
font-size: 12px;
}
}
@media screen and (max-width:367px){
.cmf-ord-heading {
font-size: 13px;
}
.order-detail-container .order-details {
font-size: 12px;
}
}
</style>
</style>
<div class="row">
<div class="col-sm-8">
<p>