I have a some bug in the wishlist xstore bulit in

This topic has 21 replies, 2 voices, and was last updated 1 years, 1 months ago ago by LambdaSP

  • Avatar: LambdaSP
    LambdaSP
    Participant
    March 1, 2023 at 15:31

    I have a bugs in the wishlist feature of xstore,
    When i try to add or remove from the wishlist page
    It sometimes remove it and when i go to other oage and back its back, or sometimes just not remove/add to the cart, the buttons not same spaces look wired, or when i try to add to the cart from the wishlist page and i check the checkbox of the product and do apply it say to me there is not products to add, or sometimes when i add product to the wishlist its not work or not update to much time or never

    I give details in the private area to the wp admin to give you access to see on what I talked by yourself try to use the wishlist features and you will see by yourself the problems,

    I attached a video to explain more:
    https://we.tl/t-oUrQLEnBlP

    Please, contact administrator
    for this information.
    20 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 2, 2023 at 08:20

    Hello, LambdaSP,

    In order to prevent Wishlist content from being cached, please add the following cookies to your cache plugin settings:
    xstore_wishlist_ids and xstore_wishlist_ids_0.
    For more information, please refer to the following link: https://www.8theme.com/topic/wishlist-removed-items-reappear-after-page-reload-only-when-not-logged-in/#post-345307.

    Kind Regards,
    8theme team

    Avatar: LambdaSP
    LambdaSP
    Participant
    March 2, 2023 at 12:04

    I not understand what to do and its not just cache problem the wishlist not work well check it by yourself

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 2, 2023 at 13:51

    Hello, LambdaSP,

    In this case, disable caching at all and let me know, I will pass this topic to the dev team.

    Kind Regards,
    8theme team

    Avatar: LambdaSP
    LambdaSP
    Participant
    March 2, 2023 at 17:16

    Sorry i miss understood you what i need to do
    I provided a few videos of bug I catch: https://we.tl/t-EU2SxAE3V3

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2023 at 09:14

    Hello, LambdaSP,

    Variable products have “Select options” text on buttons on the Wishlist page – https://prnt.sc/V34x29-nKvjs , it means then the variation should be selected before adding to cart, in another case the product can’t be added. https://prnt.sc/Xod-zVo1qZft – click on the button on this screenshot will not add any product to cart because all they are variable and variation if not selected, but products with selected variation can be added to cart from wishlist – https://prnt.sc/Sgsky-tmtkeA

    “disable caching at all” – meant disable the cache plugin you are using on the site. I’ve disabled this plugin for you – https://prnt.sc/w6ZdSF0s0AT4 , and do not see any problem anymore – https://prnt.sc/FD6LeD1Ag0XI

    In order to use the LiteSpeed cache plugin without encountering issues with Wishlist off-canvas content, please contact the support team of the plugin and ask for assistance with the following: https://prnt.sc/7Bp2JfT4Qhzl

    Kind Regards,
    8theme team

    Avatar: LambdaSP
    LambdaSP
    Participant
    March 3, 2023 at 10:06

    Hey thank you first of all,
    In the desktop maybe its work well but in the mobile have not in the wishlist the option to “choose option” button, and in the mini wishlist have not option to choose which product to add the cart only all, and in the mini-wishlist have not “size:” text to see which size in the wishlist, and some choose box to choose size of, please see all the videos i was provided to understand all my issues

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2023 at 10:37

    Hello, LambdaSP,

    Thank you for the reply.
    The text “choose option” is hidden for mobile, but buttons work in the same way as for the desktop. Once you click on https://prnt.sc/p4NaK18PzHb7 (variable product), you will be redirected to the single product page, to select a variation.
    You can show the text by adding the next code in Theme Options > Theme custom CSS > Global:

    @media only screen and (max-width: 992px) {
        .xstore-wishlist-action .button .button-text {
            display: block;
            font-size: 12px;
        }
    }

    > https://prnt.sc/4O1zaSrVqnkL
    or edit products and select default value – https://prnt.sc/9cDSx_gF9BVm , this variation will be selected by default and can be added to the wishlist/cart.

    Kind Regards,
    8theme team

    Avatar: LambdaSP
    LambdaSP
    Participant
    March 3, 2023 at 11:16

    How i can to style this 2 buttons and to fix the spaces between them?
    https://ibb.co/Js7xJTx

    And what about the mini-wishlist are have not option to select which to add the cart or some button to choose size if hace and some text to see which size in the mini-wishlist

    And how i can to make the alert of product added to the cart from wishlist/compare list to like this alert style: https://ibb.co/DVnhtD6

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2023 at 11:52

    Hello, LambdaSP,

    1/ To add spaces the next code can be used:

    .xstore-wishlist-items .xstore-wishlist-action .button, 
    .xstore-wishlist-items a.button.wp-element-button.product_type_variable {
        margin-left: 7px !important;
    }

    2, 3/ You can post your requests on our Taskboard at https://www.8theme.com/taskboard/. If it receives enough votes from other customers, our development team will include it in one of our upcoming updates.

    Kind Regards,
    8theme team

    Avatar: LambdaSP
    LambdaSP
    Participant
    March 3, 2023 at 12:32

    “And what about the mini-wishlist are have not option to select which to add the cart or some button to choose size if hace and some text to see which size in the mini-wishlist”

    Cant add it with some css code?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2023 at 13:29

    Hello, LambdaSP,

    Do you mean Wishlist Off-Canvas https://prnt.sc/VEbzUxkcQZdi ? Please post this request to our dev team – https://www.8theme.com/taskboard/

    Also, try to activate “Wishlist For Variation Products” in Theme Options > Speed optimization (Wishlist from shop page will add selected product variation).

    Kind Regards,
    8theme team

    Avatar: LambdaSP
    LambdaSP
    Participant
    March 3, 2023 at 13:50

    Hi last question why this not centered?
    https://ibb.co/KLmbyJ4
    Page for example in the private content

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2023 at 13:54

    Hello, LambdaSP,

    We have identified that the issue is caused by the custom CSS code provided in the link below: https://prnt.sc/pnyNd-w73Dea
    Do you remember where and why this code was added?

    Kind Regards,
    8theme team

    Avatar: LambdaSP
    LambdaSP
    Participant
    March 3, 2023 at 18:58

    In the mobile version its still not centered, and i dont remember

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 5, 2023 at 09:08

    Hello, LambdaSP,

    The code is added here – https://prnt.sc/9NW38EyO2MTR
    You need to delete it and check the new-balance-mens page after that.

    Kind Regards,
    8theme team

    Avatar: LambdaSP
    LambdaSP
    Participant
    March 5, 2023 at 11:47

    Thank you so much the best support team!

    Why i have this bug in the compare list?
    https://ibb.co/4PsvRkQ
    Have not text in the brand and size rows, and the size show me up only in the title

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 5, 2023 at 15:32

    Hello, LambdaSP,

    We will have another specialist review your inquiry in greater detail and will be in touch with you shortly. We kindly ask for your patience and request that you do not alter any access settings.

    Kind Regards,
    8theme team

    Avatar: LambdaSP
    LambdaSP
    Participant
    March 5, 2023 at 17:42

    Okay! And i saw also the price row not appear

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 6, 2023 at 09:18

    Hello, LambdaSP,

    Please download compare.php (et-core-plugin/packages/xstore-compare/templates/ folder) and wishlist.php (et-core-plugin/packages/xstore-wishlist/templates/ ) files by this link – https://we.tl/t-I4mKWRbJqH and re-upload them via FTP or wait for the next update that will include the fix.

    Thank you for your cooperation.

    Kind Regards,
    8theme team

  • 1 2
    Viewing 20 results - 1 through 20 (of 21 total)

The issue related to '‘I have a some bug in the wishlist xstore bulit in’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.