order.zip
New template is only for store front. No edit admin or email template
If you see the attached order file, you can find the "vat, cf" new query and installed plugin https://www.zen-cart.com/downloads.php?do=file&id=1771
order.zip
New template is only for store front. No edit admin or email template
If you see the attached order file, you can find the "vat, cf" new query and installed plugin https://www.zen-cart.com/downloads.php?do=file&id=1771
same issue (stesso problema)
What are difference from my file?
While not where I can easily perform a difference in files, it does appear that the second provided one has less usage of billing_vat and billing_cf.
The issue with the emails is that the function: send_order_email has no reference to either of these two fields from any of the places that the value(s) have been stored... (session, orders table, billing information, etc...
Both of these would need to be addressed by both methods of email (assuming that both html and standard text are offered by the site to the customer). They both would need to be in an applicable sequence to be displayed and may need to modify the html template for that email so that it would include the two new fields as/where appropriate.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
the attache order.php file in previous post is the same to original version of italina zencart realease, where vat and fiscalcode print well of email order confirmation. Only I've added the twitch wholesale plugin. Maybe other files that generate email confirmation order?
Hai ragione non ci sono le voci ne in admin ne sulle email, ho aggiunto questo su
admin/order.php under ENTRY_EMAIL_ADDRESS
spuntano le voci iva e CF ma non riesco ad estrapolare i dati, magari in due ci riusciamo.PHP Code:<!-- IVA_INTRACOM -->
<tr>
<td class="main"><strong><?php echo ENTRY_VAT; ?></strong></td>
<td class="main"><?php echo $order->billing['vat']; ?></td>
</tr>
<!-- IVA_INTRACOM Fine -->
<!-- Codice fiscale -->
<tr>
<td class="main"><strong><?php echo ENTRY_CF; ?></strong></td>
<td class="main"><?php echo $order->billing['cf']; ?></td>
</tr>
<!-- Codice fiscale fine -->
You're right, there are rumors it in admin it on email, I added this on admin / order.php under ENTRY_EMAIL_ADDRESS sprouting rumors VAT and CF but I can not extrapolate the data in two maybe we succeed.
Giovanni,
Zen Cart V2.1
I don't understand why can't see vat & fiscalcode into email. The file is the same as the stock italian version.
Maybe issue linked with payment/shipping?