Jump to content
thirty bees forum

basix101

Members
  • Posts

    37
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by basix101

  1. Yotpo free plan. Been good for me, now I'm moving up to the $29 month plan. Great help with customer service and an accepted review provider by Google Merchant.
  2. Sales are booming and my PS/TB is 11 years old... Worried my site could not keep up with the increase in sales, and not wanting to invest into a platform that looked like it was dying ie, TB. I spent the last two months flat out trying Shopify, BigCommerce, WooCommerce, Magento, Spree and every and other cart and template out there. I've landed back here with my old TB site because despite 11 years, changes in platforms and hosts TB just does everything it needs to do. I'm still on the same website I have always been on, so as long as TB is here looks like I will be here too. TB is the best!
  3. Any news update? I check in everyday because I have bugs EDIT: Not Bugs... Settings that are too complicated for me to understand - I need to fix. Before spending any more money I need to know TB will still be going strong. Any idea how much longer?
  4. Solved it by: Turning off Debugger Advanced Parameters/Performance/Debug Mode Turning on SSL in Preferences/General/Enable SSL Also turned off and on Preferences/SEO's Friendly URL
  5. So PayPal is working fine and I have TLS v1.2 support on my server. I updated TB to 1.1.0 I'm presuming it's OK to ignore the configuration warning in Advanced Parameters: Install TLS v1.2 support on your server.Test result: fail
  6. Hi, Should I be worried about this error? Notice on line 187 in file .../controllers/admin/AdminInformationController.php [8] Undefined index: Tlsv12 Line 187: $testsErrors[$key] .= '<br/>'.sprintf($this->l('Test result: %s'), $result);
  7. Hi Amanda, glad to see you here. Shopify has a spam problem too without any solutions to solve it that I could find. I've never heard of 3B. I decided to stick with ThirtyBees (Prestashop 1.6) because although PS 1.7 has lots of bells and whistles the core code was having way too many issues. I kept looking at Shopify but honestly, it has problems too, and they seem spendy to resolve. I have a working site and all-in-all I am really happy with ThirtyBees. A month or two ago I had a lot of email spammers so I added the 'No Captcha reCaptcha Module' (Free) and it solved the email spammers problem instantly. In the last few days I was getting fake registrations, so today I came on here and followed the directions and now the problem has gone (This is how I found your post). Other than that I rarely need to come to the forums for help. If you are thinking of coming over to TB you may want to look at the Panda theme. Best of luck in your endeavor.
  8. OK, I think I got it. The two GitHub validate.php files looked different because one was an update of the other. Once I found the one that matched my own validate.php file and saw the 'updated' link to the other GitHub validate.php file it made sense. I also changed the validate.js files in my shop. Thanks for all your time and input, it is sincerely appreciated.
  9. I have the same unwanted Customer Registrations from the same spammer. I'm not a coder, just a copy and paster! Can you please tell me which is the correct code to alter as I am confused? 1: https://github.com/thirtybees/thirtybees/commit/7ad147d991861e498e586f4dfc8ad1ff 2: https://github.com/thirtybees/thirtybees/commit/c733d5360d5292c12bb6a899748d9094bc608e05 3: https://github.com/thirtybees/thirtybees/commit/f04f1ded917b702465b2da6adfb7d573fdb974ad Thank you
  10. Edit: The "Update Thirty Bees" button is missing because of the disable cache error!
  11. I am trying to update TB from v.103 to v.1.0.7 using TB Updater but I cannot disable thirty bees' caching features! I have tried disabling all caching but nothing seems to work. Any ideas?
  12. @wakabayashi Thanks... will fix now. Easily fixed with Warehouse Theme Editor!
  13. Hi, We have been open for a year or more on TB. If there is anything we have done that you like we will gladly share our knowledge with you. We still need to fix a few issues but we have not had time (not TB fault). All in all, we are really happy with TB and highly recommend it! Thanks for looking.
  14. Yey... an order just came in and the invoice has the shop address in the invoice header and footer like it should be. NO OLD PS BUGS CARRIED OVER! ...and no having to mess with core codes.
  15. Hmmm.. That was already filled in. I'm hoping the TB Contacts module was the problem. Waiting for another order to see if the address is in the header. My first two orders came in together and I did not notice the address problem. I just printed the invoices and sent them off. It was only this third order that I noticed the address was not in the header or footer. Enabling and filling in the TB Contacts module got the address on the footer of that invoice, so I am hoping the address will be on the header and footer on the next fresh invoice,
  16. Thanks.. I do not need to change the address on the invoices from the old shop, just the new invoices going forward. Hopefully all that was needed was the address change in the TB Contact module. Will find out when the next order comes in.
  17. Sure. I installed TB with Softaculous on a brand new host. I then imported customers, orders, categories, products etc; into TB with Prestashop MigrationPro. I don't think PS MigrationPro would have changed any classes/ controllers folders but I could be wrong. I did add the shop address that was missing from the 'Contact information block v2.0.0 - by thirty bees' module, and I can't remember if it was enabled or not but it is enabled now. I am using the Warehouse Theme 'Contacts' module which had the correct address. After adding the address to the 'Contact information block v2.0.0 - by thirty bees" module and clearing the cache, the address appeared at the footer of the Invoice but not in the header. Maybe I need a new order to see if adding the address will appear in the header in a new order invoice?
  18. After copying the shop data over from PS 1.6 to TB 103 via MigrationPro module, the pdf invoices do not have the shop address in the header. I found this fix but do not know how to follow the directions. Do I edit both files before putting the copy in /override/classes/pdf, or do I put the copy in before editing? Not even sure the directions will work but posted it here in case it needs a permanent fix in TB. Can someone please help me out. I have an invoice I have to print but it does not have the shop address in the header. This is the code from: http://angelwings.net/blog/prestashop-1-6-add-shop-address-to-header-in-pdf-invoice/ Prestashop 1.6: Add shop address to header in PDF invoice Posted on May 18, 2016 by admin ************IMPORTANT NOTE************* ISSUE: Shop address at the top of current customised PDF invoice doesn’t seem to be updated when address is changed to a new one via Backoffice. The order invoice’s shop address data is added to the database (TABLE: psorderinvoice) upon creation under the “shop_address” field. Changing the following will not update old invoice entries 1) Backoffice, Preferences > Store Contacts or 2) Modules Custom Contact Page (Warehouse) It will only affect new invoice entries. When using the same code in the footer.tpl on header.tpl, the shop address doesn’t show up. This is because the header function that loads the header data doesn’t contain the code to retrieve the shop address. The following will add the code to do so. 1) Copy /classes/pdf/HTMLTemplate.php (and put the copy in /override/classes/pdf) go to public function assignCommonHeaderData() Under $shopname = Configuration::get(‘PSSHOPNAME’, null, null, $idshop); Add $shop_address = $this->getShopAddress(); Next, under ‘shopname’ => $shopname, Add ‘shopaddress’ => $shopaddress, 2) Open /pdf/header.tpl Remove {$shop_name|escape:’html':’UTF-8′} Add {$shop_address|escape:’html':’UTF-8′} Adjust css styles as required.
×
×
  • Create New...