vuefront / opencart

Free PWA & SPA for OpenCart
https://opencart.vuefront.com/
74 stars 26 forks source link

code re usability is missing #10

Open sivakumarkoduru opened 4 years ago

sivakumarkoduru commented 4 years ago

https://github.com/vuefront/opencart/blob/master/catalog/model/extension/d_vuefront/address.php

https://github.com/opencart/opencart/blob/master/upload/catalog/model/account/address.php

compare above files.

We should use opencart model objects instead of that again writing same code in files.

we will miss important opencart core code changes.

for example in latest version string casting is there in sql quereis.please check above opencart model address file.

i hope you got my point.