opencart - Open cart edit checkout functionality -


i new opencart. want add functionality in open cart site. want create pdf file text , order number after check out process. know it's possible edit check out model , controller files. have doubt lose when upgrade opencart? if there other solution requirement?

please me

you can create function in checkout/order.php model, handle pdf generation operations. before upgrading, can save pdf generator function file keep it.

i can recommend http://dompdf.github.com/ html pdf generator.


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -

Why does a .NET 4.0 program produce a system.unauthorizedAccess error on a Windows Server 2012 machine with .NET 4.5 installed? -