Home Forums WoodMart support forum How Relocation button “WishList” to Product Title + WishList in Cart Page

How Relocation button “WishList” to Product Title + WishList in Cart Page

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #515086

    AlexWa
    Participant

    1. Change of Position:
    By default, “Add To WishList” is located under Add to Cart. I need to move the Heart icon to the “Product Title” section so that the heart is in line with the product name (appropriately styled to the right margin).

    2. WishList below Cart Table
    Placing the WishList on the cart page under the shopping cart with the ability to add products from the wishlist to the cart directly on the cart page.

    #515243

    Hello,

    Can you please share some screenshots for better understanding or also share some examples of what you actually want.

    Best Regards.

    #515256

    AlexWa
    Participant

    below ss

    Attachments:
    You must be logged in to view attached files.
    #515305

    Hello,

    Please share the wp login details in private content under the message area I will further check and give you a possible solution.

    Best Regards.

    #517746

    AlexWa
    Participant

    Add to Customize, not Custom CSS in Woodmart:

    .wd-wishlist-btn span {
    display:none;
    }

    .wd-wishlist-btn {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 82px;
    margin-right: 20px !important;
    }

    #517805

    Hello,

    Go to Theme Settings > Custom CSS > Custom CSS Area.

    If you have any questions feel free to contact us.

    Best Regards.

    #517927

    AlexWa
    Participant

    Yes, I add this, and 1 point is fix it. 🙂

    Attachments:
    You must be logged in to view attached files.
    #518102

    Hello,

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Best Regards.

    #525368

    AlexWa
    Participant

    I need php code to chage this position,

    #525451

    Hello,

    Try to create a custom layout for a single product page and add the “add to wishlist button” widget in the layout by using the page builder where you want.

    Please check this Manual:
    https://xtemos.com/docs-topic/single-product-page-builder/

    Best Regards

    #525540

    AlexWa
    Participant

    I need a php code to do this. I chceck your theme files, but cant find where is it. I dont wont use a single product page builder.

    #525648

    Hello,

    Unfortunately, Woocommerce HTML structure does not allow inserting the elements inside the form of product variations. It requires Customization and this is beyond our limitations and support policy scope. Hope you can understand our limitations.

    Best Regards.

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

The topic ‘How Relocation button “WishList” to Product Title + WishList in Cart Page’ is closed to new replies.