Jump to content
thirty bees forum

30knees

Gold member
  • Posts

    1,428
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by 30knees

  1. I hope the recovery goes well and that you have a recent backup. Please share if you find out how this happened.
  2. I'm using Mollie to offer Klarna.
  3. https://github.com/mollie/PrestaShop/releases/tag/4.4.3 is the most recent one to work with tb. If I remember correctly, @datakickupdated it to 4.5.3. Can I just download the mollie module folder in /modules to give it to the community? Perhaps tb can maintain its own fork?
  4. https://www.mollie.com/
  5. You could use Mollie and through Mollie Klarna.
  6. Those are things I also need. We have them implemented outside of the TB core. BBD gets shown to the cutsomer like this and each order tracks the BBD the customer got. Tariff is with our fulfillment center.
  7. I noticed that the email review requests have in all languages in English "Rate this product". It's part of the {products} in the HTML of the email. Under Localisation and Module Translations "Rate this product" is translated. Where else do I need to translate so "Rate this product" is in the proper language of the email?
  8. https://eoliashop.com/phenixsuite/prestashop-new Also didn't know! Anybody ever attempt to find out why?
  9. datakick took a look and the correct version is: {categories}/{id}/{rewrite}\n
  10. Nothing for TB but 1.6 is close enough that it works. :)
  11. One feature suggestion would be to be able to bulk select mails in the queue for processing, that is either delete or send now. Otherwise: All works well!
  12. Yep, after the Stripe update the translations are showing. Thank you!
  13. Thanks, yes, I'm aware of that. I tried changing the syntax but that didn't help, either.
  14. @datakick Do you have an idea?
  15. Thanks, I checked but I don't have Stripe or Chex in the frontend translation section. But I also can't find bankwire module in the frontend!
  16. I go into themes/theme/modules/payment module and see eg in Stripe/translations that strings are translated. But they don't show up in the checkout. And if I copy the translation files to modules/stripe/translations I'm also not seeing the translations in the frontend. What am I doing wrong? I flushed the cache.
  17. @beetea2The API version should be fine. I can't comment on the rest.
  18. I'm talking to Stripe about this because P24 regularly fails with me. The support is asking for any details we can share. I wrote what you wrote but is there anything else, some error log or anything that could be shared, too?
  19. Thanks. I'd have thought it would be a business need that would be filled. What third party software do you use (if any) for the ads? Yep, I'm using datakick's module. It's a good start, you're right. Apropo his module: Do you use it with Facebook? Because Facebook is telling me that shipping information is missing from the feed.
  20. $result = Db::readOnly()->getArray( ' SELECT c.*, cl.* FROM `'._DB_PREFIX_.'category` c '.($useShopRestriction ? Shop::addSqlAssociation('category', 'c') : '').' LEFT JOIN `'._DB_PREFIX_.'category_lang` cl ON c.`id_category` = cl.`id_category`'.Shop::addSqlRestrictionOnLang('cl').' '.(isset($groups) && Group::isFeatureActive() ? 'LEFT JOIN `'._DB_PREFIX_.'category_group` cg ON c.`id_category` = cg.`id_category`' : '').' '.(isset($rootCategory) ? 'RIGHT JOIN `'._DB_PREFIX_.'category` c2 ON c2.`id_category` = '.(int) $rootCategory.' AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`' : '').' WHERE 1 '.$sqlFilter.' '.($idLang ? 'AND `id_lang` = '.(int) $idLang : '').' '.static::getActiveColumnCondition($active, $useShopRestriction).' '.(isset($groups) && Group::isFeatureActive() ? ' AND cg.`id_group` IN ('.implode(',', $groups).')' : '').' '.(!$idLang || (isset($groups) && Group::isFeatureActive()) ? ' GROUP BY c.`id_category`' : '').' '.($sqlSort != '' ? $sqlSort : ' ORDER BY c.`level_depth` ASC').' '.($sqlSort == '' && $useShopRestriction ? ', category_shop.`position` ASC' : '').' '.($sqlLimit != '' ? $sqlLimit : '') ); I can't help unfortunately but if you want to try what ChatGPT suggests until someone competent answers, use the code above. Maybe it'll work and we can also test 4o's debugging skills like this. :-)
  21. Is there any service that lets you simultaneoulsy create ads for eg Google, Facebook, Microsoft? I've only found services for individual platforms but nothing that acts as a hub Prestashop to Various
  22. Sorry for all the clarification requests but I do not see where to disable delivery delay. The input field for the delay will not accept 0 (it accepts -1).
  23. @datakick in case you missed this one (because you kindly replied elsewhere in the meantime). :)
  24. Thank you for this solution. I've not heard back regarding the webservice. But I changed the delay in Revws to 1 day each and added the dedicated mail queue with a delay of 15 days. There is no condition "order status" in mailqueue, so this would now just be based on the order + 1 day. Is this correct? I don't understand why this would work to fix the delay in Revws, though. Won't mailqueue module only take over once Revws wants to send? Because Revws will still keep the emails pending.
  25. Thank you for checking. It could only be the fulfillment center's webservice. I will ask them. Is there any way to have the review request sent X days after a certain status is set?
×
×
  • Create New...