Jump to content
thirty bees forum

toplakd

Silver member
  • Posts

    755
  • Joined

  • Last visited

  • Days Won

    42

Posts posted by toplakd

  1. I'm using:

    from datakick:
    -Blachkole for Bad bots
    -Login as customer

    from mypresta.eu:
    -Delete orders free
    -Database optimization

    from 202-ecommerce:
    -Prestashop 1.6 Paypal module
     

  2. For the migration error message:

    That's nothing critical, as its only related to "Advanced Parameters/Email/Email subject template" field, which is missing "[{shop_name}] {subject}". You have to add it manually.

    1266993589_Screenshot_2020-04-13E-mailMyStore.png.d85dfaf3ee54c79a4f3157288c408222.png.1d12a56912879ac47fd3817e5ab03d7a.png

  3. The only thing that makes me wonder, is the Tax in the Carrier section.

    As currently one can only set no tax or one tax to apply, so most likely for each country different carrier will be needed so the added tax for shipping will be same as the tax for products.

    Maybe 3rd option should be added: tax from country ?

     

    p.s.

    Forgot how the taxes are calculated on shipping, so after testing it, it works as it should.

    Tax from country is also applied to shipping costs

  4. Regarding the 1. July and OSS (One-Stop Shop) I suggest reading the information on following links:

    https://ec.europa.eu/taxation_customs/business/vat/oss_en

    https://op.europa.eu/en/publication-detail/-/publication/a8580815-6507-11eb-aeb5-01aa75ed71a1/

    https://ec.europa.eu/taxation_customs/business/vat/vat-e-commerce_en

    On second link you can download .pdf publication in all EU languages + some additional languages.

  5. I do see full pic, however on left and right side it's covered with blank.gif

    if url is removed, than it's working normally.

    background: transparent;

    .fancybox-nav {
        position: absolute;
        top: 0;
        width: 40%;
        height: 100%;
        cursor: pointer;
        text-decoration: none;
        background: transparent url('http://valifest.com/modules/productcontact/views/css/../img/blank.gif');
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        z-index: 8040;
    }

    Screenshot_2021-05-01 Tea - valifest.png

  6. 9 hours ago, veganline said:

    The current version has a smaller file size than mine - 4.7kb served from cloudflare - but I guess it still includes the load of unused icons.

    4.7kb is font-awesome.min.css

    Font file is still 70kb

    189515514_Screenshot_2021-04-16GTmetrixPerformanceReport.png.0b557735d738dc41222c7de61db375a9.png

     

    As said in other thread, you can create own fontset with icomoon.io using only icons you actually need from the font-awesome set and than generate own file.

    • Like 1
  7. You can always copy your store to different domain as a backup store with it's own copy of database and test the updates there.

    This is something I always make when there are large changes in the core.

    Everything tested on spare subdomain, registration, ordering, order followup etc.

    And if everything works without issues, than I apply the update on live store.

  8. As Datakick and Kashir said:
    Go to "Advanced Parameters / Performance" and set as on picture:

    1079711135_Screenshot_2021-04-03Performance.png.78549820da4c92a2b98b27d0247b6bb7.png

     

    I'm always using Bleeding edge ever since this option was introduced in Core Updater and don't have any issues.
    I mostly update within couple of hours after I notice there was update on github.

    Currently running "Bleeding Edge - Main"

  9. 1. Modified /classes/Address.php so it converts user entered data into uppercase - every first letter of the word Uppercase and rest of the word in lowercase like in bottom sample.

    $this->firstname = ucwords(strtolower($this->firstname));

     

    2. Modified /controller/Contactcontroller.php so it does not send copy of email to customer when sending us a message through contact form.

    3. Modified /controller/OrderController.php so it allows me to use 3 page checkout where address and carrier selection are on same page.

    4. Modified extended carrier options which I understand it will soon become part of the core

    • Like 1
×
×
  • Create New...