• Resolved 11roro22

    (@11roro22)


    Can I use this plugin to display only some products and only in some pages, without the price within the same site managed by Woocommerce that ago see prices for the products?

Viewing 1 replies (of 1 total)
  • Hi Roro,

    If you are a premium user, you can:

    1) Enable the WooCommerce Sync option

    2) Use the [insert-products] shortcode on a page of your choosing. You can use the product_ids attribute to target specific products to use, for example:

    [insert-products catalogue_url="https://www.website.com/shop/" product_ids="137,138,141"]?

    3) Then you can hide the prices with CSS:

    .upcp-insert-product.upcp-minimal-product-listing .upcp-minimal-price {
        display: none;}

    Note: You may need to add the above CSS code to the “Additional CSS” section in your Theme Customizer page so it’ll apply wherever you add [insert-products].

Viewing 1 replies (of 1 total)
  • The topic ‘Catalog without price + Woocommerce with price’ is closed to new replies.