• Resolved zettbo

    (@zettbo)


    Hi,

    while setting up my PC Builder, I noticed that it’s currently not possible to access the individual product pages directly from the builder page. This is a crucial feature for us — and I believe for many other users as well. Just like you can open the product page from the builder search results, it should also be possible from within the builder itself.

    Secondly, it would be great to have the option to enable or disable individual actions in the builder page, such as the “Add to cart” button. I’m building a site focused on price comparison, so this feature isn’t necessary in my case.

    Thanks a lot for your great work and support!

    Best regards,
    Joshua

Viewing 1 replies (of 1 total)
  • Plugin Author Siful Islam Ananda

    (@saifulananda)

    Hello,
    Thanks for your message. We will add the product link in the next update.

    Secondly, it would be great to have the option to enable or disable individual actions in the builder page, such as the “Add to cart” button. I’m building a site focused on price comparison, so this feature isn’t necessary in my case.

    You can hide this button using CSS code. Below is the code you can use to hide the cart button.

    a.pc-builder-button.wpadpcbu-product-cart {
    display: none;
    }
Viewing 1 replies (of 1 total)

The topic ‘Feedback and Feature Request for the PC Builder Plugin’ is closed to new replies.