Change of price tag

Tagged: 

This topic has been marked as resolved.

Hi,

I am using shopica 2 and I want to change the style of price tag. Its rounded style and I want to change and want to use other image insted of this tag. Is this possable?

 qamark
June 5, 2012 at 12:51 pm #9825

Hi,

Can we see, what exactly you want to put instead of the circle tag?

Thanks,
ThemeBurn team

June 5, 2012 at 4:23 pm #9847

Hi,
Thanks for reply. I intend to use the following tag image as price tag instead of rounded default tag.

June 5, 2012

Thanks

 qamark
June 5, 2012 at 9:15 pm #9866

Hi qamark, I wonder if you managed to changed the price tag? I want to do the same with the price tag and use this picture:

 QenTox
June 10, 2012 at 5:55 pm #10058

No, I am still awaiting TB Support reply regarding this query. :(

 qamark
June 10, 2012 at 6:35 pm #10061
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
June 11, 2012 at 6:26 pm #10176

Is it still in the bottom of screen.css.php I should put this code?

What about Custom stylesheet in the CP-menu? I don’t understand that part. Documentation don’t say much eighter.

Thanks

August 9, 2012 at 12:26 pm #12234

@andrixx

You can either put the code in the file manually, or use the Custom stylesheet field. It is up to you.

Generally, if you use the theme CP field, it will be easier for you, when you upgrade the theme. You won’t have to touch the file again.

Best,
ThemeBurn team

August 9, 2012 at 12:32 pm #12236

Oh, I see now.
At first no changes was made. Thats why I was confused.

I had Price design: ‘Plain text’ setting enabled in the Control Panel.

After set to ‘Label’ I saw the changes in the category view.

And the css was put in the Custom stylesheet.

But how to I change the price tag in the product page only?
I want to have ‘Plain text’ everywhere else.

August 9, 2012 at 12:41 pm #12239
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
August 9, 2012 at 12:48 pm #12241

Thank you, but what if I want to change the tag for special prices too?

Default it is two price tags and I want that too.

August 23, 2012 at 4:29 pm #12858
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
August 24, 2012 at 4:43 pm #12918

Hi,

that seems not to solve the issue.

The price tags image is still the same as the regular price.

If I remove the code for the regular price tag then the Promo price will show.

This is the code I am using:

#product_price .s_price {
    height: 84px !important; /* May need adjustment */
    width: 84px !important; /* May need adjustment */
    padding: 32px 0 0 2px !important; /* May need adjustment */
    background: url("http://www.mydomain.se/catalog/view/theme/shoppica2/images/pricetag.png") no-repeat 0 0 transparent !important;
    border-radius: 0 !important;

#product_price  .s_promo_price {
    height: 84px !important; /* May need adjustment */
    width: 84px !important; /* May need adjustment */
    padding: 32px 0 0 2px !important; /* May need adjustment */
    background: url("http://www.mydomain.se/catalog/view/theme/shoppica2/images/pricetagpromo.png") no-repeat 0 0 transparent !important;
    border-radius: 0 !important;

August 27, 2012 at 10:54 am #12952
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
August 28, 2012 at 4:40 pm #13028

Hi,

Can you guys tell me if you offer any other objects or shapes other than the circle for the price tags? It doesn’t seem to go so well with the modern look and feel of this theme. I was hoping for rectangular button looking objects that can also be controlled with the Control Panel settings.

January 6, 2013 at 5:37 am #16760
Viewing 15 posts - 1 through 15 (of 24 total)
  • You must be logged in to reply to this topic.