Jump to content
thirty bees forum

netamismb

Ivory member
  • Posts

    152
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by netamismb

  1. In Google Console, Google is crawling a lot of pages (more than 1k pages)  with index.php?controller=trigger&ts=1710225603 which is going to {"status":"failed","error":"Forbidden"}. 

    Any idea how I can get rid of them? 

  2. I also have an issue with my subscription, I just got the error: There was an error processing the payment. Please try a different payment method or contact us for assistance.  

  3. In BO, when I want to visualise an order, I get a 500 error. Is there a way to debug this? I have tried with the debug on, but it didn't show anything. It happens suddenly... 

    In console I get 2 errors:
    Uncaught SyntaxError: Invalid or unexpected token index.php:117 

    Failed to load index.php:1 resource: the server responded with a status of 500 ()

  4. in Search console I found: <img class="img-responsive center-block"
                         itemprop="image"
                         src="https://www.rock4u.eu/1134-Niara_large/camiseta-mujer-iron-maiden-logotipo.jpg"

    outside of search console <img class="img-responsive center-block" itemprop="image" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=" srcset="https://www.rock4u.eu/1134-Niara_large/camiseta-mujer-iron-maiden-logotipo.webp" title="Camiseta mujer IRON MAIDEN - Logotipo" alt="Camiseta mujer IRON MAIDEN - Logotipo" width="458" height="458">

    But this page is indexed in search console.

    • Thanks 1
  5. 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?

     

    image.jpeg

  6. 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?

     

  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 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?

  9. 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?

×
×
  • Create New...