Jump to content
  • 0

Numer telefonu komórkowego w wiadomości do obsługi sklepu PrestaShop 1.5.6.2


zajek

Question

Cześć, 

 

Chciałem dodać numer telefonu komórkowego klienta do maila z informacją o zamówieniu wysyłanego do obsługi sklepu. Dopisałem kilka linijek do mailalerts.php oraz order_conf.html ale numeru jak nie było tak nie ma. Kod poniżej. Będę wdzięczny za info czego brakuje lub co zrobiłem źle. 

 

mailalerts.php - dodałem {delivery_phone_mobile}, próbowałem też użyć phone_mobile w linii {delivery_phone}: 

'{delivery_phone}' => $delivery->phone ? $delivery->phone : $delivery->phone_mobile,
'{delivery_phone_mobile}' => $delivery->phone_mobile,


'{invoice_phone}' => $invoice->phone ? $invoice->phone : $invoice->phone_mobile,
'{invoice_phone_mobile}' => $invoice->phone_mobile,

order_conf.html - dodałem {delivery_phone_mobile}

 

<td style="padding:0.5em 0 0.5em 0.5em; background-color:#EBECEE;"><span style="color:#DB3484; font-weight:bold;">{delivery_firstname} {delivery_lastname}</span> <br />{delivery_address1}  <br />{delivery_address2}  <br />{delivery_city} {delivery_postal_code}  <br />{delivery_country} {delivery_state}  <br />{delivery_phone}<br />{delivery_phone_mobile}</td>
<td style="padding:0.5em 0 0.5em 0.5em; background-color:#EBECEE;"><span style="color:#DB3484; font-weight:bold;">{invoice_firstname} {invoice_lastname}</span> <br />{invoice_address1}  <br />{invoice_address2}  <br />{invoice_city} {invoice_postal_code}  <br />{invoice_country} {invoice_state}  <br />{invoice_phone}<br />{delivery_phone_mobile}</td>

Czy trzeba dopisać coś jeszcze? Będę wdzięczny za podpowiedź. 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...