I would like to remove the following instance of product compare. I would like to keep all the others, i just think this one spoils the look.

My Extensions - SuperTheme - Opencart templates - Opencart modules
Code: Select all
$this->data['text_compare'] = sprintf($this->language->get('text_compare'), (isset($this->session->data['compare']) ? count($this->session->data['compare']) : 0));
Code: Select all
$this->data['text_compare'] = sprintf($this->language->get('text_compare'), (isset($this->session->data['compare']) ? '(' . count($this->session->data['compare']) . ')' : NULL));
Code: Select all
$_['text_compare'] = 'Product Compare (%s)';
Code: Select all
$_['text_compare'] = 'Product Compare %s';
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Users browsing this forum: No registered users and 15 guests