*

Nagy Csaba

  • ***
  • 70 posts
Contact form disable
« on: February 07, 2021, 05:34:04 PM »
Hi all
I have a categorie where i want to use a bid plugin, for this categorie i want to disable the contact form and price field.
I use veronika, i disabled the price field in item add but it shows check whit seller.

is there a way to bypass all of this?


*

MB Themes

Re: Contact form disable
« Reply #1 on: February 08, 2021, 09:27:15 AM »
@Nagy
You could use function like this:
Code: [Select]
    $category = Category::newInstance()->findByPrimaryKey(osc_item_category_id());
    if($category['b_price_enabled'] == 1) {
       .... show price ...
    } else {
       .... do not show price ...
    }
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots