Jump to content
thirty bees forum

selwynorren

Members
  • Posts

    46
  • Joined

  • Last visited

Everything posted by selwynorren

  1. Hi guys, Can someone help. I have a site where each product has some PDF attachments. These all download without any issues at all. However, a few of the products have software that can be downloaded as well. I have uploaded these and all of that went just fine, however this week, I cannot seem to download these software attachments at all. It results in a page that says the site cannot be reached. In the inspector tool it says the server generated an error 500 but I cannot see what and there is no error_log generated at all. I am using Prestashop 1.4.0 and presently teh server is running php 7.4 Here is a link to one of the products: https://instruments.co.za/environmental/soil-moisture-meters/rs-trrec-soil-analyser-and-data-logger
  2. Howdy, I set it to 999 and I installed the fresh install this morning with demo products
  3. Hi All, I have searched, but not really finding the right solution here. I have just re-installed my site (TB 1.1.0) as I could not getting working before. I thought a nice fresh re-install would fix everything, but its still the same issue. I want to show the latest added products on my home page, like it does on the Niara theme template preview. No matter what I do, it always shows No new products at this time. in a blue background. When I compare the code to the old community theme, then the code for showing new products on the home page is vastly different. I have even transplanted the module, change some of the code on hooks to include proper displayhookHome, but I keep getting the same result. Can anyone help?
  4. Hey All, I seem to be getting some errors in my error_log, but I have no idea how to even start problem solving this [14-Nov-2018 13:43:23 Africa/Johannesburg] PHP Notice: Undefined index: paddingtop in /home/xxxxxxxxx/publichtml/vendor/smarty/smarty/libs/sysplugins/smartyinternaltemplatebase.php(157) : eval()'d code on line 46 [14-Nov-2018 13:43:23 Africa/Johannesburg] PHP Notice: Trying to get property of non-object in /home/xxxxxxxxx/publichtml/vendor/smarty/smarty/libs/sysplugins/smartyinternaltemplatebase.php(157) : eval()'d code on line 46 [14-Nov-2018 13:43:23 Africa/Johannesburg] PHP Notice: Undefined index: paddingbottom in /home/xxxxxxxxx/publichtml/vendor/smarty/smarty/libs/sysplugins/smartyinternaltemplatebase.php(157) : eval()'d code on line 48 [14-Nov-2018 13:43:23 Africa/Johannesburg] PHP Notice: Trying to get property of non-object in /home/xxxxxxxxx/publichtml/vendor/smarty/smarty/libs/sysplugins/smartyinternaltemplatebase.php(157) : eval()'d code on line 48 [14-Nov-2018 13:43:43 Africa/Johannesburg] PHP Notice: Undefined index: paddingtop in /home/xxxxxxxxx/publichtml/vendor/smarty/smarty/libs/sysplugins/smartyinternaltemplatebase.php(157) : eval()'d code on line 46 [14-Nov-2018 13:43:43 Africa/Johannesburg] PHP Notice: Trying to get property of non-object in /home/xxxxxxxxx/publichtml/vendor/smarty/smarty/libs/sysplugins/smartyinternaltemplatebase.php(157) : eval()'d code on line 46 [14-Nov-2018 13:43:43 Africa/Johannesburg] PHP Notice: Undefined index: paddingbottom in /home/xxxxxxxxx/publichtml/vendor/smarty/smarty/libs/sysplugins/smartyinternaltemplatebase.php(157) : eval()'d code on line 48 [14-Nov-2018 13:43:43 Africa/Johannesburg] PHP Notice: Trying to get property of non-object in /home/xxxxxxxxx/publichtml/vendor/smarty/smarty/libs/sysplugins/smartyinternaltemplatebase.php(157) : eval()'d code on line 48 Can anyone help?
  5. I seem to still be getting this issue. I was using the Google analytics optimized module. So today I have deactivated all the analytics modules and have manually entered the code as @yaniv14 described. I will see in a few days if this is working. What I did find interesting is that all analytics ws working fine, but none of my sales were being recorded at all. Now I am unsure if its the Google optimized analytics module or something else
  6. Lesley, I noticed that the tawk.to account setting had the domain set without the www. Do you think this could be it, or should I rather deactivate tawk.to?
  7. Thanks Lesley, I doubled checked the property value, and its setup for https and for www. I route everything to the www. What I am doing now is deactivating the Move JavaScript to the end option and will ask Google to re-check. the only hint re that is in y9ru screenshot where is says the code is outside of the head tag
  8. Hey Lesley, Lol I had to google what that was. So no. What I must add is all the analytics seem to be showing up just fine when I look at the results and conversions, etc. Its just the message that keeps showing up in analytics that it cant find the tracking code. P.S. If I visit my site and visit analytics, it even shows me as a live user so something is working, I just don't understand why this error
  9. Hey All, Right, I have Google Analytics modules installed, everything seems to be working just fine, if I look over at Google Analytics, everything seems to be tracking just fine as well. However I keep getting this error in Google Analytics: Missing Tracking Code error Page https://www.orren-life.com for property Orren Lifestyle is missing valid tracking code. I have repeatedly asked them to check it out, and I keep getting the same error. Anyone having the same issue? Could it be that I have the JS at the bottom of the page set? I have no idea how to properly fix this issue. Any pointers would be greatly appreciated
  10. Well the customer follow up module is designed to check if an existing customer has not made an order within x days to send them a coupon code with a discount to encourage them to return and make a new order. It also handles a few other automation emails which is really nice for merchants.
  11. Hey Everyone, I just realized one of the Prestashop modules I used to use called Customer follow-up is not included with Thirty Bees. Can this be installed? Do I need to make any changes to make it work? Or does Mailchimp now handle the customer follow up emails?
  12. @traumflug I have tested it with a standard product and it works 100% correct. When a customer found the issue, I search for the issue to see if it was something pre-existing in Prestashop. I found this thread, however decided to rather open a issue on Github. Should we rather continue the onversation there?
  13. I am having the exact same issue. as far as I can tell this s not due to teh payment system, but how packs are handled. I have tried it with Bank wire and credit card and I am getting the same issue
  14. Great thanks, Ill give it a quick try
  15. Thanks, I had a look at the generator files that were created (I used the generic Module template as I don't understand what the service module would be for). So essentially the getContent refers to renderForm, which then calls getConfigForm. Then there is getConfigFormValues and finally the postProcess. I was trying to write the validation script in there. Which I successfully did do, however I was unable to output the values of the error message, when it found the error. So all it was doing is refreshing the form and imputing default values instead of showing the error.
  16. Hey everyone, Could someone please help me here, I have created a module that will install a Manufacturer logo carousel. You can see the module in action here: https://www.orren-life.com I am however struggling to validate the module config form and display any errors. I used the PS module generator to get a module template, however I did not see any form validation code in there. Does anyone have validation code examples for me? I have looked at other modules, however none of these are written like the generator creates teh functions. Yup a you guessed, I don't have much experience in OOP PHP Would appreciate any help.
×
×
  • Create New...