Zen Cart Logo
Forums / General Questions / Potential problems by changing existing products_model field

Potential problems by changing existing products_model field

Views: 445

Results 1 to 5 of 5
26 Sep 2013, 1:22 AM
#1
kevin205 avatar

kevin205

Totally Zenned

Join Date:
Dec 2012
Posts:
607
Plugin Contributions:
0

Potential problems by changing existing products_model field

For an existing live site; If a shop owner has to revise all the products_model field values, for a particular manufacturer, to a different value, what are the possible problems, shop owner would be faced with?

It is understood if revised, all products_model values for prior orders cannot be changed!

26 Sep 2013, 1:39 AM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Potential problems by changing existing products_model field

Changing the Product's products_model should not be a real issue other than search engine results that might reference the products_model in some manner ...

If you use import programs that utilize this field there could be implications, but I do not use any of them to really give you a full summary of the details/cautions that you may or may not need to be aware of ...

Custom reports that utilize the products_model could be affected ...

If you search orders based on products_model, then the table:
orders_products

will be out of date, but you could decide if you want to globally replace the field:
products_model

with the new values, giving care to the fact that any references that might be public to your customers that involve the products_model might affect old order references ...

26 Sep 2013, 3:17 AM
#3
kevin205 avatar

kevin205

Totally Zenned

Join Date:
Dec 2012
Posts:
607
Plugin Contributions:
0

Re: Potential problems by changing existing products_model field

Ajeh:

Changing the Product's products_model should not be a real issue other than search engine results that might reference the products_model in some manner ...

If you use import programs that utilize this field there could be implications, but I do not use any of them to really give you a full summary of the details/cautions that you may or may not need to be aware of ...

Custom reports that utilize the products_model could be affected ...

If you search orders based on products_model, then the table:
orders_products

will be out of date, but you could decide if you want to globally replace the field:
products_model

with the new values, giving care to the fact that any references that might be public to your customers that involve the products_model might affect old order references ...

Good to have you back Linda.

Would you recommend changing all instances of changed value of products_model, in both tables, products and orders_products?

26 Sep 2013, 3:20 AM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Potential problems by changing existing products_model field

Based on how I use products_model where I like to do a search of Orders to find Orders with the same Product and products_model is handy for the search so yes, I would update both tables ...

26 Sep 2013, 3:37 AM
#5
kevin205 avatar

kevin205

Totally Zenned

Join Date:
Dec 2012
Posts:
607
Plugin Contributions:
0

Re: Potential problems by changing existing products_model field

Thank you.