Question

I can create products, but they do not show up in the admin panel so I can edit them. They are not shown in FE either. I think I have a mismatch between the pid of the products and the pid of the shop core page. Could that be?

So I thought that I would go through the installation instructions again and I found these two lines, that I didn't anderstand.

“jQuery Version”: select 1.6.x (or later)

“jQuery Version”: select 1.8.x (or later)

Should one of them be something else than "jQuery Version"?

But where are my products?

Admin panel empty by default and when searching for products

Was it helpful?

Solution 2

SOLVED

I downgraded static_taxes and then it worked.

Found that solution in a forum somewhere.

OTHER TIPS

If your products don't show up in neither the Admin Panel nor FE, I doubt that your problem is jQuery related.

The storage PID should be either set by TypoScript or in the FlexForm (FlexForm takes priority). Debug $this->shop_pid in https://github.com/bvbmedia/multishop/blob/master/pi1/class.tx_multishop_pi1.php#L159 to find out if it is set to the correct page.

If the storage PID is correct, report back.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top