Jump to content
thirty bees forum

x97wehner

Trusted Members
  • Posts

    495
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by x97wehner

  1. @yaniv14 They're correct
  2. I migrated my shop from prestashop. Now I'm trying to create a dev instance to test updates, etc prior to updating the production store. When I go through my typical way as listed here https://www.prestashop.com/en/blog/set-up-a-test-server-for-your-online-store, I get this error. Link to database cannot be established: SQLSTATE[HY000] [1045] Access denied for user '<mycpaneluserforthedb'@'localhost>' (using password: YES) I've never had this problem with prestashop prior. Is there something else I should be doing with Thirty Bees?
  3. I appreciate it. Out of curiosity, can you quickly identify why it wasn't passing the tracking number back to prestashop? That part never worked right and I assume it won't in TB either.
  4. Lets see if this upload of the file works. Here it is. Your just supposed to put it into your store directory. Obviously it's not the code for the desktop app, but maybe you can see something that's off. 01508545169349stamps.php
  5. @mdekker yeah. You can download it right from their site.
  6. Using the community theme or another? I was using another, copied the shopping-cart.tpl from the community theme into the active theme and it resolved my cart issues.
  7. @alwayspaws appreciate the recommendation, but trying to get a module working that worked previously in prestashop.
  8. It used to work on my prestashop site, but since moving to thirty bees it doesn't write back shipping info to the shop. I tried removing and reinstalling and now it won't authenticate to get the integration working with their desktop app. I'd love some help. Thanks.
  9. Good deal. For anyone else using warehouse, I'd recommend replacing the tpl listed about with the stock thirty bees community one.
  10. @lesley the latest. 3.8.5
  11. I took shopping-cart.tpl from the community theme and replaced it into the warehouse theme and it seems to be working correctly. Just need to modify css a touch now. Anything else I should be concerned with here?
  12. It is not. It's the warehouse theme. Worked correctly in prestashop 1.6.x
  13. never mind. That wasn't the right fix. Still stuck on issue #1. Tax is not adding into the total. What am I missing or is this a bug?
  14. I figured it out. My customer groups were set to tax excluded. Now, the total products line is showing a strange () right after Total products label. I don't find the parenthesis in translations nor in the shopping-cart.tpl file
  15. Issue with cart taxes. The total in bold is not adding the tax to it. Also, if a product is increased or decreased at the shopping cart screen, all figures update except the total field in bold. See attached screenshot. Is there an easy way to remedy this or am I just missing a setting somewhere?
  16. Thanks for the quick reply. Perhaps an easy tweak for the next update?
  17. The system isn't allowing me to use currently. Is there a way I'm missing?
  18. @pedalman I am using Warehouse as well and so far have found minimal issues
  19. I opened a different bug report because I'm still experiencing issues with the functionality of the comments module. The migration was done and I"ve triple checked the data and it's correct. The new topic is https://forum.thirtybees.com/topic/932/product-comments-module-bugs
  20. This is a new bug report because technically my last one with data migration issues moving comments from the prestashop 1.6 module to thirty bees module was resolved. Now that the data is moved, I'm seeing strange behavior. The most comments that will show on any one product is five. There is no page advance button that I'm seeing. Also, if a new comment is submitted, it never shows up in my back office dashboard notifications for reviews. I have to click into the module config to see the comments pending. "Read reviews" button on a product is showing a review total that comes from a different product. I thought this may be theme related so I tested with the community theme and got the same behavior. One temporary workaround I found was to copy my productcomments folder from my current prestashop instance to eliminate the limitation of 5 posts to read on a product. I just won't upgrade to the thirty bees module again until it's operating correctly.
  21. Thanks. As far as I can see I got the data moved correctly. There are some other issues that I haven't debugged yet though.
  22. obviously this forum truncated the asterisks in the statements
  23. I'm pretty sure I inserted the snippets in correctly. When I ran the import, I got the same error I've seen a few times already which is telling me the keys didn't disable correctly. Error SQL query: -- -- Dumping data for table tbxn_product_comment_criterion INSERT INTO tbxn_product_comment_criterion (id_product_comment_criterion, id_product_comment_criterion_type, active) VALUES (1, 1, 1); MySQL said: Documentation 1062 - Duplicate entry '1' for key 'PRIMARY' Here is the beginning of the dump file: -- phpMyAdmin SQL Dump -- version 4.3.8 -- http://www.phpmyadmin.net -- Host: localhost -- Generation Time: Oct 09, 2017 at 04:01 PM -- Server version: 5.5.51-38.2 -- PHP Version: 5.6.30 SET SQLMODE = "NOAUTOVALUEONZERO"; SET timezone = "+00:00"; /!40000 ALTER TABLE tbxn_product_comment DISABLE KEYS */; /!40000 ALTER TABLE tbxnproductcommentcriterion DISABLE KEYS */; /*!40000 ALTER TABLE tbxnproductcommentcriterioncategory DISABLE KEYS */; /*!40000 ALTER TABLE tbxnproductcommentcriterionlang DISABLE KEYS */; /*!40000 ALTER TABLE tbxnproductcommentcriterionproduct DISABLE KEYS */; /*!40000 ALTER TABLE tbxnproductcommentgrade DISABLE KEYS /; /!40000 ALTER TABLE tbxnproductcommentreport DISABLE KEYS */; /*!40000 ALTER TABLE tbxnproductcommentusefulness DISABLE KEYS /; /!40101 SET @OLDCHARACTERSETCLIENT=@@CHARACTERSETCLIENT */; /*!40101 SET @OLDCHARACTERSETRESULTS=@@CHARACTERSETRESULTS /; /!40101 SET @OLDCOLLATIONCONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; And here is the end of the dump file: -- AUTO_INCREMENT for table tbxn_product_comment_criterion ALTER TABLE tbxn_product_comment_criterion MODIFY id_product_comment_criterion int(10) unsigned NOT NULL AUTOINCREMENT,AUTOINCREMENT=2; /!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /!40101 SET CHARACTERSETRESULTS=@OLDCHARACTERSETRESULTS */; /*!40101 SET COLLATIONCONNECTION=@OLDCOLLATIONCONNECTION /; /!40000 ALTER TABLE tbxnproductcomment ENABLE KEYS /; /!40000 ALTER TABLE tbxnproductcommentcriterion ENABLE KEYS */; /*!40000 ALTER TABLE tbxnproductcommentcriterioncategory ENABLE KEYS */; /*!40000 ALTER TABLE tbxnproductcommentcriterionlang ENABLE KEYS */; /*!40000 ALTER TABLE tbxnproductcommentcriterionproduct ENABLE KEYS */; /*!40000 ALTER TABLE tbxnproductcommentgrade ENABLE KEYS /; /!40000 ALTER TABLE tbxnproductcommentreport ENABLE KEYS */; /*!40000 ALTER TABLE tbxnproductcommentusefulness ENABLE KEYS */;
  24. @mdekker Tried your way using two separate dumps. One for structure, one for data. Still not working correctly.
×
×
  • Create New...