This topic has 6 replies, 2 voices, and was last updated 3 years, 2 months ago ago by Mario :)
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.
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.
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
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.
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://www.8theme.com/documentation/xstore/theme-translation/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
Hi
My bad. Just forgot to Sync..
Thanks for the help.
The issue related to '‘“Price From” (variable prod) in Wishlist’' has been successfully resolved, and the topic is now closed for further responses