wordpress-sdk icon indicating copy to clipboard operation
wordpress-sdk copied to clipboard

[feature-request] Show a promo/sale/discount banner in the pricing page

Open bfintal opened this issue 7 years ago • 0 comments

Not necessarily an SDK feature, but I would like to suggest a new area in the Freemius dashboard for adding a text banner within the pricing and checkout page.

This can area can be used to display promos, sales, discounts or any information related to new purchases.

My temporary solution to this is to add some custom CSS:

#wrap_section:before {
    content: "Some text";
    display: block;
    ...
}

bfintal avatar Jul 03 '17 15:07 bfintal