Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Remove featured products from all pages except home page

 
Closed Thread
   X-Cart forums > X-Cart 5 > Dev Questions (X-Cart 5)
 
Thread Tools Search this Thread
  #1  
Old 11-21-2016, 01:43 PM
 
jack68938 jack68938 is offline
 

Advanced Member
  
Join Date: May 2015
Posts: 42
 

Default Remove featured products from all pages except home page

I have tried to remove the featured products section from all pages except the home page. I tried removing it from all pages as well, with no luck.

Here is what i have in my custom module Main.php:

PHP Code:
// Remove this weeks big secrets from category pages
\XLite\Core\Layout::getInstance()->removeTemplateFromList('default/en/common/dialog.tpl''center.bottom'); 

Not sure where I am going wrong. Any help would be greatly appreciated.

Thanks!
__________________
xCart 5.2.16
  #2  
Old 11-21-2016, 09:26 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: Remove featured products from all pages except home page

You try to remove one of core templates that is used in multiple places. This is wrong.

Instead, you should create a custom module that "decorates" the getAllowedTargets() method in \XLite\Module\CDev\FeaturedProducts\View\Customer\ FeaturedProducts class as follows:
PHP Code:
// ...
    /**
     * Return list of targets allowed for this widget
     *
     * @return array
     */
    
public static function getAllowedTargets()
    {
        return array(
'main');
    }
// ... 

This will make the widget appear on pages rendered by the "main" controller only - and this controller renders only the home page.
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
  #3  
Old 11-22-2016, 08:33 AM
 
jack68938 jack68938 is offline
 

Advanced Member
  
Join Date: May 2015
Posts: 42
 

Default Re: Remove featured products from all pages except home page

thank you. That worked!
__________________
xCart 5.2.16
Closed Thread
   X-Cart forums > X-Cart 5 > Dev Questions (X-Cart 5)



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 01:41 AM.

   

 
X-Cart forums © 2001-2020