Post by Valerina » Fri Apr 05, 2019 9:08 pm

Hey All

I am running v 3.0.3.1
I noticed that at the bottom of my category page, I am seeing this text:
Showing 1 to 6 of 6 (1 Pages)
How can I hide using css or delete this code that displays this?

Newbie

Posts

Joined
Mon Apr 01, 2019 7:34 pm

Post by letxobnav » Fri Apr 05, 2019 10:56 pm

it is created in the controller files:

Code: Select all

$data['results'] = sprintf($this->language->get('text_pagination'), ($product_total) ? (($page - 1) * $limit) + 1 : 0, ((($page - 1) * $limit) > ($product_total - $limit)) ? $product_total : ((($page - 1) * $limit) + $limit), $product_total, ceil($product_total / $limit));

it is displayed in the twig files:

Code: Select all

<div class="col-sm-6 text-right">{{ results }}</div>

Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces

“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.


User avatar
Expert Member

Posts

Joined
Fri Aug 18, 2017 4:35 pm
Location - Taiwan
Who is online

Users browsing this forum: No registered users and 183 guests