Hi,
I have been able to make work PPOM plugin on admin pages.
But I had some problems to make PPOM plugin work on “view product”: there were no errors but nothing about PPOM params displayed on the product page.
After searching for a while, I discovered that when the product hasn’t configured
– “product data” -> “general” -> “regular price” field (for simple products),
– “product data” -> “inventory” -> “stock status” = “In stock” (for simple products)
nothing displays from PPOM plugin in product view page.
It is surely due to the fact that PPOM inserts its HTML code inside the
<form class="cart"
And if the product doesn’t need to display a <form class="cart"
(for different reasons, example: out of stock or no price), PPOM will not be able to insert its content.
Maybe you can search this way. And try to find what, in your variable product configuration, disables the display of <form class="cart"
Hope this helps ??