Have this turned off for products.
When using the search the Product Meta Description for SEO is displayed
Is there a way to stop this so just the product is displayed?
Product Meta Description for SEO
-
ecartz
- Core Team
- Posts: 3084
- Joined: Tue Nov 05, 2019 6:02 pm
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 208 times
Re: Product Meta Description for SEO
Code: Select all
if (!Text::is_empty($product->get('seo_description'))) {Alternately, you could delete lines 68-72 of templates/default/includes/components/product_listing.php or whichever template you're using.