-
Posts
486 -
Joined
-
Last visited
-
Days Won
23
Content Type
Profiles
Forums
Gallery
Downloads
Articles
Store
Blogs
Everything posted by x97wehner
-
Issue with shopping cart totals/taxes not updating on screen
x97wehner replied to x97wehner's question in Technical help
Good deal. For anyone else using warehouse, I'd recommend replacing the tpl listed about with the stock thirty bees community one. -
Issue with shopping cart totals/taxes not updating on screen
x97wehner replied to x97wehner's question in Technical help
@lesley the latest. 3.8.5 -
Issue with shopping cart totals/taxes not updating on screen
x97wehner replied to x97wehner's question in Technical help
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? -
Issue with shopping cart totals/taxes not updating on screen
x97wehner replied to x97wehner's question in Technical help
It is not. It's the warehouse theme. Worked correctly in prestashop 1.6.x -
Issue with shopping cart totals/taxes not updating on screen
x97wehner replied to x97wehner's question in Technical help
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? -
Issue with shopping cart totals/taxes not updating on screen
x97wehner replied to x97wehner's question in Technical help
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 -
Issue with shopping cart totals/taxes not updating on screen
x97wehner posted a question in Technical help
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? -
Is there a way to use an svg logo instead of png or jpg?
x97wehner replied to x97wehner's question in Technical help
Thanks for the quick reply. Perhaps an easy tweak for the next update? -
Is there a way to use an svg logo instead of png or jpg?
x97wehner posted a question in Technical help
The system isn't allowing me to use currently. Is there a way I'm missing? -
@pedalman I am using Warehouse as well and so far have found minimal issues
-
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
-
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.
-
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.
-
obviously this forum truncated the asterisks in the statements
-
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 */;
-
@mdekker Tried your way using two separate dumps. One for structure, one for data. Still not working correctly.
-
I think I understand what you're saying, but don't have HeidiSQL. Tried installing but can't figure out how to connect it.
-
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?
-
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.
-
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.
-
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?
-
Can't remove/hide/disable right and left columns in my product and CMS pages
x97wehner replied to x97wehner's question in Theme help
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. -
Can't remove/hide/disable right and left columns in my product and CMS pages
x97wehner replied to x97wehner's question in Theme help
Since I'm still running it in dev, I'm comfortable enough to edit. Please advise how. -
Can't remove/hide/disable right and left columns in my product and CMS pages
x97wehner replied to x97wehner's question in Theme help
...If i haven't mentioned previously. I'm attempting to use the Warehouse theme here. -
Can't remove/hide/disable right and left columns in my product and CMS pages
x97wehner replied to x97wehner's question in Theme help
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.