Jump to content
thirty bees forum

netamismb

Ivory member
  • Posts

    167
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by netamismb

  1. Is not related to TB version, I am using Niara v1.3 and Tb 1.3 in one site and in another TB 1.4. Might be the issue the cart module.
  2. I have an issue with the cart - Niara theme, the product summary in the cart is not responsive Steps to reproduce: - Add a product to cart - Confirm - The product summary is not responsive - you need to scroll to the right to see the quantity and the price How can I make this responsive?
  3. I have an issue with the cart - Niara theme, the product summary in cart is not responsive Steps to reproduce: - Add a product to cart - Confirm - The product summary is not responsive - you need to scroll to the right to see the quantity and the price I am missing something?
  4. Thank you @datakick, I believe you are correct. I removed all rich snippets markup metadata from this file, including itemscope itemtype="https://schema.org/Product" from <div class="product-container" itemscope itemtype="https://schema.org/Product">. And now I don't have any critical issues when testing rich results.
  5. In Niara theme, on product-list-item.tp I have: <span class="price product-price" itemprop="price" content="{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}"><>{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if} <meta itemprop="priceCurrency" content="{$currency->iso_code}"> </span> But this line will show: <span class="price product-price" itemprop="price" content="12,90 €"> 12,90 € <meta itemprop="priceCurrency" content="EUR"></span> And correct will be (I believe): <span class="price product-price" itemprop="price" content="12.90"> 12,90 € <meta itemprop="priceCurrency" content="EUR"></span> Any idea how can I achieve this?
  6. Here is my settings. I chose the comma as this is the preferred format in Spain, but as it is hurting the rich results I am fine changing it.
  7. I am using Niara theme and I have an issue with how the price is displayed. On the home page and products in the same category, the price is displayed with a comma for example 12,9 Eur. On the product page, the price is displayed with a dot 12.9. Is it possible to have the price displayed everywhere with a dot? The issue with having the price displayed with a comma triggers an error for rich results: Invalid floating point number in property 'price'.
  8. I am using now 1.4 .0
  9. Just to update, I managed to migrate from Prestashop 1.6.23 to ThirtyBees 1.3 and I have been live with it since last week 👍. The next challenge, is to migrate from WooCommerce to ThirtyBees.
  10. I manage to migrate to an actual copy of production. When doing the critical issue for the database, one change is tagged as critical and dangerous Column ps_store.hours has data type text instead of varchar(254) is it fine to not doing it?
  11. I have some problems with migration from Prestashop to Thirtybees, on production, I get an out-of-memory issue (which is related to the hosting). I manage to have the migration done on my local with a new theme, but the copy of the database is one month old. Will be possible to use the database on production with the new files and deal with the database after? Or there are lots of writes in the database during the migration?
  12. I have updated the module homeslider to version v2.1.0 but now, when I upload an image I can see it in the back-end but not in the front-end. The images exists in the folder /img/homeslider. I am using Niara theme and is not up to date, do I need to change something in the theme to pick-up the images?
  13. I added the copyright in the module blockcmsinfo.
  14. Yes, it is working on my local. But I cannot go live for now, as some of the TB modules don't show on frontend, so I am working now to change the theme. I will update when I manage to have it on production.
  15. After I migrate from Prestashop 1. to ThirtyBees 1.3 (PHP 7.0) the enlarger images are not generated, here is the link https://test.netamis.ro/tricouri-rock/3306-tricou-insomnium-shadows-of-the-dying-sun.html In the back-office, I notice that I don't have the Lazy image loading and Enable webp images. Is this related to the fact that enlarged images are not generated? Any idea how to solve it? 't have the options: Lazy load
  16. I have tried it, but unfortunately, it doesn't work, most probably because the version in use is an old one. I solve it with a very dirty solution I installed the bankwire module and redone the translations as a cash-of-delivery module.
  17. Indeed, but first I have to make this work so I can go live with it. Unfortunately, I need the payment method to work first. Next will be to assess the 4 third-party modules and I might need to change the theme as the current one is a child of default-bootstrap.
  18. The issue with 500 error on single check-out I solved it by changing the order-carrier.tpl file. But the payment method is still not available :(.
  19. After migration from Prestashop to Thirtybees1.3 I get two major issues: - Using One page checkout I get error 500 - Using the 5 steps check-out - no payment method installed. I have enabled the custom payment method and created a cash-on-delivery method. Strange is that on the currency section, the checkboxes aren't tick-able. Also I notice that despite having the customers groups enabled, in the database table `ps_custom_payment_method_group` has no data. I couldn't find any database table related with the currency, not sure if should be one. I am using PHP 7.0.
  20. I managed to do the migration on my local.
  21. Not sure I understand. Should I change those values, maybe half of them in UpgraderTools: // Performance settings, if your server has a low memory size, lower these values $perfArray = [ 'loopBackupFiles' => [ 400, 800, 1600], 'maxBackupFileSize' => [15728640, 31457280, 62914560], 'loopBackupDbTime' => [ 6, 12, 25], 'maxWrittenAllowed' => [ 4194304, 8388608, 16777216], 'loopUpgradeFiles' => [ 600, 1200, 2400], 'loopRestoreFiles' => [ 400, 800, 1600], 'loopRestoreQueryTime' => [ 6, 12, 25], 'loopUpgradeModulesTime' => [ 6, 12, 25], 'loopRemoveSamples' => [ 400, 800, 1600], I have already disabled the back-up, I only try o migrate.
  22. I believe is this one: https://github.com/thirtybees/cttopmenu, but i think can be found under the tab module in admin as well.
  23. in admin, Module ->Top horizontal module and press Configure - if you want to add a menu. To add a message you can use the module Banner block - this will be displayed on the very top.
  24. I have increased the memory to 1024 M, but I still get the out-of-memory issue. From the report, there are 9740 files to update and was filed after the remaining files were around 1349.
×
×
  • Create New...