“Price From” (variable prod) in Wishlist

This topic has 6 replies, 2 voices, and was last updated 2 years, 6 months ago ago by Mario :)

  • Avatar: yeb3ch
    Mario :)
    Participant
    September 6, 2021 at 14:14

    Hi

    Thanks a lot for solving the two topics below.
    Today’s issue is related to it.
    https://www.8theme.com/topic/change-display-of-price-from-when-making-a-variable-product/#post-299658
    https://www.8theme.com/topic/remove-in-variable-product-price-display/#post-300263

    When taking a look on Wishlist, I saw that the display isn’t correct (not same as in shop page).

    How to fix it?

    Thanks in advance.

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: yeb3ch
    Mario :)
    Participant
    September 7, 2021 at 03:20

    Btw, when updating core/theme to the latest one (yesterday?), it shows “From:” once again.
    I’ve tried changing the files as said on the previous post but doesn’t work.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 7, 2021 at 08:36

    Hello,

    1/ Change this code http://prntscr.com/1rgq5si to

    .content-product .price > span,
    .fixed-content .price > span,
    .wishlist-items-wrapper .product-price > span{
        padding: 0 5px;
    }
    .content-product .price,
    .wishlist-items-wrapper .product-price {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
    }
    .fixed-content .price,
    .wishlist-items-wrapper .product-price {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    2/What version of the theme do you use now? As I can see, prices are fine

    Regards

    Avatar: yeb3ch
    Mario :)
    Participant
    September 7, 2021 at 08:55

    Hi

    1/ Thanks for the code, working fine now 🙂

    2/ Now I’ve restored to 8.0.5/4.0.5. When I’ve installed 8.0.6/4.0.6 the price was showing ” XXXX From: ” (XXXX=price). Do you want me to upgrade again so you can take a look on it?
    Btw, translation strings are stored in a custom folder in Loco so it doesn’t affect upgrades of Xstore theme and plugin.

    Thanks.

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 7, 2021 at 09:10

    Hello,

    1/ You’re welcome!
    2/ Yes, update the theme, and provide temporary wp-admin and FTP access.
    Translation files of the theme should be placed in /wp-content/languages/themes/ folder,
    plugins, like core plugin, in /wp-content/languages/plugins folder.
    After every update, you need to synchronize translation – https://xstore.helpscoutdocs.com/article/103-translation-files-update Sometimes new strings are added, and only after synchronization, you’ll be able to translate new strings or strings that were changed. Not always, but some strings can be missing after the sync and you need to find and translate them one more time, this is independent of us and relates to WP functionality. So Sync translation of the theme and plugins, then try to find and translate mentioned strings.

    Regards

    Avatar: yeb3ch
    Mario :)
    Participant
    September 7, 2021 at 09:37

    Hi

    My bad. Just forgot to Sync..

    Thanks for the help.

  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘“Price From” (variable prod) in Wishlist’' 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.