Jump to content
thirty bees forum

x97wehner

Trusted Members
  • Posts

    512
  • Joined

  • Last visited

  • Days Won

    29

Everything posted by x97wehner

  1. 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.
  2. Ah, no good. Would be a great improvement piece.
  3. 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.
  4. 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
  5. Must have been the disabled french language. I deleted it and I'm not seeing the error anymore. Thanks.
  6. 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
  7. I'll second the migration module. It's awesome and worth it
  8. 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?
  9. @mdekker Seems to be working. You are awesome. Hoping this platform keeps rolling forward. Can't stand dealing with PS anymore.
  10. 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...