I'm trying to remove the Category Name from pages as per the attached image highlighted in red. I can achieve this with the provided code below:
<h1><?php echo $heading_title; ?></h1>
The only issue is that it also removes the Model details. in my instance the model is shown as part number. another screenshot should be attached for this.
How do i prevent this so that only the category name is removed from every page?
<h1><?php echo $heading_title; ?></h1>
The only issue is that it also removes the Model details. in my instance the model is shown as part number. another screenshot should be attached for this.
How do i prevent this so that only the category name is removed from every page?
Attachments
Model / Part number - 2.png (823.5 KiB) Viewed 367 times
category name - 1.png (1.57 MiB) Viewed 367 times
What OpenCart version are you using?cspnz wrote: ↑Mon Apr 15, 2024 7:14 amI'm trying to remove the Category Name from pages as per the attached image highlighted in red. I can achieve this with the provided code below:
<h1><?php echo $heading_title; ?></h1>
The only issue is that it also removes the Model details. in my instance the model is shown as part number. another screenshot should be attached for this.
How do i prevent this so that only the category name is removed from every page?
By default, OpenCart Category pages not display "Model", and removing the Category name is as simple as removing the below line:
Code: Select all
<h1>{{ heading_title }}</h1>
- Are you using any third-party extensions to display "Model" field in your products listing
- How are you making the modification? - is it through OCMOD or are you making changes directly on the template file?
- Are you using any third-party templates?
Check out our ever-growing list of extensions for OpenCart here.
Some useful extensions for a better admin experience: Image File Manager Pro • Drag & Drop Sort Order
Reach out to us at hello@softmonke.com for your OpenCart web development needs or feedback for our extensions.
Please provide more details, see forum rules.
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
I don't know the exact background, but would definitely not recommend removing it for SEO reasons.
Who is online
Users browsing this forum: No registered users and 19 guests