Jump to content
thirty bees forum

x97wehner

Members
  • Posts

    456
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by x97wehner

  1. 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?
  2. 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
  3. 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?
  4. Thanks for the quick reply. Perhaps an easy tweak for the next update?
  5. The system isn't allowing me to use currently. Is there a way I'm missing?
  6. @pedalman I am using Warehouse as well and so far have found minimal issues
  7. 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
  8. 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.
  9. 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.
  10. obviously this forum truncated the asterisks in the statements
  11. 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 */;
  12. @mdekker Tried your way using two separate dumps. One for structure, one for data. Still not working correctly.
  13. I think I understand what you're saying, but don't have HeidiSQL. Tried installing but can't figure out how to connect it.
  14. I just used the export (sqldump?) feature of phpmyadmin. Renamed the tables to match the prefix in the new database. Sorry, but I'm not a DBA or even close. What are the basic steps to attempt the way you're mentioning?
  15. I tried this today and when I try and import the data, I get a primary key error. First it's on the criterion table. Then when I omit that, I get it on other tables. I tried importing before I installed the module also. This gets around the primary key errors, but after module configure, the comment module doesn't function correctly. In this case, if I enter a new comment on a product to test and approve it, it never shows up on the product's review pane after approval. Suggestion? In both scenarios, I'm not seeing the review notification working on the dashboard. It always shows 0 no matter how many are submitted during the time period.
  16. I figured it's probably easier to just move the data over to the thirty bees module since it's likely structured the same. I'll do whatever works and is easiest.
  17. I want to migrate the product comments from the stock prestashop module over to a new instance of thirty bees. I'm sure there is a relatively easy way to do this. I just don't know how. I migrated everything else already. Just need this piece. Can someone help?
  18. Alright. I follow your directions but then quickly found that cms, product, and category didn't exist in the tbmeta table. Not sure if this is a bug or desired functionality. I inserted them as new rows, then added them to the tbmetalang table as well (Not sure if this was necessary.) Then I was able to add new rows for each in the thememeta which made them show up in the theme advanced settings and all seems to be working. Thanks for the assistance and hope this helps others with the same issue.
  19. Since I'm still running it in dev, I'm comfortable enough to edit. Please advise how.
  20. ...If i haven't mentioned previously. I'm attempting to use the Warehouse theme here.
  21. I was just investigating further. Prestashop 1.6 has supported this functionality for quite some time....if not since day one of 1.6. I'm really not sure of the exact timeline. Why does thirty bees omit this functionality? It makes it challenging for current Prestashop users to transition if their themes will not operate as they do currently in their prestashop instance of 1.6. Just for fun I tried to import the default-bootstrap theme from a fresh copy of prestashop 1.6.1.17 to see if it enabled the selection of those pages in advanced theme settings. It does not leading me to believe this is a undesired restriction of 30 bees.
  22. Yes, already tried. That just leaves me with an empty column, the same as adding display:none in global css. I want to keep the columns from loading to get center column to render correctly. In prestashop, I can deselect the cms, product, and category columns in theme advanced settings, but in thirty bees not. Please help.
  23. Has anyone got this working correctly? I have it installed and it's failing on sync. Can anyone be of assistance? Some products have been refused by eBay API due to the following error(s): 37 : Input data for tag is invalid or missing. Please check API documentation. Item.Site
  24. Must have been the disabled french language. I deleted it and I'm not seeing the error anymore. Thanks.
×
×
  • Create New...