A new pricetag option

Tagged: 

This topic has been marked as resolved.

Hey,

Is it possible to create a pricetag with a new and old price, that doesn’t have a red label? But that also doesn’t count as a sale?

So like a sales price-tag but then blue, and not counting as a sale (but more a one time action).

Thanks

May 2, 2014 at 11:25 am #31694

Hi,

Can you please, attach a screenshot to better illustrate what you mean exactly :)

Thanks,
ThemeBurn team

May 9, 2014 at 10:22 am #31802

Like the image that is attached.

But I also would like to keep the red pricetag for sales. You could see this as a third option, for example: ‘actions’. My normal sales tags are red, and normal price tags are blue. Is it possible to get a third option, that is blue, but also shows the old price and the new one on the same tag?

Thanks in advance.

May 13, 2014 at 11:35 am #31850

Now we’ve got the idea.

The custom style would be a piece of cake to do. Just add a custom class and use it to assign a different price color:

<p class="s_price s_promo_price s_promo_price_1">
  PRICE  
</p>

.s_label .s_promo_price_1 {
    background-color: green !important;
}

The problem here is that you need to mark the products for these special labels, save the information in the database and then use it when building the product listing. Or maybe you want to mark the special products with another check?

BR,
ThemeBurn team

May 13, 2014 at 4:33 pm #31856

It’s only needed for 3 products, but all products have some sort of ID I guess (sale or normal), I probably need to create a new one for this option?

Can you point me in the right direction? If I know where to look, and see the example of how the other two are done, I think I could get there.

Thanks

May 14, 2014 at 11:51 am #31862

Is this an option that could be included in the next version? To create a custom price tag for certain products?

Of course I understand that other things have priority.

May 16, 2014 at 3:11 pm #31906
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
May 16, 2014 at 6:25 pm #31909

Thanks! I only need it to apply to a small number of products. So this works great.

May 19, 2014 at 3:16 pm #31933

Glad we’ve helped :)

BR,
ThemeBurn team

May 22, 2014 at 12:35 pm #31977
Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.