Okay
  Public Ticket #3404044
Saleient Woocmmerce
Closed

Comments

  •  16
    Soluforyou started the conversation

    Hi there. 
    I'm confused how Salient works with Woocmmerce, please help me with this detail.

    On a product page, such as https://soluforyou.com/product/toner/
    you see TWO product details. 
    - One next to the photo,
    - And below again - so double, with additional information.

    My questions
    > How can I delete ALL info BELOW the photo? 
     Strangely I discovered in Wordpress, when you go to products, at the top the info influences what's shown BELOW, and when I scroll down in the backend, and i put in info there, it influences the info at THE SIDE

    But is still am clueless how to delete the info info 

    > How can I recreate your example with multiple photo's on the left?


    Attached files:  Screenshot 2023-06-30 at 09.13.16.jpg
      Screenshot 2023-06-30 at 09.13.45.jpg
      Screenshot 2023-06-30 at 09.13.50.jpg
      Screenshot 2023-06-30 at 09.16.34.jpg

  •  2,958
    Andrew replied

    Hi there,

    Thanks for reaching out.

    Could you go to saient \ woocomerce - single product and under Single Product Gallery Type settings and select the 2 Column Images + Sticky Product Info option?

    Then on the product tab position setting select the  Fullwidth Under Images Stacked (No Tabs) option.
    Edit the product page and move all details from the product description section to the product short description area. That should avoid the double product details.

    Hope this helps.
    Noah.

  •  16
    Soluforyou replied

    Hi Andrew, thanks for this. I've taken all your steps, but it still shows an unwanted 'additional information' as you see for example here:

    https://soluforyou.com/product/toner/

    How do I get rid of this? It's very unclear to me, thanks

  •  2,958
    Andrew replied

    Hello there,

    Thank you for getting back to us.

    You can edit and remove the addition information tab as shown in this article https://woostify.com/customize-woocommerce-additional-information-tab/#:~:text=WooCommerce%20additional%20information%20is%20the,display%20product%20additional%20in%20WooCommerce.

    You can also add this CSS to remove this tab

    div#tab-additional_information {
     display: none !important;
     }
    

    I hope that info helps.

    Best regards,

  •  16
    Soluforyou replied

    Thanks that solved it!