Magento: change to Product Name or Description not displayed on frontend
When I make a change to the Product Name or Description that change is not displayed on the frontend. It looks fine from the admin side but does not show the change on the frontend开发者_如何学C.
Sorry, forgot to post resolution.
Flushing Cache and indexing did not work. Here is what did:
- Edit product
- Change "Store View" upper left
Make sure next to the Description field, the following checkbox was checked:
[ ] Use Default Value
This solved my problem.
This seems to be a multi-store feature. Somehow the "Use Default Value" is unchecked for name, description and short-description. Which means that any change to the default won't be shown in a storeview.
I'll bet there is a way the make sure these are checked-by-default but I couldn't find it.
My current solution is to change the "attributes" name, description and short-description and set them to "global"
This will keep all these setting equal for all stores
If anyone finds a better fix please let me know
Have you tried flushing magento cache?
Try re-indexing data and flushing cache from Magento Admin.
System -> Index Management
System -> Cache Management
精彩评论