Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
onestartup-shop
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Angel Martin
onestartup-shop
Commits
c6c5e025
Commit
c6c5e025
authored
Sep 17, 2018
by
Angel MAS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
omite facturacion
parent
d3787e02
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
orden.blade.php
src/views/clients/orden.blade.php
+3
-1
order.blade.php
src/views/mail/resumen/order.blade.php
+4
-0
No files found.
src/views/clients/orden.blade.php
View file @
c6c5e025
...
...
@@ -71,7 +71,9 @@ setlocale(LC_MONETARY, 'en_US');
<p>Correo: <b>
{
{$client->email}
}
</b></p>
<p>Fecha de registro: <b>
{
{$client->created_at}
}
</b></p>
@if(
$shipping
!= null)
<p>Requiere factura: <b>
{
{$shipping->facturacion}
}
</b></p>
@if(config("
shop
.
billing_enabled
"))
<p>Requiere factura: <b>
{
{$shipping->facturacion}
}
</b></p>
@endif
@endif
</div>
...
...
src/views/mail/resumen/order.blade.php
View file @
c6c5e025
...
...
@@ -41,12 +41,16 @@ Datos del comprador:
@
component
(
'mail::panel'
)
@
if
(
config
(
"shop.billing_enabled"
))
Facturación
:
-
Requiere
factura
:
***
{{
$order
->
facturacion
}}
***
@
if
(
$order
->
facturacion
==
'Si'
)
[
Rellenar
formulario
de
facturación
]({{
route
(
'cart.facturacion'
,
\Crypt
::
encryptString
(
$order
->
id
))}})
@
endif
@
endif
@
if
(
$shipping
!=
null
)
Datos
de
envio
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment