Advertisement:

Author Topic: HELP Please " :/ how to remove "check with seller" item.php  (Read 56219 times)

johnM

  • Newbie
  • *
  • Posts: 30
Hi all

since my site is just for trade, no buy and sell, i want to remove the "check with seller" like in picture. i can do it on firebug but then i dont know how to do it on the file.


maxo

  • Sr. Member
  • ****
  • Posts: 285
Re: HELP Please " :/ how to remove "check with seller" item.php
« Reply #1 on: June 27, 2012, 06:35:09 am »
I think what you're looking for is here:

/oc-includes/osclass/helpers/hItems.php

around line # 1025

Alexandr

  • Full Member
  • ***
  • Posts: 126
Re: HELP Please " :/ how to remove "check with seller" item.php
« Reply #2 on: June 27, 2012, 03:47:53 pm »
completely remove the text "Check with seller"
and price
try in the file
oc-content/themes/modern/item.php
line 59 code
Code: [Select]
<h1><?php if( osc_price_enabled_at_items() ) { ?><span class="price"><?php echo osc_item_formated_price() ; ?></span> <?php ?><strong><?php echo osc_item_title(); ?></strong></h1>
change in the
Code: [Select]
<h1><strong><?php echo osc_item_title(); ?></strong></h1>

maxo

  • Sr. Member
  • ****
  • Posts: 285
Re: HELP Please " :/ how to remove "check with seller" item.php
« Reply #3 on: June 28, 2012, 04:50:52 am »
@Alex - good point.

johnM

  • Newbie
  • *
  • Posts: 30
Re: HELP Please " :/ how to remove "check with seller" item.php
« Reply #4 on: June 28, 2012, 05:36:06 pm »
Thanks Alex, it works!

now if possible, this one:


Alexandr

  • Full Member
  • ***
  • Posts: 126
Re: HELP Please " :/ how to remove "check with seller" item.php
« Reply #5 on: June 28, 2012, 07:16:58 pm »
I'm sorry
but I brought you into confusion

is a simple solution
turn off the price
Users can not specify a price when  add ads
see admin-panel
sorry for my english :)
« Last Edit: June 28, 2012, 07:19:58 pm by Alexandr »

johnM

  • Newbie
  • *
  • Posts: 30
Re: HELP Please " :/ how to remove "check with seller" item.php
« Reply #6 on: June 29, 2012, 02:18:42 am »
Thanks for your help guys! :)