Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter thegeek1

    (@thegeek1)

    sorry for double post

    Plugin Author Rishi Mehta

    (@rcreators)

    Hi Thegeek,

    You need to add “.product-type-variable” class to your product loop.

    Your current code :
    <tr id="displayProduct-57" class="dp_product_item dp-table-tr">

    Updated Code :
    <tr id="displayProduct-57" class="dp_product_item dp-table-tr product-type-variable">

    After that plugin work. As i described already in plugin description. Plugin will only work if normal classes of woocommerce didn’t changed.

    Thread Starter thegeek1

    (@thegeek1)

    Thanks alot, you are amazing

    Plugin Author Rishi Mehta

    (@rcreators)

    Welcome ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Running a plugin to show products’ is closed to new replies.