*

BayChaser

  • **
  • 13 posts
location contain info on Condition?
« on: August 21, 2025, 11:28:45 PM »
Which location contain info on Condition? I would like to add


This is in Function.php but what other files need to be edited to make it usable. Like when you select one and it saves it in add

Code: [Select]


 return false;
  } else if ($id == 1) {
    $condition = __('New', 'starter');
  } else if ($id == 2) {
    $condition = __('Used', 'starter');
} else if ($id == 3) {
    $condition = __('Sample 3', 'starter');
  }
} else if ($id == 4) {
    $condition = __('Sample 4', 'starter');
  }

Update : sorry its Function only that needs edited..
« Last Edit: August 22, 2025, 12:14:29 AM by BayChaser »

*

MB Themes

Re: location contain info on Condition?
« Reply #1 on: August 22, 2025, 12:24:19 PM »
Field is visible on publish page and should be shown on item page as well.
No other actions required on starter theme.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots