Author Topic: [SOLVED] How to add a line in description to remaind visitor  (Read 1212 times)

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

Robert

  • Newbie
  • *
  • Posts: 13
    • View Profile
    • BIG MARKET TANZANIA
[SOLVED] How to add a line in description to remaind visitor
« on: February 02, 2018, 01:05:02 AM »
How  to add a line in description to remaind  visitor  to mention our  site  to seller when they make a  call?
« Last Edit: February 03, 2018, 03:27:58 AM by Administrator »



Osclass Developer

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
@robert

Please firstly open your item.php and find

Quote
<?php echo osc_item_description(); ?>

and put below code after that line
Quote
<p><strong><?php _e('When you call, don't forget to mention that you found this ad on Rackons.com', 'YOUR_THEME_NAME'); ?> </strong></p>
« Last Edit: February 02, 2018, 01:43:08 AM by Administrator »

Osclass Support Forums - Rackons.in


Robert

  • Newbie
  • *
  • Posts: 13
    • View Profile
    • BIG MARKET TANZANIA
there are 2 item.php files, i tried   to put  code on both  files  but no changes

Osclass Developer

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
@robert

which theme you are using in osclass site?

Robert

  • Newbie
  • *
  • Posts: 13
    • View Profile
    • BIG MARKET TANZANIA
i'm using veronica theme

Marked as best answer by admin on December 28, 2018, 10:24:50 PM

Osclass Developer

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
@robert

So in the veronika theme only one item.php not two. So please check again

and find
Quote
<?php echo osc_item_description(); ?>

and put below code after above code

Quote
<p><strong><?php _e('When you call, don't forget to mention that you found this ad on Rackons.com', 'YOUR_THEME_NAME'); ?> </strong></p>

Osclass Support Forums - Rackons.in