Jump to content
thirty bees forum

DaoKakao

Members
  • Posts

    262
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by DaoKakao

  1. You can find that issues mentioned on github.

    There's a couple of notes on elasticsearch:

    1. In the 6.x branch of ES there is a weird limitation for some fieldtypes, that why dome products cannot be indexed. I opened issue on github about that, but still no answer.

    2. It is obviuos, that native TB's (or Prestashop's) search engine can fulfil 90% of customer needs (if not 99) and ES required for shops with huge SKU amounts, that's why there's no much progress in this module development.

    You can find that issues mentioned on github.

    There's a couple of notes on elasticsearch:

    1. In the 6.x branch of ES there'a a weird limitation about some fieldtypes, that why some products cannot be indexed. I opened issue on github about that, but still no answer.

    2. It is obviuos, that native TB's (or Prestashop's) search engine can fulfil 90% of customer needs (if not 99) while ES required mostly for shops with huge SKU amounts, that's why there's no much progress in this module development.

  2. Yes, of course i've linked the groups. I've set ALL appropriate checkboxes.

    Now i suspect, the problem caused by incorrect database transfer from my test env. to production. Will investigate further

    • Like 1
  3. I can  confirm

    Installed custom payments, set up CoD, on Modules->Payments set all checkboxes related to linking of CoD with carrier, and finally neither 5-step, nor 1-step chckout not showing CoD for me.

  4. 18 minutes ago, datakick said:

    Reprosteps: Go to Statistics > Best categories

    During installation, statsmodule class is registered as default grid renderer. But this class does not implement hookGraphEngine. And it also does not extends ModuleGridEngineCore class as well, so it can't be used as a renderer at all.

    The fix should consist of: 

    1. fix the configuration key (drop it completely)

    2. add additional checks to ModuleStatsCore::engineGrid to ensure grid engine implements hook,... or even better, drop this nonsense and call hook in standard way

    3. add additional checks to ModuleStatsCore::createGrid to ensure grid engine implements ModuleGridEngineCore interface

    ... and the same for *Graph

     

    Thank you Petr for detailed explanation.

    Unfortunately, because i'm not skilled in php programming, i can't appy steps you've described for this problem resolution.

    I've found config key(s) and deleted it. Then i stopped. Further? Not sure i can do it.

    Anyway thank you for prompt reaction.

  5. Well, i use tb 1.0.x version, right after installing modules statsmodule and statsdata when open some statistic page's tabs i receive mentioned warning.

    This message generated when following tabs:

    • best categories
    • best customers
    • best manufacturers
    • best suppliers
    • best vouchers
    • best selling products
    • browsers and operating systems
    • customer accounts
    • newsletter
    • orders profit
    • registered customer information
    • sales and orders
    • visitors origin

     

  6. I stumbled upon similar problem.

    Stats module error msg:

    Warning at line 427 in the file /classes/module/ModuleStats.php
    [2] call_user_func() expects parameter 1 to be a valid callback, class 'StatsModule' does not have a method 'hookGraphEngine'
    Would you be so kind to help me in resolving that issue.

     

    Thanks in advance!

  7. Quick and dirty method: d/l the sl.zip file from crowdin and uzip it to some location.

    Then you have to rename files with name sl-SL.php to sl.php in every (sub)dir of unzipped location.

    After it you can simply copy all that stuff to your shop. You have to keep the directory structure, so when copying a copy utility may ask to overwrite existing directories - this is normal.

     

    2 @Traumflug or @lesley: The crowdin stringset does not updated for a long time. Does it still synchronized with current TB core/modules?

  8. What is the source of updates via core updater?

     

    Usually i update TB thru git pull, with the 1.0.x branch chosen.

    However, after such updates the core updater module says that my shop still need to update some files.

    So, the question is - which version is the most recent?

    As i see in the git pero, the 'markus' branch is updatedmore frequent, while the '1.0.x' branch seems to be more 'stable'

    2 @Traumflug : could you clarify the differences, please?

  9. gitupdater/controllers/admin/AdminGitUpdaterController.php, line #287:

    file_put_contents('/var/www/html/thirtybees/config/debug', __METHOD__.' '.__LINE__.' $value '.var_export($this->redirect_after, true)."\n", FILE_APPEND);

    The path to a file is hardcoded, so i've got a error during script execution because my site has a different location.

    Is it safe to comment out that line?

     

    Tnanks in advance

  10. The problem with module for sitemap creating and bees blog module.

    Sitemap module recognizes beesblog installed, i.e. on the settings page appears a checkbox for beesblog posts/categories include/exclude, but it won't generate real sitemap - there's no any entry related to bees blog in the generated xml.

  11. This module shows a lot of useful info but if i chose in the frontend a product with combinations it shows incorrect weight - only for default combination, so price and attributes changes depending on selected combination while weight not.

    • Like 1
  12. It is very easy to force elastic6 working with TB. Can't find a thread on the forum about this. Another issue i've faced with is limitation for indexation of product description (text)  - i gave up trying to figure out the root of problem.

    Overall, even for 50k+ products there's no difference with native search.

     

    Here we go: https://github.com/thirtybees/elasticsearch/issues/58

  13. I could never imagine to ask TB team to solve shipping-related stuff basically by 2 reasons:

    1. It seems in Russia we're pampered with a lot of various services 🙂 - there is a plenty of transportation companies and virtually all of them offer free modules for prestashop 1.6x and 1.7x.

    2. As it seems to me, the postal-related stuff could differ from country to country significanly. FYI, in my country there's at least 3 different catalogs of unified streetnames, addresses, et. c, used by different government services (and hence by our post). And what is worse, no one of this catalog could be considered as offcially approved. I wrote this long preamle for simple conclusion: IMO, it is virtually impossible to make an ultimate solution that will fulfill all different countries specifics, so i would rely mostly on my country's local solutions than native TB's

  14. 19 minutes ago, haylau said:

    The main problem I find with OPC is not the layout (yours does look better) but the fact that the customer still has to add and save an address before seeing the real shipping costs. 

    You really think ps/tb must calculate shipping costs getting delivery addres by a telepaty?

  15. 3 hours ago, piet said:

    The second remark about deleting multiple modules, have you tried the mass deletion option of selected modules at the bottom of the modules screen?

    Of course, i did! Did you read my post completely? At the end of it i wrote, that mass action just uninstalls modules, not deleting it.

    Currently in Russian translation, and possibly some others as well, there's no difference between mass uninstallation and mass deletion of modules. I already fixed this ambiguity on the crowdin.

    • Thanks 1
  16. Playing around with new theme i've found couple of bugs/features:

    1. In PS 1.6 after new theme installation there's a step offering to turn on modules supplied with this theme and turn off modules of previous theme. When installing same theme in TB this step is skipped.

    2. Backoffice, Modules and services tab, selecting filter to show all modules (installed and uninstalled, active and not) from all authors. When i try to uninstall any module after process complete, backoffice returns page not showing modules, and filter set to removed module's category. Then i have to re-open it via left sidebar. This is not major issue, but when i uninstall a lot of modules it becomes annoying a little. BTW, it is impossible to make a mass removal of unnecessary modules, just uninstallation

    3. Some .tpl files in the admin/ directory uses count() function thus leading to possible incompatibilities with php 7.2 and 7.3

    • Thanks 1
  17. 1. Module wt bees blog recent posts home, file modules/wtbeesblogrecentpostshome/views/templates/hooks/home.tpl, line #28, missed closing "}" before "</a>" tag

    2. FIle themes/niara/product-list-item.tpl

    Why don't replace line #41

    {assign var='productimg' value=Tools::getProductsImgs($product.id_product)}

    with this one:

    {assign var='productimg' value=$product->getImages($language.id_lang)}

    thus avoiding unnecessary overrides?

  18. Does someone knows how to add one image to more than one product? I mean, i'd like to upload some images once and then assign some of it to multiple product(s).

    I suppose it is possible thru direct database edit, but this is not the best way. However if there's no onther ways, i'll do it.

     

    Thanks in advance!

×
×
  • Create New...