Re: I'm trying to edit address form for Saleor ecommerce platform

2018-04-14 Thread Samuel Muiruri
"adress_form_lines" you need to follow it to where you get the data from then follow that to wherever the model is, maybe it's instanced somewhere inside the model like class Model(models.Model): ... def __str__(self): return self.company_name anyway likely it's noted where

Re: I'm trying to edit address form for Saleor ecommerce platform

2018-04-13 Thread ruslan.aldar
Hello thank you for your reply. the problem is when I'm removing fields like company_name, city, city_area, postal code from account/models.py , i18n.py. Mostly this error appears when I delete one line in I18N_MAPPING. on the web: KeyError at /checkout/shipping-address/ 'company_name' Reques

Re: I'm trying to edit address form for Saleor ecommerce platform

2018-04-08 Thread Avraham Serour
You seem to have pasted a line from your template, not the error you are getting, no way of helping you there. Please post the actual error you are getting On Sat, Apr 7, 2018 at 2:00 PM, ruslan.aldar wrote: > hello. > I'm trying to build an local merchant website. So I don't know how to edit >