Change display of “Price From:” when making a variable product

This topic has 10 replies, 2 voices, and was last updated 2 years, 8 months ago ago by Rose Tyler

  • Avatar: yeb3ch
    Mario :)
    Participant
    August 23, 2021 at 17:21

    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.

    9 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 24, 2021 at 08:02

    Hello,

    Theme Options > WooCommerce > Shop > Product styles > Show Only Min Price On Variable Products > Off

    Regards

    Avatar: yeb3ch
    Mario :)
    Participant
    August 24, 2021 at 08:57

    Thanks for the reply.

    What if I want to put « Price From: » after XXXX.
    So it goes like… XXXX Price From:

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 24, 2021 at 09:24

    There is no such option. You can submit a request here – https://www.8theme.com/taskboard/

    Regards

    Avatar: yeb3ch
    Mario :)
    Participant
    August 24, 2021 at 10:09

    I know that there’s no such option.
    This is why I’m asking you 🙂

    Hope you can provide me a solution.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 24, 2021 at 10:31

    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

    Avatar: yeb3ch
    Mario :)
    Participant
    August 24, 2021 at 11:28

    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.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 24, 2021 at 13:53

    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

    Avatar: yeb3ch
    Mario :)
    Participant
    August 24, 2021 at 14:00

    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.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 24, 2021 at 14:16

    Hello,

    Take my apologies for the inconvenience.
    Have a nice day!

    Regards

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

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

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