Home Forums WoodMart support forum Product Customize

Product Customize

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #245861

    kingis
    Participant

    Hello,
    I would have two questions;

    1. How can I edit the fields you will see in the picture I sent on the product detail page?
    -wishlist
    -product compare
    -brand
    -shipping & delivery tab

    2. How can I remove wishlist and comparison in product listings.
    I added in the picture

    #245884

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    What and how do you mean you want to edit Compare and Wishlist?

    Here is the instruction on how to set up brands for the product page: https://xtemos.com/docs/woodmart/faq-guides/how-to-setup-brands/ As you see Brand is an attribute, as soon as you remove, or change, another one would be shown.
    If you want to remove or edit the brands in the pre-footer, you can find the HTML block which displays the brands in the Theme Settings > Footer > pre-footer area. Then you can find the block in the Dashboard > HTML blocks: https://xtemos.com/docs/woodmart/html-blocks-2/

    The image under the Add to cart button has been added by an HTML block inserted in the Theme Settings > Product page > “After add to cart area”

    The shipping and delivery tab is edited in the Theme Settings > Product page > Tabs, you will also see the HTML block. https://xtemos.com/docs/woodmart/html-blocks-2/#shipment_delivery

    2. Please add this code to the Theme Settings > Custom CSS > Global:

    .woodmart-buttons .wd-action-btn.woodmart-wishlist-btn,
    .woodmart-buttons .wd-action-btn.woodmart-compare-btn {
        display:none;
    }

    If you do not want these features on your store, you can disable them in the Theme Settings > Shop page > Wishlist/Compare, in this case, you would not need custom CSS.

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)