This topic has 10 replies, 2 voices, and was last updated 3 years, 3 months ago ago by Rose Tyler
Hi!
Hope you guys are doing well!
Today I have 2 questions for when I’m making product variables.
1. What should I do if I want to have the price XXXX before the text “Price From:” ?
2. What should I do if I want to disable the text “Price From:” ? (btw I don’t want XXXX- or XXXX~)
Thanks in advance.
Hello,
Theme Options > WooCommerce > Shop > Product styles > Show Only Min Price On Variable Products > Off
Regards
Thanks for the reply.
What if I want to put « Price From: » after XXXX.
So it goes like… XXXX Price From:
There is no such option. You can submit a request here – https://www.8theme.com/taskboard/
Regards
I know that there’s no such option.
This is why I’m asking you 🙂
Hope you can provide me a solution.
Hello,
Unfortunately, additional customization is outside the scope of our support, theme support team can help you only with existing options.
Submit a feature request here https://www.8theme.com/taskboard/ If this request takes votes also from other customers then our developers will be able to implement this.
Or submit customization request here to get help with the custom code.
Regards
Are you serious when writing this answer?
You are giving custom codes on many topics, and, as it concern this post you’re saying it’s outside the scope of support? Do you just mean that you don’t have the answer? If it’s the case, just ask your colleague.
Honestly I’m very sad about the way you treat me. I’ve asked few questions previously and got very nice help, and I’ve even helped some posts to be solve, and you treat me like this!?
You should think again about the way you reply to your customers, from the 1st reply.
Hello,
If you want just to re-order price and text, use the next custom CSS code:
.content-product .price > span,
.fixed-content .price > span {
padding: 0 5px;
}
.content-product .price {
display: flex;
flex-direction: row-reverse;
justify-content: center;
}
.fixed-content .price {
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
}
https://gyazo.com/611c1329cd097a841d4fd6c2ff8f4597 https://gyazo.com/70ad9dc46720dfe78d31581c2feddc1e
Regards
Thanks for finally giving answer to my question.
Still not decent but that might be your style..
Anyways, did I really need to write that much to get that quick answer? Think no.
I feel totally disrespected since you don’t give a penny about what I’m saying. If I was an awful customer, I would just rate 0 on themeforest but will not since I respect your product and your colleagues.
Good luck.
Hello,
Take my apologies for the inconvenience.
Have a nice day!
Regards
The issue related to '‘Change display of “Price From:” when making a variable product’' has been successfully resolved, and the topic is now closed for further responses