Osclass Support Forums - Rackons.in

Osclass Theme Support => Other => Topic started by: Robert on February 02, 2018, 01:05:02 AM

Title: [SOLVED] How to add a line in description to remaind visitor
Post by: Robert 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?
Title: Re: How to add a line in description to remaind visitor to mention our site to
Post by: Osclass Developer on February 02, 2018, 01:12:53 AM
@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>
Title: Re: How to add a line in description to remaind visitor to mention our site to
Post by: Robert on February 02, 2018, 02:24:04 AM
there are 2 item.php files, i tried   to put  code on both  files  but no changes
Title: Re: How to add a line in description to remaind visitor to mention our site to
Post by: Osclass Developer on February 02, 2018, 09:47:44 AM
@robert

which theme you are using in osclass site?
Title: Re: How to add a line in description to remaind visitor to mention our site to
Post by: Robert on February 03, 2018, 01:48:30 AM
i'm using veronica theme
Title: Re: How to add a line in description to remaind visitor to mention our site to
Post by: Osclass Developer on February 03, 2018, 02:23:35 AM
@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>