File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3232 </div >
3333 <div class =" lg:w-1/2 lg:text-right" >
3434 {# Display a link to download a PDF if the order has a PDF URL and a PDF has been configured #}
35- {% if order . pdfUrl and craft .commerce .pdfs .hasEnabledPdf %}
35+ {% if craft .commerce .pdfs .hasEnabledPdf %}
3636 <a href =" {{ order.getPdfUrl (' receipt' ) }}" download target =" _blank" class =" text-blue-500 hover:text-blue-600" >
3737 {{ ' Download PDF' | t }}
3838 </a >
Original file line number Diff line number Diff line change 3232 </div >
3333 <div class =" lg:w-1/2 lg:text-right" >
3434 {# Display a link to download a PDF if the order has a PDF URL and a PDF has been configured #}
35- {% if order . pdfUrl and craft .commerce .pdfs .hasEnabledPdf %}
35+ {% if craft .commerce .pdfs .hasEnabledPdf %}
3636 <a href =" {{ order.getPdfUrl (' receipt' ) }}" download target =" _blank" class =" [[classes.a]]" >
3737 {{ ' Download PDF' | t }}
3838 </a >
You can’t perform that action at this time.
0 commit comments