Skip to content

parent.postMessage(data) failing

This may be more of an Apache issue, but I am experiencing the issue within php. I have a php page that is called from within an iframe from a separate HTML page. I return the results from the php …

Shopware 5.6 override class method

I want to override method ajaxAddArticleCartAction in engine/Shopware/Controllers/Frontend/Checkout.php, cuz i want a bit complicated logic on accessories quantity calculation. My question is: Is it possible to override this method in my custom plugin. With other words, if i add product in cart, i want to use…

Deleting image problem with unlink function

I created this method to unlink when I update the image but it doesn’t work with if not empty if I say empty it deletes. it is so strange I tried but didn’t work. I tried this without oop it works in …

regexp to find locale in URL

I’m doing regular expression to parse url and find locale on my website. What I did is this code: <?php $app_conf = require_once __DIR__ . '/../config/app.php'; function extract_lang($avail) { …