Okay
  Public Ticket #1295462
product id removal and price of item not showing
Closed

Comments

  • Joymark started the conversation

    Hello...I am trying to change or just delete the product ID on the shop page? It is located as mentioned in the shopping area with the product and the sku...

    Also, I am having an issue with the variable product....when I put in the attributes etc...the price goes away....I don't know how to fix.

    Please help.

  •  1,559
    Laborator replied

    Hi there,

    1. To remove it you will have to add this extra CSS to the Custom CSS area:

    .product_meta span:first-child {
      display: none !important;
    }
    

    2. If the price goes away it means you will have to set a price for that variation type, this is more related to WooCommerce, check the variable product article.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group