• Resolved Matt

    (@msjanoah)


    Hello,

    I can’t turn off “Field Location” for “variable products” on the Archive Product Page. I have set the field location rule for Archive to None. The None setting works for simple products, but it doesn’t work for variable products.

    How can I fix this, because my Archive Product Page is my home page, and it doesn’t look good with the Fields showing on the archive page.

    Basically, I want to turn off the following on my home page.

    div.wccpf-fields-container {
         display: none;
    }

    Thanks,
    Matt

Viewing 1 replies (of 1 total)
  • Thread Starter Matt

    (@msjanoah)

    I fixed it with CSS.

    .page-id-123 div.wccpf-fields-container {
         display: none;
    }

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Turn off “Field Location” for “variable products” on the Archive Product Page’ is closed to new replies.