Jump to content
thirty bees forum

papagino

Trusted Members
  • Posts

    179
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by papagino

  1. Hello people, I know that some Prestashop 1.6+ modules are compatible with Thirtybees but some won't work under PHP8.0+. The new Prestashop 8 is PHP 8.1 ready, but my question is, are the modules compatible with PS8 work with Thirtybees 1.4+ under PHP8.1? Cheers Dan
  2. Ok I managed to do an easy way around by editing the tbhtmlblock.php so the HTML Block module is able to be transplanted to the displayBanner hook. Could the Thirtybees developers make this change so this can be used by others. Attached is the modified tbhtmlblock.php files Cheers Dan tbhtmlblock.php
  3. Hello people, I would like to create a banner on the top of the page in Navigation Hook using the Native HTML Block module, but that would show up in the center of the page and on the left side of the Language and Sign In button like in this image: I have tried all kind banner sizes and it will always show either above or below the Language and Sign In buttons, never on the same horizontal block. BTW, I've tried the native "Thirtybees Banner module", but this is not working to good for me, Native HTML Block is a much better and easy to use module as you can turn on or off contents by a simple tick... I am on Niara theme under Thirtybees 1.5 bleeding edge and PHP 8.1. Anyways to get this working like mentioned above? It is not possible to transplant HTML Block module to the "displayBanner" Hook. This should be added for this module. Cheers Dan
  4. You are right datakick, I just tried the 1.4.6 version again, it installed, but you get a "500 Server Error" as soon as you click on the configure button in Modules. Tomer mentioned I need to comment out any complete condition where ps_versions_compliancy is mentioned. I've look inside the paypalpro.php files but can't figure it out... Any help to make this module work would be great. Thanks
  5. Thanks, I had created a user with view only, but it looks like I used the wrong token in the configuration... Anyway, all is good now. Cheers Dan
  6. Ok, I just tried the 1.4.6 version again, it installed, but you get a "500 Server Error" as soon as you click on the configure button in Modules. Tomer mentioned I need to comment out any complete condition where ps_versions_compliancy is mentioned. I've look inside the paypalpro.php files but can't figure it out... Any help to make this module work would be great. Thanks
  7. Yes Yes maybe you're right, there is another version PayPal Pro (Direct Payment + Hosted Solution) (1.4.6) that I am currently using on my Prestashop 1.6.1.24 shop. I tried the latest version with Thirtybees thinking that it would support PHP 8.1. I will try the 1.4.6 version again, but I am pretty sure it won't work with PHP 8.1. Here is the 1.4.6 version... Cheers paypalpro.zip
  8. Hello people, I recently installed Matomo Web Analytics v1.3.0 - by thirty bees on my Thirtybees 1.5 (offline and in progess) using PHP8.1. Matomo is working fine on their website, tracking and all.. However, whenever I click on the Piwik Analytic button in Stats of the backoffice I get this window: I have attached screenshot of my entire Matomo configuration page (blocked out sections for security reason) Can anyone help me identify what's wrong with my configuration? Any help would be very much appreciated. Cheers Dan
  9. Hello wondefull people. I was testing the PayPal Pro (Direct Payment + Hosted Solution) (2.0.5) free module from Presto-Changeo and it was working great with Thirtybees 1.4 under PHP7.4, but not longer work under PHP8.x, causing a 500 server error every time the payment page would load in the cart. (Needed to comment out any condition where ps_versions_compliancy was mentioned in paypalpro.php in order to be able to install the module in Thirtybees) Anyway, I wrote to Tomer from Presto-Changeo to see if he was interested in updating his module to make it compatible for PHP8.x. His reply was that they've stopped working with PrestaShop and TB over a year ago and have no plans going back. I then ask if he would agree to have the Thirtybees community modify his module to make it compatible with PHP8.x? His reply was: "You are welcome to upgrade and share the module, the only request I have is that the affiliate key in the module remains the same." This module was the best I've found for PayPal payment with business account and was working great under PHP 7.4. Would there be anyone on here who is a coder be willing for this task? I have attached the zip file for the module version 2.0.5 Let me know... Cheers Dan paypalpro.zip
  10. Hello people, I've never used Overrides before. I want the overrides to remove the ... at the end of the drop down cart product names and also on the crossseling product names. I was just modifying the truncate values inside the dropdown.tpl and crossselling.tpl but this is a no no when having to do a Thirtybees updates. Basically, the overrides need to do this: To remove ... in product names of drop down cart, go to: public_html/themes/niara/modules/blockcart/includes/dropdown.tpl Line 44, change truncate:13 to 55 To remove ... in product names of Cross Selling (Customers who bought this product also bought) public_html/themes/niara/modules/blockcart/crossselling.tpl Line 14, change truncate: 18 to 55 How do I create overrides? Do I create folders in the override directory to match the paths to the edited files for dropdown.tpl and crossselling.tpl ? Do the dropdown.tpl and crossselling.tpl files have to be basically the same files copied from their original locations, but with the edited truncate values or I only have to have the specific edited lines in those files ? Any help to accomplish this would be appreciated. Cheers Dan
  11. Hello people, currently building a new shop with Thirtybees 1.4 under PHP8.1 and can't figure out how to remove the "Customers who bought this product also bought:" section that appears every time you add an item in the cart. I have disable the "Block Best Sellers" and "Block Cross Selling" modules in Backoffice, but this is not it. Any help here would be appreciated. Cheers Dan
  12. So where is this new feature called FAQ Snippets and how to access it? 5) FAQ Snippets: With this module you can easily add FAQ lists to product and category pages. Search engines can show this information in their result page as it has the snippets markup. By adding links to the text you can attract more people to you store and increase sales. Must have for every ecommerce site! Would like this a lot on my site... Cheers Dan
  13. Edit OK, I just did an "Uninstall" for the "Product Comments" module and this solved the problem... Cheers
  14. Hello people, I noticed that if I enable the "Product Comments v4.1.0 - by thirty bees" module, then disable it in the back office, it will throw a "500 Server Error" whenever I click on a product page in the front office. The only way to get the shop working again is if I Disable non thirty bees modules under "Advanced Parameters / Performance" settings. I am on Thirtybees 1.4.0 and PHP 8.1 on my host. Here is what is shown under error log: Exception Message: Error: Class "ProductCommentsModule\ProductComment" not found Location: modules/jsonmodule/jsonmodule.php line 1277 I also tried to remove all Hooks for the Product Comment module but this doesn't help. Can anyone replicate this problem? Is this a bug and anyway to solve this problem? Cheers Dan
  15. Doing it now, seems to be working... I believe that coreupdater was part of the modules that needed to be updated... Done... Thank you, this fixed the problem, all good now. Cheers 😉
  16. When looking at the Log files for today, I see this one: *ERROR* 2023/04/20 - 13:17:12: Fatal Error: require_once(): Failed opening required '.../modules/coreupdater/classes/Settings.php' If I open the folder under /modules/coreupdater/classes/, there is no Settings.php file, only these 2 folders. Why is this?
  17. Hello people. After doing an "Update all modules" in my backoffice, it shows "500 server Error" when trying to access the Modules and Services, Preferences/Core Updater, Advanced Parameters/Performance and Administration/Permissions menus. I'm on Thirty Bees 1.4.0 running under PHP 7.4. I changed "define('_PS_MODE_DEV_', true);" in defines.inc.php, but no errors are showing when I get the "500 server Error" page. My site is now in Maintenance mode. Any ideas on how to fix this? Thanks Dan
  18. Hello people, I am currently setting a new shop to replace my existing Prestashop 1.6.24 store and would like to know if anyone here has tried the Paypal module "PayPal Payments Pro Module by Adddons4Presta" to confirm if it is working with Thirtybees 1.4. I'm in Canada, I've contacted the developer of the module (Adddons4Presta), they believe their module is compatible with PHP8.1 but haven't tested with thirtybees as this is a Prestashop module and cannot guarantee it will work. Is there anyone here that use this "PayPal Payments Pro" by Adddons4Presta module and can confirm if this module is working with Thirtybees 1.4 under PHP8.1? Cheers, Dan
  19. So easy when you know what you are doing... Thank you very much, that worked wonderfully... Cheers Dan
  20. Not sure if this will help... Here is the exception file I've downloaded with the error... exception_20221117113718.txt
  21. Yea, that's the thing, not sure what file to edit for the error... Some of the Prestashop modules that I can confirmed are not compatible with PHP8.1 are: - Creative Slider v6.6.9 - by WebshopWorks - Canada Post Shipping - by Presto-Changeo - Fedex Shipping - by Presto-Changeo I probably have more PS modules that aren't compatible with PHP8.1 but since those were the more important, I want to go back to PHP7.4, but not sure how to do it... Any advise on how to go back to PHP7.4 would be appreciated. Cheers
  22. Hello people I am working on a test site and updated my Thirtybees version 1.3 to 1.4. Did the core updater also for database and applied all the fixes and all good. I wanted to check older Prestashop modules compatibility under PHP8.1 from PHP7.4 to see if they would also be compatible, the core updater said that I needed to updated the Thirtybees so I did. Some of my older modules are not PHP8.1 compatible, so now, if I go back to my host and set my site back to PHP7.4, I get this error message when accessing my backoffice: "Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0". " So now the only way to have access to my backoffice is to set my shop to be on version PHP8.1, no way to go back to PHP7.4, this basically broke my shop that was working fine under PHP7.4 with Thirtybees 1.4. Any advise to solve this problem would be appreciated. Thanks Dan
  23. Hello people, I am currently working on my ThirtyBees shop that will be replacing my current Prestashop 1.6.1.24 store. Regarding ThirtyBees 1.4... any estimate on when it will become available? Will it be PHP8 supported? Cheers Dan
  24. Hello people, I am currently working on a new website to replace my current Prestashop 1.6 shop. When trying to unable "Enable Website Payments Plus" inside the PayPal v5.4.5 - by thirty bees, I can see Forbidden Triangle on the Payment page of my store. Do you know if Paypal Payment Plus is supported for Paypal Canada? Enable Website Payments Standard seems to work ok. Cheers Dan
×
×
  • Create New...