Osclass Support Forums

Osclass plugin support => Backoffice Manager Plugin => Topic started by: apibio on January 05, 2018, 09:34:26 PM

Title: Feedback link
Post by: apibio on January 05, 2018, 09:34:26 PM
Hello, can you help me insert the codes for feedback?

Thank you
Title: Re: Feedback link
Post by: MB Themes on January 06, 2018, 01:10:16 PM
@apibio
In item.php find line:
Code: [Select]
<?php _e('Seller\'s info''veronika'); ?>
And bellow this line put:
Code: [Select]
<?php echo leave_feedback(); ?>
Title: Re: Feedback link
Post by: apibio on January 06, 2018, 07:27:34 PM
What files should I send to you to insert all your codes to be ok?

Thanks
Title: Re: Feedback link
Post by: MB Themes on January 06, 2018, 09:12:29 PM
@apibio
In item.php find line:
Code: [Select]
<?php _e('Seller\'s info''veronika'); ?>
And bellow this line put:
Code: [Select]
<?php echo leave_feedback(); ?>