Jump to content
thirty bees forum

x97wehner

Trusted Members
  • Posts

    486
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by x97wehner

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