Jump to content

dimitribalzer

New Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by dimitribalzer

  1. Hey guys, I'm currently working on a new Front-End. But instead of PrestaShop's build-in Front-End, I want to use React and the PrestShop Webservice API to develop the User Interface. Now I wonder, what would be the best technique for the checkout. How can I access payment modules through the API. Is it possible at all? I would love to read your thoughts and ideas.
  2. By restoring the whole Modules directory from a Backup I could finally resolve the issue. Thank you very much for your help!
  3. Hi, I recently moved my PrestaShop installation to another subfolder. Everything works fine except for the "Alerts" and "Updates" menus at "Modules Manager". With the Debug-Mode enabled I get to following error message: Compile Error: PrestaShop\PrestaShop\Adapter\Module\Module::instanciateLegacyModule(): Failed opening required '/var/www/dimitribalzer.com/public_html/projects/hookah-dreamz/modules/psaddonsconnect/psaddonsconnect.php' (include_path='/var/www/hookah-dreamz.de/public_html/vendor/pear/pear_exception:/var/www/hookah-dreamz.de/public_html/vendor/pear/console_getopt:/var/www/hookah-dreamz.de/public_html/vendor/pear/pear-core-minimal/src:/var/www/hookah-dreamz.de/public_html/vendor/pear/archive_tar:.:/usr/share/php') With an Fatal Error Exception at src/Adapter/Module/Module.php (line 360): $path = $this->disk->get('path', ''); // Variable needed for empty() test if (empty($path)) { $this->disk->set('path', _PS_MODULE_DIR_ . DIRECTORY_SEPARATOR . $this->attributes->get('name')); } // End of temporary content require_once $this->disk->get('path') . DIRECTORY_SEPARATOR . $this->attributes->get('name') . '.php'; //<-- Here is the error $this->instance = LegacyModule::getInstanceByName($this->attributes->get('name')); } I noticed, that PrestaShop tries to open the psaddonsconnect.php file at the old path instead of the new one. I've tried to clear every possible cache, disabled friendly URL, removed .htaccess, still no luck. My Installation: PrestaShop 1.7.6.4 Apache/2.4.18 (Ubuntu) PHP-Version 7.3.22-1 Any ideas? Thank you!
  4. Ich habe das Problem gefunden. Mein Kollege hat unter Artikel->Optionen die Checkbox "Bestellbar" für einige Produkte nicht angeklickt. Ich hab das behoben und jetzt funktioniert alles so wie es sollte. Vielen Dank für eure Hilfe.
  5. Ja, ich habe sowohl bei der Artikelmenge als auch beim Lagerbestand verschiedene Werte ausprobiert. Link zum Shop: http://www.dimitribalzer.com/projects/hookah-dreamz/startseite/21-nube-unique-volt.html
  6. Hallo miteinander, ich habe gerade zum ersten mal PrestaShop in der Version 1.7.6.4 installiert. Nachdem ich einige Artikel hinzugefügt habe ist mir aufgefallen, dass der "In den Warenkorb"-Button nicht funktioniert. Er lässt sich nicht anklicken und wenn man mit der Maus über dem Button schwebt nimmt der Cursor den not-allowed Status an. Unter Safari auf iOS lässt sich der Button auch nicht antippen. Das Problem tritt sowohl auf dem Vorschaufenster als auch auf der Produktseite auf. Prestashop wurde auf einem Server mit Ubuntu 16.04 installiert. Die Domain, die auf den Shop verweist besitzt kein SSL-Zertifikat, könnte es womöglich damit zusammen hängen? Ich wäre für jeden kleinen Tipp dankbar!
×
×
  • Create New...