Jump to content
thirty bees forum

netamismb

Ivory member
  • Posts

    153
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by netamismb

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

    image.thumb.png.ac959c95d10bea710c4308b716863e15.png't have the options: Lazy load

  2. 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. 

  3. 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. image.thumb.png.73250655f80f20b3b7cd974a3942acc1.png

  4. 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.

  5. I am on my hosting memory_limit = 512M, and server API  LiteSpeed V8.0.1 Cloudlinux 1.3

    modules enabled: 

    Artichow, Banner block, Cargus  - by Complete Web,  Cart block , Cash on delivery (COD)  , Categories block , CMS block  , Cron tasks manager , Cross-selling , Currency block  , Custom CMS information block , Customer data privacy block, Customer follow-up , Customer loyalty and rewards  , Dashboard Activity , Dashboard Goals , Dashboard Products , Dashboard Trends , Data mining for statistics , Ei Captcha - by hhennes, Facebook Share Button , Favorite Products , Featured products on the homepage  Google Analytics , Google Analytics API  , Google sitemap , Image slider for your homepage  , Language block  , Layered navigation block , LiteSpeed Cache Plugin  Mail alerts , My Account block  , My account block for your website's footer , New products block, Newsletter,  Product Comments , Product payment logos block , Products category ,  Quick search block , RSS products feed , Site Verification  - by Mediacom87,  Social sharing ,  Suppliers block , Theme configurator , Top-sellers block , Top horizontal menu , User info block , Viewed products block , Watermark , Wishlist block 

  6. In Google Search Console I get errors in all the products page: Invalid floating point number in property 'price' (in 'offers') and Missing field 'priceCurrency' (in 'offers').

    I am using the Niara theme. In the page source I get:

    itemtype="https://schema.org/Offer"><link itemprop="availability"><meta itemprop="price" content="15.999999"><span id="our_price_display" class="price" itemprop="price">16,00 €</span> impuestos inc.<meta itemprop="priceCurrency" content="EUR"></p>

    I am not sure why this is happening. Does anyone manage to have those errors solved?

     

  7. How can I add the fiscal identification number, both of the customer and of the shop?

    I have in invoice.addresses-tab.tpl

    and i will need before the shop address to add the NIE of the shop and before the delivery address the NIE of the customer

    <table id="addresses-tab" cellspacing="0" cellpadding="0">
        <tr>
            <td width="33%"><span class="bold"> </span><br/><br/>
                {if isset($order_invoice)}{$order_invoice->shop_address}{/if}
            </td>
            <td width="33%">{if $delivery_address}<span class="bold">{l s='Delivery Address' pdf='true'}</span><br/><br/>
                    {$delivery_address}
                {/if}
            </td>
            <td width="33%"><span class="bold">{l s='Billing Address' pdf='true'}</span><br/><br/>
                    {$invoice_address}
            </td>
        </tr>
    </table>
×
×
  • Create New...