Home Forums WoodMart support forum Regular Price Above, Sale Price, Price display suffix below sale price

Regular Price Above, Sale Price, Price display suffix below sale price

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #615006

    Hi,

    Is it possible to customize the product price element? I couldn’t find an option for this. I want the regular price to be displayed above the sale price for products that have both. Additionally, I’m using a price display suffix, and this text should appear only on product pages, positioned below the sale price (if available) or the regular price.

    I’ve attached an image for your reference.

    Attachments:
    You must be logged in to view attached files.
    #615073

    Hung Pham
    Participant

    Hi smart.sharukhkhan786,

    Thanks for reaching to us and appreciate your patience.

    To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.

    Regards,

    #615092

    In private, also please test how it’s look in other devices mobile, tablet etc

    #615437

    Hung Pham
    Participant

    Hi smart.sharukhkhan786,

    Thanks for your patience.

    Please and add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .price del,
    .price ins{
        display: block;
    }

    Regards,

    #615633

    Hi,

    It’s looking good overall, but there are a few minor issues:

    1. The unit of measurement should appear after the price, not below it.

    2. The price display suffix should be shown below the price.

    3. If I test this in mobile old price line not in mid, just a question

    Additionally, I have a question:

    If I have 1 product in stock and set it on sale with a countdown, why does the countdown still display after the product goes out of stock? You can check the URL

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #616094

    Hung Pham
    Participant

    Hi smart.sharukhkhan786,

    Thanks for your patience.

    1. Please remove previous code and add the below one:

    .price del{
        display: block;
    }
    
    .price ins {
        display: inline-block;
    }

    3. I’ve fixed your issue.

    4. You need to remove sales date https://ibb.co/By1ffqS

    Regards,

    #616137

    Hi,

    You need to remove the sales date. https://ibb.co/By1ffqS

    I understand that removing the date will also remove the countdown, but I would like to clarify something else.

    It should be conditional. If the product is out of stock, the countdown doesn’t make sense, so it should not be visible.

    For example, if I have only 1 product in stock and it’s scheduled for a sale price with a countdown starting at 12 AM, and someone buys the product, it will go out of stock. Once the product is out of stock, the “Add to Cart” button is replaced with a “Waitlist” option. Similarly, the countdown should not be displayed when the product is out of stock.

    #616818

    Hung Pham
    Participant

    Hi smart.sharukhkhan786,

    WoodMart theme does not have such options.

    For specialized assistance and potential solutions, I kindly suggest that you reach out directly to the WooCommerce plugin’s support team https://wordpress.org/support/plugin/woocommerce/, who are better equipped to provide you with the guidance you requires or You need to find a third party plugin to achieve more functionality that best suits you.

    If you have any questions please feel free to contact us.

    Regards,

Viewing 8 posts - 1 through 8 (of 8 total)