This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

hayat

  • ****
  • 115 posts
how to add sticky text to description box
« on: March 01, 2016, 06:37:44 PM »
Hi
  How to add sticky text in description box that will be automatically added with user item description text please help thanks
for example :  "    When you call, don't forget to mention that you found this ad on so and so "

*

MB Themes

Re: how to add sticky text to description box
« Reply #1 on: March 01, 2016, 07:36:45 PM »
@hayat
Go to file:
oc-content/themes/patricia/item.php

And after osc_item_description() place your code / text.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

hayat

  • ****
  • 115 posts
Re: how to add sticky text to description box
« Reply #2 on: March 01, 2016, 08:34:56 PM »
@hayat
Go to file:
oc-content/themes/patricia/item.php

And after osc_item_description() place your code / text.
can you explain a little bit more please as below


(osc_item_description(), 200)
suppose i want to add  "my text here "
how i will add , after comma or in comma ,after 200 or before 200 ?
i tired add some text before comma and than after comma than in both cases my item.php page stoped working :-(
OKAY I GOT IT THANKS :-)
« Last Edit: March 01, 2016, 08:56:43 PM by hayat »

Marked as best answer by hayat on March 02, 2016, 09:36:26 AM
*

MB Themes

Re: how to add sticky text to description box
« Reply #3 on: March 01, 2016, 09:09:22 PM »
@hayat
Simply after this block, not to same line....
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots