Jump to content
thirty bees forum

Pilou

Trusted Members
  • Posts

    114
  • Joined

  • Last visited

Everything posted by Pilou

  1. Pilou

    Mailalert module

    @colorful-ant no need to register @datakick same php version and same server (just another directory). So I have a Ps shop under 1.6.20 I made a backup (files and database) and put it on a different sql server and another directory. I did the migration to Tb 1.07 All seems to work but except this feature which work well on my Ps shop. Thank you for your answers.
  2. Pilou

    Mailalert module

    @wakabayashi said in Mailalert module: Well you have a syntax error... You should recheck your code. Probably ";" or "{" or something like that is wrong. But the code works perfectly on my Ps 1.6
  3. Pilou

    Mailalert module

    Hello, I used this module in my Ps 1.6 I modified this module to allow customers to register when the item is out of stock to receive an email when the item is back in stock. The modification: Original Code in ps module: public function hookActionProductOutOfStock($params) { if (!$this->customer_qty || !Configuration::get('PS_STOCK_MANAGEMENT') || Product::isAvailableWhenOutOfStock($params['product']->out_of_stock)) return; Code modified: public function hookActionProductOutOfStock($params) { if (!$this->customer_qty || !Configuration::get('PS_STOCK_MANAGEMENT')) return; I tried to make the same mod in the ThirtyBees mailalert module, but I have a blank screen on my frontoffice. And an error message appeared in BO: "mailalerts (syntax error in /modules/mailalerts/mailalerts.php)" Can you help me please ? Kind regards, Pilou
  4. Thank you very much colorful-ant, it was that ! :) It was on YES in the Ps and moved to NO while migrated in Tb. Thanks all and long life ThirtyBees !
  5. And you can see in Back Office, Customers, Carts, a lot of abandonned carts https://i.imgur.com/wxmk9w2.jpg
  6. @MockoB : yes, I tried with Firefox, Chrome and Edge. @mauroagr : I always use the same link. @Traumflug : I used to connect with a test customer account and I do not emptying the cookie. As, for example, on Amazon, you add product to your cart and make the purchase another day.
  7. Yes correct MockoB ! If I close and reopen the browser, I stay connected, so do not loose the cart. Guests are disabled.
  8. Hello all, I had a Ps 1.6.1.0, migrated to Tb 1.06 then updated it to 1.07 When I connect to the frontoffice (as a customer), add product to cart, it's ok. If I disconnect and reconnect to the frontoffice, my cart is empty... When I was with Ps, the cart did not empty itself. So is it possible to correct that please ? I hope you understand what I mean, english is not my mother language. :)
  9. This one works well : {id}-{rewrite} or {id}-{rewrite}.html
  10. Hi, If idproduct are different, you have two products. Do you remove idproduct from the route ?
  11. Thank you datakick ;)
  12. Oh ok, for php7.2, I just read it was compatible in the post talking about 1.07.
  13. Hello, Full page cache is disabled but still same error. Warning à la ligne 265 du fichier /home/www/********/classes/PageCache.php [2] Invalid argument supplied for foreach() and also another one. Unknown error à la ligne 75 du fichier /home/www/********/vendor/smarty/smarty/libs/sysplugins/smartyinternalcompilebase.php [8192] The each() function is deprecated. This message will be suppressed on further calls Kind regards PIlou
  14. Hi, Here is one for Ps1.6 : https://eoliashop.com/module-RGPD
  15. @toplakd how did you install a Ps1.7 module on a Ps 1.6.1.18 please ?
  16. Thank you lesley. Will be possible once your upgrader is finished ?
  17. Hello, Is it possible to upgrade a PS1.6.x shop directely to Tb 1.0.4 please ?
  18. Je suis un simple marchand. Je suis aussi en Ps 1.6 et je lorgne du côté de Tb. (la v1.7 de Ps est pourrie) La plupart des moyens de paiement fonctionnent sans soucis avec Tb.
  19. Salut ! Que cherches-tu comme modules qui ne soit pas inclus dans tb ?
  20. Bonjour ssimard, Content de voir que je ne suis pas tout seul :) D'autres francophones sur le forum ?
  21. Hello mdekker, After I modified controllers/admin/AdminMetaController.php as you told, I have an error 500 when I try to reach SEO&URL tab. Kind regards
  22. Hello Havouza, Do you mean, you already work with Tb in place of Ps ? In live shop ? No problems anymore ?
  23. Subdomain point to the sub directory test.mydomain.com point /www/test
×
×
  • Create New...