Jump to content
thirty bees forum

x97wehner

Trusted Members
  • Posts

    495
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by x97wehner

  1. I think I understand what you're saying, but don't have HeidiSQL. Tried installing but can't figure out how to connect it.
  2. 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?
  3. 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.
  4. 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.
  5. 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?
  6. 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.
  7. Since I'm still running it in dev, I'm comfortable enough to edit. Please advise how.
  8. ...If i haven't mentioned previously. I'm attempting to use the Warehouse theme here.
  9. 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.
  10. Ah, no good. Would be a great improvement piece.
  11. 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.
  12. 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
  13. Must have been the disabled french language. I deleted it and I'm not seeing the error anymore. Thanks.
  14. After enabling friendly URL I'm getting this redbox error at the top of the seo page. 2 errors Keyword "{selected_filters}" required for route "layered_rule" (rule: "") Keyword "{rewrite}" required for route "layered_rule" (rule: "") Attached is current URL Schema
  15. I'll second the migration module. It's awesome and worth it
  16. Can't hide/disable columns in product and cms pages. I don't see it available in the default community theme or one from PS that I've imported. Am I just missing something?
  17. @mdekker Seems to be working. You are awesome. Hoping this platform keeps rolling forward. Can't stand dealing with PS anymore.
  18. The module works with the stock TB theme, but when applying the warehouse theme from envato (one of the most popular) the theme's product ratings module can't connect correctly and throws this error. [ThirtyBeesException] Class 'ProductComment' not found at line 26 in file modules/ratingsproductlist/ratingsproductlist.php includeonce (PSMODULEDIR_ . 'productcomments/ProductComment.php'); if (!isset($product)) { return; } $grade = ProductComment::getAverageGrade($product); $this -> context -> smarty -> assign(array('empty_grade' => 1)); if (isset($grade['grade'])) $this -> context -> smarty -> assign(array('empty_grade' => 0)); $this -> context -> smarty -> assign(array( 'average_total' => round($grade['grade']),
×
×
  • Create New...