Jump to content
  • 0

Problem Legal Compliance Modul


Antoni S

Question

Hallo,

ich habe ein Problem mit dem PS Legal Complaince Modul. Es zeigt den Footertext Preisangaben inkl. gesetzl. MwSt. und zzgl. Versandkosten nur auf Kategorieseiten an. Ich habe das Problem wie folgt gelöst, aber ich bin mit der Lösung nicht zufrieden.

if (isset($this->context->controller->php_self)) {
            if (in_array($this->context->controller->php_self, array('index', 'category', 'prices-drop', 'new-products', 'best-sales', 'search', 'product'))) {

wie folgt geändert:

if (TRUE) {
            if (TRUE) {

gelöscht:

if ($this->context->controller->php_self == 'product') {
                    
                }

Wie kann man das besser lösen?

Ich nutze v1.7.5.1

 

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...