Tags/topics: 
2
Answers
Vote up!
0
Vote down!

New product not showing int product view

Hi
I recently installed and start playing with DC which I really like. However I tried to create a new product display content type and since then, every new product I create (my new content type or even the normal one) doesn't appear in the product view.
They appear properly in list by category , but not in the "all products". Am i missing something ?
By the way, I don't know if it's related but when I create a new content type and add a product reference field using the online Entity form widget I got the following error message :

Notice: Undefined variable: entity_info in inline_entity_form_field_widget_settings_form() (line 233 of /home/max/test/commerce/profiles/commerce_kickstart/modules/contrib/inline_entity_form/inline_entity_form.module).

(I'm using Kickstart 2-rc1)

Many thanks

Asked by: elax
on September 24, 2012

Comments

Can not comment on your initial issue, but relating to "Undefined variable" error, here is a patch for Inline Entity Form module:
http://drupal.org/node/1786814

Applied the patch, and no error more. Still working on this, and may be some other outcome would be expected. If you use APC or other caching methods, please be aware, that caches should be cleared, or you'll get former codes to be actuated!

I know, it's not wise to work on Drupal site with caches enabled, but still on modest server D7 is quite slow. So I choose to enable caches, thus counting on additional tasks to be done, if some code is changed!

- j2b on September 25, 2012

2 Answers

Vote up!
1
Vote down!

I found the problem. The all products view is the result of a search which needs to be reindexed.
(go into configuration, 'Search API' etc ...

Answer by: elax
Posted: Nov 8, 2012
Vote up!
0
Vote down!

I'm experiencing both issues described.. I will apply the Inline Entity Form patch, but as for the first issue, help would be appreciated.

Answer by: Anonymous (not verified)
Posted: Oct 5, 2012