Magento: Custom product options not appearing on the watch page?

I have a Magento multi-user system, and strange things happen when I try to see a custom product in my main store - parameter lists are not displayed at all! And this applies to 95% of the products in the main store.

But in other stores, it works great ?!

I do not see what I am doing wrong. All my products are customizable, they all install simple products with options attached to them, they should all be visible in all stores (the SiteIds attribute), they are all included in all stores, all simple products are in stock and have a certain amount of stock.

I think that if I did something wrong, it would be so in all stores, and not just mainly. I do not know at all, please help. I added a couple of images to see the difference.

http://img51.imageshack.us/img51/3224/59155765.jpg http://img196.imageshack.us/img196/8145/98963713.jpg

+3
source share
2 answers

Did you try to clear the cache and rebuild the indexes? I would rebuild all the indices associated with the products (product attributes, flat product data, stock status, etc.).

+1
source

I think something will go wrong with your template. Check this file:

app / design / interface / your_theme /default/template/catalog/product/view/type/options/configurable.phtml.

?

var spConfig = new Product.Config(getJsonConfig()? > );

javascript Chrome.

:)

+1

Source: https://habr.com/ru/post/1796277/


All Articles