add additional Text to price at multistore

Tagged: 

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart Themeadd additional Text to price at multistore

This topic has been marked as not resolved.

hello.
I installed 2 stores (multistore functionality) in my opencart store that Shoppica2 is managing very well.
For one of my stores, I would like to add a fix text beside the price of the product.
For example “Before offer: 50 USD”, this fix price must be showed at every page where the product it shows. (thumbnails, product page, etc)
I try to use the text lebel for the price but I can not enter custom text s.
need you help very soon.
Thank you!!
Mauricio

October 30, 2015 at 3:23 am #43605

Just to be clear…in my example….the fix text is just “Before offer:”…the price value and currency must be the one that corresponds to the price.
Thank you.

October 30, 2015 at 3:29 am #43606

Hi,

Can you make a screenshot with what exactly do you want to achieve? Generally, you can use CSS to insert custom text inside price labels:

.s_price:before {
  content: 'Price before:';
  white-space: nowrap;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 11px;
}

BR,
ThemeBurn team

November 2, 2015 at 1:13 pm #43615

Thank you. I attached to images for what i want to achieve.

1. For example in the product page. Inside the circle of the price, I want to add a test above the price that says “Antes ” y color white.

2. When the products it shows as a thumbnail ,like in the category section. Next to the price I want to add the same text but in color blue, as show in the picture.

The complexity is that these texts was to be showed in just one store: Epagos.supertarjetas.co
Not in the main store (Supertarjetas.co)

Thank you
MAuricio

November 2, 2015 at 10:50 pm #43645

One additional question
This CSS file , should be created on this folder?
/catalog/view/theme/shoppica2/stylesheet
Kind regads
Mauricio

November 3, 2015 at 4:46 pm #43660

ok. So I made this CSS file, but do not where to put it in order to make it work. Please help

November 3, 2015 at 5:07 pm #43661

Please. Need your help.
One additional request. How can I turn off all prices in the store epagos.supertargetas.co? (So the client will not see any information on the store, they will notice the price if they initiate the order)
It seems that adding an additional text will be more difficult.
Kind regards

November 4, 2015 at 7:57 pm #43668
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
November 16, 2015 at 5:10 pm #43801
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.