Stickers positions and other sticker [2017-10-27]

ThemeBurn SupportForumsOpenCart ThemesTechnopolis OpenCart ThemeStickers positions and other sticker [2017-10-27]

This topic has been marked as resolved.

Hi,

1) I readed all forum but not find some information what for me is interesting. Look at the image – “18-stickers”.
There you see stickers example. Two (discount and New in technopolis we have), third is what I need – that is seel out. It’s same laike discount but this sticker is for goods which are sold out and newer be in webshop. I think there is no posibility, but better I ask you, maybe you will say – yes, technopolis have it. This sticker must show when I choose products – “19-choose-products.jpg”.

2) And, in last post I asked you and you answered (#61691), buu. I tried copy-paste and Itried to edit – move to left or right in some distance. What I sow, just I can move this sticker to left or right but I can’t choose exact distance. I can write:

right: 0;
right: 2;
right: 40;
… or but how much. sticker mowe exactly 20px to right or left – no more, no less. I’m sure in yous seestem all is OK, but in my head barins is just a little lightweight :) Can you advice what and where I must write to move stickers to exact place where I need. Example can be image – “19-choose-products.jpg”.

3) Diccount sticker is round. How I can change this to another form? Where I can change it?

Sorry for so lot questions, but maybe they will be useful for other technopolis buyers.

BR

 JAZZLT
October 27, 2017 at 3:32 pm #62223

Hi,

1) Here is some custom CSS that will make your out of stock statuses to labels:

.product-thumb > .image_hover + div,
.product-thumb > .image-wrap + div,
.product-thumb .caption
{
  position: static;
}
.tb_label_stock_status {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 0 10px;
  color: #fff;
  background: red;
  opacity: 1;
}

You may need to adjust the top and left values.

2) The correct value is:

right: 0;
right: 2px;
right: 40px;

You have forgotten the pixels.

3) Each of your Featured products blocks has a custom class that you need to remove:

tbMediumSaleLabel

BR,
ThemeBurn team

October 30, 2017 at 5:28 pm #62261

Hi, TB,

Thank you for you help!!! But you not understand what I mean. I need sell out label for goods which I have, but this good is on the “BIG SALE”, with big discount. For example the model will never be produce or maybe this good is with a small defect. After selling, this product will be deactivated.

BR

 JAZZLT
October 31, 2017 at 8:56 am #62270

… and I tried change some parameters but for me not everything has succeeded. Maybe you know where I need do some change to get the result wkat I need. Can you see at the image? – “20-which-parameter.jpg”.

Thank you in advance!

 JAZZLT
October 31, 2017 at 9:52 am #62278

Hi,

Please check our previous reply again. There is a slight change in the code we’ve given.

BR,
ThemeBurn team

November 3, 2017 at 4:53 pm #62349

Hi,

I see you changed this preview code. Thanks, I will try how It’s working.
… you don’t understand about Sell out, but ok, forget it. Thanks for your answer and … resolved.

BR

  • This reply was modified 2355 days ago by  JAZZLT.
 JAZZLT
November 4, 2017 at 11:28 am #62360

No, beter you remove this topic because if someone will read hi will have problems because It not working. Because all your answers not in the question. Out of stock of course is working if I.m use -XXpx but Out of stock I not need. You just nor reades my questions.

Better remove.

 JAZZLT
November 4, 2017 at 11:59 am #62367

Hi friend,

We’ve read your questions and see exactly what you want to achieve. Since you cannot add a “Sold out” sticker without changing lots of things, we’ve offered you to use the stock status. Doesn’t
“our of stock” means similar to “sold out”? If you want exactly the same text, you can always rename your stock status in Admin > System > Localization > Stock statuses.

BR,
ThemeBurn team

November 4, 2017 at 6:55 pm #62368

Hi, TB,

Now I understand, that … “… without changing lots of things …”.

Thank you and excuse me if I don’t understand what you writed. My English is poor, not your answer was bad :)

Best regards!!!

 JAZZLT
November 6, 2017 at 8:56 am #62381

Hope we’ve helped :)

BR,
ThemeBurn team

November 13, 2017 at 6:07 pm #62517
Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.